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.cpp221 unsigned Mask = Is64Bit ? XCOFFSectionHeader64::SectionFlagsTypeMask in initSectionHeaders()
222 : XCOFFSectionHeader32::SectionFlagsTypeMask; in initSectionHeaders()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp65 return DerivedXCOFFSectionHeader.Flags & SectionFlagsTypeMask; in getSectionType()
71 return DerivedXCOFFSectionHeader.Flags & ~SectionFlagsTypeMask; in getSectionSubtype()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h167 static constexpr unsigned SectionFlagsTypeMask = 0xffffu; member