Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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()
121 bool isDwarfSect() const { return DwarfSubtypeFlags.has_value(); } in isDwarfSect()
123 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);
680 std::optional<XCOFF::DwarfSectionSubtypeFlags> DwarfSubtypeFlags =