Searched refs:INSTR_PROF_DATA (Results 1 – 5 of 5) sorted by relevance
/external/compiler-rt/lib/profile/ |
D | InstrProfData.inc | 33 * #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) \ 66 /* INSTR_PROF_DATA start. */ 68 #ifndef INSTR_PROF_DATA 69 #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) 73 INSTR_PROF_DATA(const uint64_t, llvm::Type::getInt64Ty(Ctx), NameRef, \ 76 INSTR_PROF_DATA(const uint64_t, llvm::Type::getInt64Ty(Ctx), FuncHash, \ 79 INSTR_PROF_DATA(const IntPtrT, llvm::Type::getInt64PtrTy(Ctx), CounterPtr, \ 86 INSTR_PROF_DATA(const IntPtrT, llvm::Type::getInt8PtrTy(Ctx), FunctionPointer, \ [all …]
|
D | InstrProfiling.h | 26 #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) Type Name; macro
|
/external/llvm/include/llvm/ProfileData/ |
D | InstrProfData.inc | 33 * #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) \ 66 /* INSTR_PROF_DATA start. */ 68 #ifndef INSTR_PROF_DATA 69 #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) 73 INSTR_PROF_DATA(const uint64_t, llvm::Type::getInt64Ty(Ctx), NameRef, \ 76 INSTR_PROF_DATA(const uint64_t, llvm::Type::getInt64Ty(Ctx), FuncHash, \ 79 INSTR_PROF_DATA(const IntPtrT, llvm::Type::getInt64PtrTy(Ctx), CounterPtr, \ 86 INSTR_PROF_DATA(const IntPtrT, llvm::Type::getInt8PtrTy(Ctx), FunctionPointer, \ [all …]
|
D | InstrProf.h | 916 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) Type Name; macro
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 389 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) LLVMType, in getOrCreateRegionCounters() macro 403 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) Init, in getOrCreateRegionCounters() macro
|