Home
last modified time | relevance | path

Searched refs:ExternalCall (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DCallSiteInfo.h39 ExternalCall = 1 << 1, enumerator
41 LLVM_MARK_AS_BITMASK_ENUM(/*LargestValue*/ ExternalCall),
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DCallSiteInfo.cpp219 CSI.Flags |= static_cast<uint8_t>(CallSiteInfo::ExternalCall); in processYAMLFunctions()
H A DGsymReader.cpp479 if (CSI.Flags & CallSiteInfo::Flags::ExternalCall) in dump()