Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h313 enum : uint32_t { SubsectionIgnoreFlag = 0x80000000 }; enumerator
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1025 if (SubType & SubsectionIgnoreFlag) { in printCodeViewSymbolSection()
1027 SubType &= ~SubsectionIgnoreFlag; in printCodeViewSymbolSection()
/llvm-project-15.0.7/lld/COFF/
H A DPDB.cpp769 if (uint32_t(ss.kind()) & codeview::SubsectionIgnoreFlag) in handleDebugS()