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()
298 XCOFF::DwarfSectionSubtypeFlags DwarfSubtypeFlags; member308 XCOFF::DwarfSectionSubtypeFlags DwarfSubtypeFlags) in XCOFFSectionKey()309 : SectionName(SectionName), DwarfSubtypeFlags(DwarfSubtypeFlags), in XCOFFSectionKey()318 return std::tie(SectionName, DwarfSubtypeFlags) <319 std::tie(Other.SectionName, Other.DwarfSubtypeFlags);642 Optional<XCOFF::DwarfSectionSubtypeFlags> DwarfSubtypeFlags = None);