Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionXCOFF.h38 std::optional<XCOFF::DwarfSectionSubtypeFlags> DwarfSubtypeFlags; variable
53 SymbolTableName(SymbolTableName), DwarfSubtypeFlags(std::nullopt), in MCSectionXCOFF()
77 XCOFF::DwarfSectionSubtypeFlags DwarfSubtypeFlags, in MCSectionXCOFF() argument
82 DwarfSubtypeFlags(DwarfSubtypeFlags), in MCSectionXCOFF()
126 bool isDwarfSect() const { return DwarfSubtypeFlags.has_value(); } in isDwarfSect()
128 return DwarfSubtypeFlags; in getDwarfSubtypeFlags()
H A DMCContext.h298 XCOFF::DwarfSectionSubtypeFlags DwarfSubtypeFlags; member
307 XCOFF::DwarfSectionSubtypeFlags DwarfSubtypeFlags) in XCOFFSectionKey()
308 : SectionName(SectionName), DwarfSubtypeFlags(DwarfSubtypeFlags), in XCOFFSectionKey()
317 return std::tie(SectionName, DwarfSubtypeFlags) <
318 std::tie(Other.SectionName, Other.DwarfSubtypeFlags);
651 std::optional<XCOFF::DwarfSectionSubtypeFlags> DwarfSubtypeFlags =