Searched refs:INSTR_PROF_DATA (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/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) \ 67 /* INSTR_PROF_DATA start. */ 69 #ifndef INSTR_PROF_DATA 70 #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) 74 INSTR_PROF_DATA(const uint64_t, llvm::Type::getInt64Ty(Ctx), NameRef, \ 77 INSTR_PROF_DATA(const uint64_t, llvm::Type::getInt64Ty(Ctx), FuncHash, \ 80 INSTR_PROF_DATA(const IntPtrT, IntPtrTy, CounterPtr, RelativeCounterPtr) 81 INSTR_PROF_DATA(const IntPtrT, IntPtrTy, BitmapPtr, RelativeBitmapPtr) [all …]
|
H A D | InstrProf.h | 1270 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) Type Name; macro
|
/freebsd/contrib/llvm-project/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) \ 67 /* INSTR_PROF_DATA start. */ 69 #ifndef INSTR_PROF_DATA 70 #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) 74 INSTR_PROF_DATA(const uint64_t, llvm::Type::getInt64Ty(Ctx), NameRef, \ 77 INSTR_PROF_DATA(const uint64_t, llvm::Type::getInt64Ty(Ctx), FuncHash, \ 80 INSTR_PROF_DATA(const IntPtrT, IntPtrTy, CounterPtr, RelativeCounterPtr) 81 INSTR_PROF_DATA(const IntPtrT, IntPtrTy, BitmapPtr, RelativeBitmapPtr) [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/ |
H A D | InstrProfiling.h | 37 #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) Type Name; macro
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 1810 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) LLVMType, in createDataVariable() macro 1865 #define INSTR_PROF_DATA(Type, LLVMType, Name, Init) Init, in createDataVariable() macro
|