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.h313 enum : uint32_t { SubsectionIgnoreFlag = 0x80000000 }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp679 SubType &= ~SubsectionIgnoreFlag; in traverseSymbolSection()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1166 if (SubType & SubsectionIgnoreFlag) { in printCodeViewSymbolSection()
1168 SubType &= ~SubsectionIgnoreFlag; in printCodeViewSymbolSection()
/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp772 if (uint32_t(ss.kind()) & codeview::SubsectionIgnoreFlag) in handleDebugS()