Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCSectionXCOFF.h38 std::optional<XCOFF::DwarfSectionSubtypeFlags> DwarfSubtypeFlags; variable
49 SymbolTableName(SymbolTableName), DwarfSubtypeFlags(std::nullopt), 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.h321 XCOFF::DwarfSectionSubtypeFlags DwarfSubtypeFlags; member
330 XCOFF::DwarfSectionSubtypeFlags DwarfSubtypeFlags) in XCOFFSectionKey()
331 : SectionName(SectionName), DwarfSubtypeFlags(DwarfSubtypeFlags), in XCOFFSectionKey()
340 return std::tie(SectionName, DwarfSubtypeFlags) <
341 std::tie(Other.SectionName, Other.DwarfSubtypeFlags);
678 std::optional<XCOFF::DwarfSectionSubtypeFlags> DwarfSubtypeFlags =