Searched refs:ManagedPresent (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeView.h | 464 ManagedPresent = 1 << 12, enumerator 480 ManagedPresent = 1 << 12, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | EnumTables.cpp | 118 CV_ENUM_CLASS_ENT(CompileSym2Flags, ManagedPresent), 130 CV_ENUM_CLASS_ENT(CompileSym3Flags, ManagedPresent),
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalSymbolDumper.cpp | 77 PUSH_FLAG(CompileSym2Flags, ManagedPresent, Flags, "has managed code"); in formatCompileSym2Flags() 97 PUSH_FLAG(CompileSym3Flags, ManagedPresent, Flags, "has managed code"); in formatCompileSym3Flags()
|