Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h310 enum : uint32_t { SubsectionIgnoreFlag = 0x80000000 }; enumerator
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1079 if (SubType & SubsectionIgnoreFlag) { in printCodeViewSymbolSection()
1081 SubType &= ~SubsectionIgnoreFlag; in printCodeViewSymbolSection()
/openbsd-src/gnu/llvm/lld/COFF/
H A DPDB.cpp775 if (uint32_t(ss.kind()) & codeview::SubsectionIgnoreFlag) in handleDebugS()