Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DXCOFFEmitter.cpp220 unsigned Mask = Is64Bit ? XCOFFSectionHeader64::SectionFlagsTypeMask in initSectionHeaders()
221 : XCOFFSectionHeader32::SectionFlagsTypeMask; in initSectionHeaders()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp64 return DerivedXCOFFSectionHeader.Flags & SectionFlagsTypeMask; in getSectionType()
70 return DerivedXCOFFSectionHeader.Flags & ~SectionFlagsTypeMask; in getSectionSubtype()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h166 static constexpr unsigned SectionFlagsTypeMask = 0xffffu; member