Searched refs:TargetValue (Results 1 – 5 of 5) sorted by relevance
/external/compiler-rt/lib/profile/ |
D | InstrProfilingValue.c | 100 __llvm_profile_instrument_target(uint64_t TargetValue, void *Data, in __llvm_profile_instrument_target() argument 118 if (TargetValue == CurrentVNode->VData.Value) { in __llvm_profile_instrument_target() 134 CurrentVNode->VData.Value = TargetValue; in __llvm_profile_instrument_target()
|
D | InstrProfData.inc | 121 VALUE_PROF_FUNC_PARAM(uint64_t, TargetValue, Type::getInt64Ty(Ctx)) \
|
/external/compiler-rt/test/profile/ |
D | instrprof-value-prof-2.c | 18 void __llvm_profile_instrument_target(uint64_t TargetValue, void *Data,
|
D | instrprof-value-prof.c | 25 void __llvm_profile_instrument_target(uint64_t TargetValue, void *Data,
|
/external/llvm/include/llvm/ProfileData/ |
D | InstrProfData.inc | 121 VALUE_PROF_FUNC_PARAM(uint64_t, TargetValue, Type::getInt64Ty(Ctx)) \
|