Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h464 ManagedPresent = 1 << 12, enumerator
480 ManagedPresent = 1 << 12, enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp118 CV_ENUM_CLASS_ENT(CompileSym2Flags, ManagedPresent),
130 CV_ENUM_CLASS_ENT(CompileSym3Flags, ManagedPresent),
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp77 PUSH_FLAG(CompileSym2Flags, ManagedPresent, Flags, "has managed code"); in formatCompileSym2Flags()
97 PUSH_FLAG(CompileSym3Flags, ManagedPresent, Flags, "has managed code"); in formatCompileSym3Flags()