Searched refs:DwarfSubtypeFlags (Results 1 – 2 of 2) sorted by relevance
38 Optional<XCOFF::DwarfSectionSubtypeFlags> DwarfSubtypeFlags; variable48 SymbolTableName(SymbolTableName), DwarfSubtypeFlags(None), in MCSectionXCOFF()66 XCOFF::DwarfSectionSubtypeFlags DwarfSubtypeFlags, in MCSectionXCOFF() argument70 SymbolTableName(SymbolTableName), DwarfSubtypeFlags(DwarfSubtypeFlags), in MCSectionXCOFF()112 bool isDwarfSect() const { return DwarfSubtypeFlags.hasValue(); } in isDwarfSect()114 return DwarfSubtypeFlags; in getDwarfSubtypeFlags()
300 XCOFF::DwarfSectionSubtypeFlags DwarfSubtypeFlags; member310 XCOFF::DwarfSectionSubtypeFlags DwarfSubtypeFlags) in XCOFFSectionKey()311 : SectionName(SectionName), DwarfSubtypeFlags(DwarfSubtypeFlags), in XCOFFSectionKey()320 return std::tie(SectionName, DwarfSubtypeFlags) <321 std::tie(Other.SectionName, Other.DwarfSubtypeFlags);647 Optional<XCOFF::DwarfSectionSubtypeFlags> DwarfSubtypeFlags = None);