Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h320 enum : uint32_t { SubsectionIgnoreFlag = 0x80000000 }; enumerator
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp674 SubType &= ~SubsectionIgnoreFlag; in traverseSymbolSection()
/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1212 if (SubType & SubsectionIgnoreFlag) { in printCodeViewSymbolSection()
1214 SubType &= ~SubsectionIgnoreFlag; in printCodeViewSymbolSection()
/llvm-project/lld/COFF/
H A DPDB.cpp776 if (uint32_t(ss.kind()) & codeview::SubsectionIgnoreFlag) in handleDebugS()