Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSectionXCOFF.h38 Optional<XCOFF::DwarfSectionSubtypeFlags> DwarfSubtypeFlags; variable
48 SymbolTableName(SymbolTableName), DwarfSubtypeFlags(None), in MCSectionXCOFF()
66 XCOFF::DwarfSectionSubtypeFlags DwarfSubtypeFlags, in MCSectionXCOFF() argument
70 SymbolTableName(SymbolTableName), DwarfSubtypeFlags(DwarfSubtypeFlags), in MCSectionXCOFF()
112 bool isDwarfSect() const { return DwarfSubtypeFlags.hasValue(); } in isDwarfSect()
114 return DwarfSubtypeFlags; in getDwarfSubtypeFlags()
H A DMCContext.h298 XCOFF::DwarfSectionSubtypeFlags DwarfSubtypeFlags; member
308 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);