Home
last modified time | relevance | path

Searched refs:INSTR_PROF_DATA (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc32 * #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 DInstrProf.h1177 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) Type Name; macro
/llvm-project-15.0.7/compiler-rt/include/profile/
H A DInstrProfData.inc32 * #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 Dbinary-id-padding.c32 #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) Type Name; macro
H A Dcorrupted-profile.c34 #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) Type Name; macro
/llvm-project-15.0.7/llvm/test/tools/llvm-profdata/
H A Dmalformed-num-counters-zero.test28 // #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) \
H A Dmalformed-not-space-for-another-header.test28 // #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) \
H A Dmalformed-ptr-to-counter-array.test28 // #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) \
H A Dbinary-ids-padding.test44 // #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) \
/llvm-project-15.0.7/compiler-rt/lib/profile/
H A DInstrProfiling.h26 #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) Type Name; macro
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1000 #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