Searched refs:DwarfSectionSubtypeFlags (Results 1 – 7 of 7) sorted by relevance
38 std::optional<XCOFF::DwarfSectionSubtypeFlags> DwarfSubtypeFlags;77 XCOFF::DwarfSectionSubtypeFlags DwarfSubtypeFlags, in MCSectionXCOFF()127 std::optional<XCOFF::DwarfSectionSubtypeFlags> getDwarfSubtypeFlags() const { in getDwarfSubtypeFlags()
298 XCOFF::DwarfSectionSubtypeFlags DwarfSubtypeFlags;307 XCOFF::DwarfSectionSubtypeFlags DwarfSubtypeFlags) in XCOFFSectionKey()651 std::optional<XCOFF::DwarfSectionSubtypeFlags> DwarfSubtypeFlags =
82 std::optional<XCOFF::DwarfSectionSubtypeFlags> SectionSubtype;236 template <> struct ScalarEnumerationTraits<XCOFF::DwarfSectionSubtypeFlags> { in LLVM_YAML_IS_SEQUENCE_VECTOR()237 static void enumeration(IO &IO, XCOFF::DwarfSectionSubtypeFlags &Value); in LLVM_YAML_IS_SEQUENCE_VECTOR()
803 std::optional<XCOFF::DwarfSectionSubtypeFlags> DwarfSectionSubtypeFlags) { in getXCOFFSection() argument804 bool IsDwarfSec = DwarfSectionSubtypeFlags.has_value(); in getXCOFFSection()809 IsDwarfSec ? XCOFFSectionKey(Section.str(), *DwarfSectionSubtypeFlags) in getXCOFFSection()838 *DwarfSectionSubtypeFlags, QualName, CachedName, MultiSymbolsAllowed); in getXCOFFSection()
154 enum DwarfSectionSubtypeFlags : int32_t { enum
47 void ScalarEnumerationTraits<XCOFF::DwarfSectionSubtypeFlags>::enumeration( in enumeration()48 IO &IO, XCOFF::DwarfSectionSubtypeFlags &Value) { in enumeration()
992 const EnumEntry<XCOFF::DwarfSectionSubtypeFlags>