Searched refs:DwarfSectionSubtypeFlags (Results 1 – 4 of 4) sorted by relevance
38 Optional<XCOFF::DwarfSectionSubtypeFlags> DwarfSubtypeFlags;72 XCOFF::DwarfSectionSubtypeFlags DwarfSubtypeFlags, in MCSectionXCOFF()121 Optional<XCOFF::DwarfSectionSubtypeFlags> getDwarfSubtypeFlags() const { in getDwarfSubtypeFlags()
322 XCOFF::DwarfSectionSubtypeFlags DwarfSubtypeFlags;331 XCOFF::DwarfSectionSubtypeFlags DwarfSubtypeFlags) in XCOFFSectionKey()679 Optional<XCOFF::DwarfSectionSubtypeFlags> DwarfSubtypeFlags = None);
751 Optional<XCOFF::DwarfSectionSubtypeFlags> DwarfSectionSubtypeFlags) { in getXCOFFSection() argument752 bool IsDwarfSec = DwarfSectionSubtypeFlags.has_value(); in getXCOFFSection()758 ? XCOFFSectionKey(Section.str(), DwarfSectionSubtypeFlags.value()) in getXCOFFSection()791 DwarfSectionSubtypeFlags.value(), Begin, CachedName, in getXCOFFSection()
139 enum DwarfSectionSubtypeFlags : int32_t { enum