Searched refs:INSTR_PROF_DATA (Results 1 - 5 of 5) sorted by relevance

/external/compiler-rt/lib/profile/
H A DInstrProfiling.h24 #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) Type Name; macro
H A DInstrProfData.inc33 * #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) \
41 * #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) \
47 * #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) \
60 /* INSTR_PROF_DATA start. */
62 #ifndef INSTR_PROF_DATA
63 #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer)
68 INSTR_PROF_DATA(const uint32_t, llvm::Type::getInt32Ty(Ctx), NameSize, \
71 INSTR_PROF_DATA(const uint32_t, llvm::Type::getInt32Ty(Ctx), NumCounters, \
73 INSTR_PROF_DATA(const uint64_t, llvm::Type::getInt64Ty(Ctx), FuncHash, \
76 INSTR_PROF_DATA(cons
[all...]
/external/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc33 * #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) \
41 * #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) \
47 * #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) \
60 /* INSTR_PROF_DATA start. */
62 #ifndef INSTR_PROF_DATA
63 #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer)
68 INSTR_PROF_DATA(const uint32_t, llvm::Type::getInt32Ty(Ctx), NameSize, \
71 INSTR_PROF_DATA(const uint32_t, llvm::Type::getInt32Ty(Ctx), NumCounters, \
73 INSTR_PROF_DATA(const uint64_t, llvm::Type::getInt64Ty(Ctx), FuncHash, \
76 INSTR_PROF_DATA(cons
[all...]
H A DInstrProf.h549 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) Type Name; macro
/external/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp336 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) LLVMType, macro
350 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) Init, macro

Completed in 81 milliseconds