HomeSort by: relevance | last modified time | path
    Searched refs:DwarfSubtypeFlags (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCSectionXCOFF.h 38 Optional<XCOFF::DwarfSectionSubtypeFlags> DwarfSubtypeFlags;
48 SymbolTableName(SymbolTableName), DwarfSubtypeFlags(None),
66 XCOFF::DwarfSectionSubtypeFlags DwarfSubtypeFlags,
70 SymbolTableName(SymbolTableName), DwarfSubtypeFlags(DwarfSubtypeFlags),
112 bool isDwarfSect() const { return DwarfSubtypeFlags.hasValue(); }
114 return DwarfSubtypeFlags;
MCContext.h 298 XCOFF::DwarfSectionSubtypeFlags DwarfSubtypeFlags;
308 XCOFF::DwarfSectionSubtypeFlags DwarfSubtypeFlags)
309 : SectionName(SectionName), DwarfSubtypeFlags(DwarfSubtypeFlags),
318 return std::tie(SectionName, DwarfSubtypeFlags) <
319 std::tie(Other.SectionName, Other.DwarfSubtypeFlags);
642 Optional<XCOFF::DwarfSectionSubtypeFlags> DwarfSubtypeFlags = None);

Completed in 20 milliseconds