Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfiling.h131 #define VALUE_PROF_FUNC_PARAM(ArgType, ArgName, ArgLLVMType) ArgType ArgName macro
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc144 /* VALUE_PROF_FUNC_PARAM start */
148 #ifndef VALUE_PROF_FUNC_PARAM
149 #define VALUE_PROF_FUNC_PARAM(ArgType, ArgName, ArgLLVMType)
155 VALUE_PROF_FUNC_PARAM(uint64_t, TargetValue, Type::getInt64Ty(Ctx)) \
157 VALUE_PROF_FUNC_PARAM(void *, Data, Type::getInt8PtrTy(Ctx)) INSTR_PROF_COMMA
158 VALUE_PROF_FUNC_PARAM(uint32_t, CounterIndex, Type::getInt32Ty(Ctx))
159 #undef VALUE_PROF_FUNC_PARAM
161 /* VALUE_PROF_FUNC_PARAM end */
/freebsd-13.1/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc144 /* VALUE_PROF_FUNC_PARAM start */
148 #ifndef VALUE_PROF_FUNC_PARAM
149 #define VALUE_PROF_FUNC_PARAM(ArgType, ArgName, ArgLLVMType)
155 VALUE_PROF_FUNC_PARAM(uint64_t, TargetValue, Type::getInt64Ty(Ctx)) \
157 VALUE_PROF_FUNC_PARAM(void *, Data, Type::getInt8PtrTy(Ctx)) INSTR_PROF_COMMA
158 VALUE_PROF_FUNC_PARAM(uint32_t, CounterIndex, Type::getInt32Ty(Ctx))
159 #undef VALUE_PROF_FUNC_PARAM
161 /* VALUE_PROF_FUNC_PARAM end */
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp611 #define VALUE_PROF_FUNC_PARAM(ParamType, ParamName, ParamLLVMType) ParamLLVMType in getOrInsertValueProfilingCall() macro