Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDCodeView.h308 enum : uint32_t { SubsectionIgnoreFlag = 0x80000000 }; enumerator
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDCOFFDumper.cpp979 if (SubType & SubsectionIgnoreFlag) { in printCodeViewSymbolSection()
981 SubType &= ~SubsectionIgnoreFlag; in printCodeViewSymbolSection()
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
HDPDB.cpp1042 if (uint32_t(ss.kind()) & codeview::SubsectionIgnoreFlag) in handleDebugS()