Searched refs:SectionTypeFlags (Results 1 – 7 of 7) sorted by relevance
28 void ScalarBitSetTraits<XCOFF::SectionTypeFlags>::bitset( in bitset()29 IO &IO, XCOFF::SectionTypeFlags &Value) { in bitset()154 NSectionFlags(IO &) : Flags(XCOFF::SectionTypeFlags(0)) {} in NSectionFlags()155 NSectionFlags(IO &, uint32_t C) : Flags(XCOFF::SectionTypeFlags(C)) {} in NSectionFlags()159 XCOFF::SectionTypeFlags Flags;
228 template <> struct ScalarBitSetTraits<XCOFF::SectionTypeFlags> { in LLVM_YAML_IS_SEQUENCE_VECTOR()229 static void bitset(IO &IO, XCOFF::SectionTypeFlags &Value); in LLVM_YAML_IS_SEQUENCE_VECTOR()
133 enum SectionTypeFlags : int32_t { enum
542 DataRefImpl getSectionByType(XCOFF::SectionTypeFlags SectType) const;687 getSectionFileOffsetToRawData(XCOFF::SectionTypeFlags SectType) const;
434 XCOFF::SectionTypeFlags SectType) const { in getSectionFileOffsetToRawData()790 XCOFFObjectFile::getSectionByType(XCOFF::SectionTypeFlags SectType) const { in getSectionByType()
167 CsectSectionEntry(StringRef N, XCOFF::SectionTypeFlags Flags, bool IsVirtual, in CsectSectionEntry()
974 const EnumEntry<XCOFF::SectionTypeFlags> SectionTypeFlagsNames[] = {