Home
last modified time | relevance | path

Searched defs:TargetValue (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingValue.c150 instrumentTargetValueImpl(uint64_t TargetValue, void *Data, in instrumentTargetValueImpl()
242 __llvm_profile_instrument_target(uint64_t TargetValue, void *Data, in __llvm_profile_instrument_target()
247 __llvm_profile_instrument_target_value(uint64_t TargetValue, void *Data, in __llvm_profile_instrument_target_value()
258 __llvm_profile_instrument_memop(uint64_t TargetValue, void *Data, in __llvm_profile_instrument_memop()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/
H A DABI.h32 TargetValue, /* value is on the target or literal */ enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/TextAPI/
H A DTarget.cpp17 Expected<Target> Target::create(StringRef TargetValue) { in create()