Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DCallSiteInfo.h36 InternalCall = 1 << 0, enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DCallSiteInfo.cpp217 CSI.Flags |= static_cast<uint8_t>(CallSiteInfo::InternalCall); in processYAMLFunctions()
H A DGsymReader.cpp476 if (CSI.Flags & CallSiteInfo::Flags::InternalCall) in dump()