Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h454 ManagedPresent = 1 << 12, enumerator
470 ManagedPresent = 1 << 12, enumerator
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp115 CV_ENUM_CLASS_ENT(CompileSym2Flags, ManagedPresent),
127 CV_ENUM_CLASS_ENT(CompileSym3Flags, ManagedPresent),
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp76 PUSH_FLAG(CompileSym2Flags, ManagedPresent, Flags, "has managed code"); in formatCompileSym2Flags()
96 PUSH_FLAG(CompileSym3Flags, ManagedPresent, Flags, "has managed code"); in formatCompileSym3Flags()