Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCSectionXCOFF.h38 Optional<XCOFF::DwarfSectionSubtypeFlags> DwarfSubtypeFlags;
72 XCOFF::DwarfSectionSubtypeFlags DwarfSubtypeFlags, in MCSectionXCOFF()
121 Optional<XCOFF::DwarfSectionSubtypeFlags> getDwarfSubtypeFlags() const { in getDwarfSubtypeFlags()
H A DMCContext.h322 XCOFF::DwarfSectionSubtypeFlags DwarfSubtypeFlags;
331 XCOFF::DwarfSectionSubtypeFlags DwarfSubtypeFlags) in XCOFFSectionKey()
679 Optional<XCOFF::DwarfSectionSubtypeFlags> DwarfSubtypeFlags = None);
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCContext.cpp751 Optional<XCOFF::DwarfSectionSubtypeFlags> DwarfSectionSubtypeFlags) { in getXCOFFSection() argument
752 bool IsDwarfSec = DwarfSectionSubtypeFlags.has_value(); in getXCOFFSection()
758 ? XCOFFSectionKey(Section.str(), DwarfSectionSubtypeFlags.value()) in getXCOFFSection()
791 DwarfSectionSubtypeFlags.value(), Begin, CachedName, in getXCOFFSection()
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DXCOFF.h139 enum DwarfSectionSubtypeFlags : int32_t { enum