| /llvm-project-15.0.7/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfData.inc | 32 * #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) \ 40 * #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) \ 46 * #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) \ 65 /* INSTR_PROF_DATA start. */ 67 #ifndef INSTR_PROF_DATA 68 #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) 72 INSTR_PROF_DATA(const uint64_t, llvm::Type::getInt64Ty(Ctx), NameRef, \ 75 INSTR_PROF_DATA(const uint64_t, llvm::Type::getInt64Ty(Ctx), FuncHash, \ 85 INSTR_PROF_DATA(IntPtrT, llvm::Type::getInt8PtrTy(Ctx), Values, \ 91 #undef INSTR_PROF_DATA [all …]
|
| H A D | InstrProf.h | 1177 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) Type Name; macro
|
| /llvm-project-15.0.7/compiler-rt/include/profile/ |
| H A D | InstrProfData.inc | 32 * #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) \ 40 * #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) \ 46 * #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) \ 65 /* INSTR_PROF_DATA start. */ 67 #ifndef INSTR_PROF_DATA 68 #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) 72 INSTR_PROF_DATA(const uint64_t, llvm::Type::getInt64Ty(Ctx), NameRef, \ 75 INSTR_PROF_DATA(const uint64_t, llvm::Type::getInt64Ty(Ctx), FuncHash, \ 85 INSTR_PROF_DATA(IntPtrT, llvm::Type::getInt8PtrTy(Ctx), Values, \ 91 #undef INSTR_PROF_DATA [all …]
|
| /llvm-project-15.0.7/compiler-rt/test/profile/Linux/ |
| H A D | binary-id-padding.c | 32 #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) Type Name; macro
|
| H A D | corrupted-profile.c | 34 #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) Type Name; macro
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-profdata/ |
| H A D | malformed-num-counters-zero.test | 28 // #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) \
|
| H A D | malformed-not-space-for-another-header.test | 28 // #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) \
|
| H A D | malformed-ptr-to-counter-array.test | 28 // #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) \
|
| H A D | binary-ids-padding.test | 44 // #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) \
|
| /llvm-project-15.0.7/compiler-rt/lib/profile/ |
| H A D | InstrProfiling.h | 26 #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) Type Name; macro
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrProfiling.cpp | 1000 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) LLVMType, in getOrCreateRegionCounters() macro 1039 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) Init, in getOrCreateRegionCounters() macro
|