Home
last modified time | relevance | path

Searched refs:TargetValue (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/profile/
H A DInstrProfilingValue.c83 __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 DInstrProfData.inc121 VALUE_PROF_FUNC_PARAM(uint64_t, TargetValue, Type::getInt64Ty(Ctx)) \
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TextAPI/
H A DTarget.cpp20 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 Dinstrprof-value-prof-2.c18 void __llvm_profile_instrument_target(uint64_t TargetValue, void *Data,
H A Dinstrprof-value-prof.c39 void __llvm_profile_instrument_target(uint64_t TargetValue, void *Data,
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc154 VALUE_PROF_FUNC_PARAM(uint64_t, TargetValue, Type::getInt64Ty(Ctx)) \