Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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.h300 XCOFF::DwarfSectionSubtypeFlags DwarfSubtypeFlags;
310 XCOFF::DwarfSectionSubtypeFlags DwarfSubtypeFlags) in XCOFFSectionKey()
647 Optional<XCOFF::DwarfSectionSubtypeFlags> DwarfSubtypeFlags = None);
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DXCOFF.h94 enum DwarfSectionSubtypeFlags : int32_t { enum
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp739 Optional<XCOFF::DwarfSectionSubtypeFlags> DwarfSectionSubtypeFlags) { in getXCOFFSection() argument
740 bool IsDwarfSec = DwarfSectionSubtypeFlags.hasValue(); in getXCOFFSection()
746 ? XCOFFSectionKey(Section.str(), DwarfSectionSubtypeFlags.getValue()) in getXCOFFSection()
779 DwarfSectionSubtypeFlags.getValue(), Begin, CachedName, in getXCOFFSection()