Searched refs:DwarfSubtypeFlags (Results 1 – 2 of 2) sorted by relevance
38 std::optional<XCOFF::DwarfSectionSubtypeFlags> DwarfSubtypeFlags; variable53 SymbolTableName(SymbolTableName), DwarfSubtypeFlags(std::nullopt), in MCSectionXCOFF()77 XCOFF::DwarfSectionSubtypeFlags DwarfSubtypeFlags, in MCSectionXCOFF() argument82 DwarfSubtypeFlags(DwarfSubtypeFlags), in MCSectionXCOFF()126 bool isDwarfSect() const { return DwarfSubtypeFlags.has_value(); } in isDwarfSect()128 return DwarfSubtypeFlags; in getDwarfSubtypeFlags()
298 XCOFF::DwarfSectionSubtypeFlags DwarfSubtypeFlags; member307 XCOFF::DwarfSectionSubtypeFlags DwarfSubtypeFlags) in XCOFFSectionKey()308 : SectionName(SectionName), DwarfSubtypeFlags(DwarfSubtypeFlags), in XCOFFSectionKey()317 return std::tie(SectionName, DwarfSubtypeFlags) <318 std::tie(Other.SectionName, Other.DwarfSubtypeFlags);651 std::optional<XCOFF::DwarfSectionSubtypeFlags> DwarfSubtypeFlags =