Searched refs:SectionFlagsTypeMask (Results 1 – 3 of 3) sorted by relevance
220 unsigned Mask = Is64Bit ? XCOFFSectionHeader64::SectionFlagsTypeMask in initSectionHeaders()221 : XCOFFSectionHeader32::SectionFlagsTypeMask; in initSectionHeaders()
64 return DerivedXCOFFSectionHeader.Flags & SectionFlagsTypeMask; in getSectionType()70 return DerivedXCOFFSectionHeader.Flags & ~SectionFlagsTypeMask; in getSectionSubtype()
166 static constexpr unsigned SectionFlagsTypeMask = 0xffffu; member