Home
last modified time | relevance | path

Searched refs:SubsectionIgnoreFlag (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h308 enum : uint32_t { SubsectionIgnoreFlag = 0x80000000 }; enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1021 if (SubType & SubsectionIgnoreFlag) { in printCodeViewSymbolSection()
1023 SubType &= ~SubsectionIgnoreFlag; in printCodeViewSymbolSection()