Searched refs:INSTR_PROF_DATA (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/lib/profile/ |
| H A 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, \ 88 INSTR_PROF_DATA(IntPtrT, llvm::Type::getInt8PtrTy(Ctx), Values, \ 94 #undef INSTR_PROF_DATA [all …]
|
| H A D | InstrProfiling.h | 26 #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) Type Name; macro
|
| /freebsd-12.1/contrib/llvm/include/llvm/ProfileData/ |
| H A 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, \ 88 INSTR_PROF_DATA(IntPtrT, llvm::Type::getInt8PtrTy(Ctx), Values, \ 94 #undef INSTR_PROF_DATA [all …]
|
| H A D | InstrProf.h | 1025 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) Type Name; macro
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrProfiling.cpp | 775 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) LLVMType, in getOrCreateRegionCounters() macro 789 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) Init, in getOrCreateRegionCounters() macro
|