Home
last modified time | relevance | path

Searched refs:DwarfSubtypeFlags (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCSectionXCOFF.h38 Optional<XCOFF::DwarfSectionSubtypeFlags> DwarfSubtypeFlags; variable
49 SymbolTableName(SymbolTableName), DwarfSubtypeFlags(None), in MCSectionXCOFF()
72 XCOFF::DwarfSectionSubtypeFlags DwarfSubtypeFlags, in MCSectionXCOFF() argument
76 SymbolTableName(SymbolTableName), DwarfSubtypeFlags(DwarfSubtypeFlags), in MCSectionXCOFF()
120 bool isDwarfSect() const { return DwarfSubtypeFlags.has_value(); } in isDwarfSect()
122 return DwarfSubtypeFlags; in getDwarfSubtypeFlags()
H A DMCContext.h322 XCOFF::DwarfSectionSubtypeFlags DwarfSubtypeFlags; member
331 XCOFF::DwarfSectionSubtypeFlags DwarfSubtypeFlags) in XCOFFSectionKey()
332 : SectionName(SectionName), DwarfSubtypeFlags(DwarfSubtypeFlags), in XCOFFSectionKey()
341 return std::tie(SectionName, DwarfSubtypeFlags) <
342 std::tie(Other.SectionName, Other.DwarfSubtypeFlags);
679 Optional<XCOFF::DwarfSectionSubtypeFlags> DwarfSubtypeFlags = None);