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()183 NSectionFlags(IO &) : Flags(XCOFF::SectionTypeFlags(0)) {} in NSectionFlags()184 NSectionFlags(IO &, uint32_t C) : Flags(XCOFF::SectionTypeFlags(C)) {} in NSectionFlags()188 XCOFF::SectionTypeFlags Flags;
232 template <> struct ScalarBitSetTraits<XCOFF::SectionTypeFlags> { in LLVM_YAML_IS_SEQUENCE_VECTOR()233 static void bitset(IO &IO, XCOFF::SectionTypeFlags &Value); in LLVM_YAML_IS_SEQUENCE_VECTOR()
134 enum SectionTypeFlags : int32_t { enum
552 DataRefImpl getSectionByType(XCOFF::SectionTypeFlags SectType) const;701 getSectionFileOffsetToRawData(XCOFF::SectionTypeFlags SectType) const;
444 XCOFF::SectionTypeFlags SectType) const { in getSectionFileOffsetToRawData()806 XCOFFObjectFile::getSectionByType(XCOFF::SectionTypeFlags SectType) const { in getSectionByType()
981 const EnumEntry<XCOFF::SectionTypeFlags> SectionTypeFlagsNames[] = {
175 CsectSectionEntry(StringRef N, XCOFF::SectionTypeFlags Flags, bool IsVirtual, in CsectSectionEntry()