Searched refs:VALUE_PROF_FUNC_PARAM (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/ |
H A D | InstrProfiling.h | 153 #define VALUE_PROF_FUNC_PARAM(ArgType, ArgName, ArgLLVMType) ArgType ArgName macro
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | InstrProfData.inc | 175 /* VALUE_PROF_FUNC_PARAM start */ 179 #ifndef VALUE_PROF_FUNC_PARAM 180 #define VALUE_PROF_FUNC_PARAM(ArgType, ArgName, ArgLLVMType) 186 VALUE_PROF_FUNC_PARAM(uint64_t, TargetValue, Type::getInt64Ty(Ctx)) \ 188 VALUE_PROF_FUNC_PARAM(void *, Data, PointerType::getUnqual(Ctx)) INSTR_PROF_COMMA 189 VALUE_PROF_FUNC_PARAM(uint32_t, CounterIndex, Type::getInt32Ty(Ctx)) 190 #undef VALUE_PROF_FUNC_PARAM 192 /* VALUE_PROF_FUNC_PARAM end */
|
/freebsd/contrib/llvm-project/compiler-rt/include/profile/ |
H A D | InstrProfData.inc | 175 /* VALUE_PROF_FUNC_PARAM start */ 179 #ifndef VALUE_PROF_FUNC_PARAM 180 #define VALUE_PROF_FUNC_PARAM(ArgType, ArgName, ArgLLVMType) 186 VALUE_PROF_FUNC_PARAM(uint64_t, TargetValue, Type::getInt64Ty(Ctx)) \ 188 VALUE_PROF_FUNC_PARAM(void *, Data, PointerType::getUnqual(Ctx)) INSTR_PROF_COMMA 189 VALUE_PROF_FUNC_PARAM(uint32_t, CounterIndex, Type::getInt32Ty(Ctx)) 190 #undef VALUE_PROF_FUNC_PARAM 192 /* VALUE_PROF_FUNC_PARAM end */
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 1014 #define VALUE_PROF_FUNC_PARAM(ParamType, ParamName, ParamLLVMType) ParamLLVMType in getOrInsertValueProfilingCall() macro
|