Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h452 ManagedPresent = 1 << 12, enumerator
468 ManagedPresent = 1 << 12, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp115 CV_ENUM_CLASS_ENT(CompileSym2Flags, ManagedPresent),
127 CV_ENUM_CLASS_ENT(CompileSym3Flags, ManagedPresent),
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp74 PUSH_FLAG(CompileSym2Flags, ManagedPresent, Flags, "has managed code"); in formatCompileSym2Flags()
94 PUSH_FLAG(CompileSym3Flags, ManagedPresent, Flags, "has managed code"); in formatCompileSym3Flags()