Home
last modified time | relevance | path

Searched refs:DwarfSectionSubtypeFlags (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSectionXCOFF.h38 Optional<XCOFF::DwarfSectionSubtypeFlags> DwarfSubtypeFlags;
66 XCOFF::DwarfSectionSubtypeFlags DwarfSubtypeFlags, in MCSectionXCOFF()
113 Optional<XCOFF::DwarfSectionSubtypeFlags> getDwarfSubtypeFlags() const { in getDwarfSubtypeFlags()
H A DMCContext.h298 XCOFF::DwarfSectionSubtypeFlags DwarfSubtypeFlags;
308 XCOFF::DwarfSectionSubtypeFlags DwarfSubtypeFlags) in XCOFFSectionKey()
642 Optional<XCOFF::DwarfSectionSubtypeFlags> DwarfSubtypeFlags = None);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCContext.cpp724 Optional<XCOFF::DwarfSectionSubtypeFlags> DwarfSectionSubtypeFlags) { in getXCOFFSection() argument
725 bool IsDwarfSec = DwarfSectionSubtypeFlags.hasValue(); in getXCOFFSection()
731 ? XCOFFSectionKey(Section.str(), DwarfSectionSubtypeFlags.getValue()) in getXCOFFSection()
764 DwarfSectionSubtypeFlags.getValue(), Begin, CachedName, in getXCOFFSection()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DXCOFF.h89 enum DwarfSectionSubtypeFlags : int32_t { enum