Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfiling.h144 #define VALUE_PROF_FUNC_PARAM(ArgType, ArgName, ArgLLVMType) ArgType ArgName macro
/freebsd-14.2/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc152 /* VALUE_PROF_FUNC_PARAM start */
156 #ifndef VALUE_PROF_FUNC_PARAM
157 #define VALUE_PROF_FUNC_PARAM(ArgType, ArgName, ArgLLVMType)
163 VALUE_PROF_FUNC_PARAM(uint64_t, TargetValue, Type::getInt64Ty(Ctx)) \
165 VALUE_PROF_FUNC_PARAM(void *, Data, PointerType::getUnqual(Ctx)) INSTR_PROF_COMMA
166 VALUE_PROF_FUNC_PARAM(uint32_t, CounterIndex, Type::getInt32Ty(Ctx))
167 #undef VALUE_PROF_FUNC_PARAM
169 /* VALUE_PROF_FUNC_PARAM end */
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc152 /* VALUE_PROF_FUNC_PARAM start */
156 #ifndef VALUE_PROF_FUNC_PARAM
157 #define VALUE_PROF_FUNC_PARAM(ArgType, ArgName, ArgLLVMType)
163 VALUE_PROF_FUNC_PARAM(uint64_t, TargetValue, Type::getInt64Ty(Ctx)) \
165 VALUE_PROF_FUNC_PARAM(void *, Data, PointerType::getUnqual(Ctx)) INSTR_PROF_COMMA
166 VALUE_PROF_FUNC_PARAM(uint32_t, CounterIndex, Type::getInt32Ty(Ctx))
167 #undef VALUE_PROF_FUNC_PARAM
169 /* VALUE_PROF_FUNC_PARAM end */
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp784 #define VALUE_PROF_FUNC_PARAM(ParamType, ParamName, ParamLLVMType) ParamLLVMType in getOrInsertValueProfilingCall() macro