Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionXCOFF.h38 std::optional<XCOFF::DwarfSectionSubtypeFlags> DwarfSubtypeFlags;
72 XCOFF::DwarfSectionSubtypeFlags DwarfSubtypeFlags, in MCSectionXCOFF()
122 std::optional<XCOFF::DwarfSectionSubtypeFlags> getDwarfSubtypeFlags() const { in getDwarfSubtypeFlags()
H A DMCContext.h321 XCOFF::DwarfSectionSubtypeFlags DwarfSubtypeFlags;
330 XCOFF::DwarfSectionSubtypeFlags DwarfSubtypeFlags) in XCOFFSectionKey()
680 std::optional<XCOFF::DwarfSectionSubtypeFlags> DwarfSubtypeFlags =
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp783 std::optional<XCOFF::DwarfSectionSubtypeFlags> DwarfSectionSubtypeFlags) { in getXCOFFSection() argument
784 bool IsDwarfSec = DwarfSectionSubtypeFlags.has_value(); in getXCOFFSection()
789 IsDwarfSec ? XCOFFSectionKey(Section.str(), *DwarfSectionSubtypeFlags) in getXCOFFSection()
822 *DwarfSectionSubtypeFlags, Begin, CachedName, MultiSymbolsAllowed); in getXCOFFSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DXCOFF.h153 enum DwarfSectionSubtypeFlags : int32_t { enum