Home
last modified time | relevance | path

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

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