Home | History | Annotate | Download | only in Instrumentation

Lines Matching defs:TypeBuilder

62 #include "llvm/Support/TypeBuilder.h"
374 template<bool xcompile> class TypeBuilder<PathProfilingFunctionTable,
379 TypeBuilder<types::i<32>, xcompile>::get(C), // type
380 TypeBuilder<types::i<32>, xcompile>::get(C), // array size
381 TypeBuilder<types::i<8>*, xcompile>::get(C), // array/hash ptr
386 typedef TypeBuilder<PathProfilingFunctionTable, true>
1303 Type* voidPtr = TypeBuilder<types::i<8>*, true>::get(*Context);