Home
last modified time | relevance | path

Searched refs:VALUE_PROF_FUNC_PARAM (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/profile/
H A DInstrProfiling.h131 #define VALUE_PROF_FUNC_PARAM(ArgType, ArgName, ArgLLVMType) ArgType ArgName macro
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc145 /* VALUE_PROF_FUNC_PARAM start */
149 #ifndef VALUE_PROF_FUNC_PARAM
150 #define VALUE_PROF_FUNC_PARAM(ArgType, ArgName, ArgLLVMType)
156 VALUE_PROF_FUNC_PARAM(uint64_t, TargetValue, Type::getInt64Ty(Ctx)) \
158 VALUE_PROF_FUNC_PARAM(void *, Data, Type::getInt8PtrTy(Ctx)) INSTR_PROF_COMMA
159 VALUE_PROF_FUNC_PARAM(uint32_t, CounterIndex, Type::getInt32Ty(Ctx))
160 #undef VALUE_PROF_FUNC_PARAM
162 /* VALUE_PROF_FUNC_PARAM end */
/llvm-project-15.0.7/compiler-rt/include/profile/
H A DInstrProfData.inc145 /* VALUE_PROF_FUNC_PARAM start */
149 #ifndef VALUE_PROF_FUNC_PARAM
150 #define VALUE_PROF_FUNC_PARAM(ArgType, ArgName, ArgLLVMType)
156 VALUE_PROF_FUNC_PARAM(uint64_t, TargetValue, Type::getInt64Ty(Ctx)) \
158 VALUE_PROF_FUNC_PARAM(void *, Data, Type::getInt8PtrTy(Ctx)) INSTR_PROF_COMMA
159 VALUE_PROF_FUNC_PARAM(uint32_t, CounterIndex, Type::getInt32Ty(Ctx))
160 #undef VALUE_PROF_FUNC_PARAM
162 /* VALUE_PROF_FUNC_PARAM end */
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp591 #define VALUE_PROF_FUNC_PARAM(ParamType, ParamName, ParamLLVMType) ParamLLVMType in getOrInsertValueProfilingCall() macro