Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h420 IsEnregisteredGlobal = 1 << 9, enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp86 CV_ENUM_CLASS_ENT(LocalSymFlags, IsEnregisteredGlobal),
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp46 PUSH_FLAG(LocalSymFlags, IsEnregisteredGlobal, Flags, "enreg global"); in formatLocalSymFlags()