Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDCodeView.h320 enum : uint32_t { SubsectionIgnoreFlag = 0x80000000 }; enumerator
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
HDLVCodeViewReader.cpp679 SubType &= ~SubsectionIgnoreFlag; in traverseSymbolSection()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDCOFFDumper.cpp1169 if (SubType & SubsectionIgnoreFlag) { in printCodeViewSymbolSection()
1171 SubType &= ~SubsectionIgnoreFlag; in printCodeViewSymbolSection()
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
HDPDB.cpp772 if (uint32_t(ss.kind()) & codeview::SubsectionIgnoreFlag) in handleDebugS()