Searched refs:TargetValue (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/profile/ |
H A D | InstrProfilingValue.c | 83 __llvm_profile_instrument_target(uint64_t TargetValue, void *Data, in __llvm_profile_instrument_target() argument 101 if (TargetValue == CurrentVNode->VData.Value) { in __llvm_profile_instrument_target() 117 CurrentVNode->VData.Value = TargetValue; in __llvm_profile_instrument_target()
|
H A D | InstrProfData.inc | 121 VALUE_PROF_FUNC_PARAM(uint64_t, TargetValue, Type::getInt64Ty(Ctx)) \
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TextAPI/ |
H A D | Target.cpp | 20 Expected<Target> Target::create(StringRef TargetValue) { in create() argument 21 auto Result = TargetValue.split('-'); in create()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/test/profile/ |
H A D | instrprof-value-prof-2.c | 18 void __llvm_profile_instrument_target(uint64_t TargetValue, void *Data,
|
H A D | instrprof-value-prof.c | 39 void __llvm_profile_instrument_target(uint64_t TargetValue, void *Data,
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/ |
H A D | InstrProfData.inc | 154 VALUE_PROF_FUNC_PARAM(uint64_t, TargetValue, Type::getInt64Ty(Ctx)) \
|