LLVM  4.0.0
llvm::TypeBuilder< void *, false > Class Template Reference

void* is disallowed in LLVM types, but it occurs often enough in C code that we special case it. More...

#include <TypeBuilder.h>

Inheritance diagram for llvm::TypeBuilder< void *, false >:
[legend]
Collaboration diagram for llvm::TypeBuilder< void *, false >:
[legend]

Detailed Description

template<>
class llvm::TypeBuilder< void *, false >

void* is disallowed in LLVM types, but it occurs often enough in C code that we special case it.

Definition at line 246 of file TypeBuilder.h.


The documentation for this class was generated from the following file: