Searched refs:TargetValue (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/TextAPI/
H A DTarget.cpp20 Expected<Target> Target::create(StringRef TargetValue) { argument
21 auto Result = TargetValue.split('-');
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/profile/
H A DInstrProfilingValue.c83 __llvm_profile_instrument_target(uint64_t TargetValue, void *Data, argument
101 if (TargetValue == CurrentVNode->VData.Value) {
117 CurrentVNode->VData.Value = TargetValue;
/netbsd-current/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,

Completed in 133 milliseconds