Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCSectionXCOFF.h38 std::optional<XCOFF::DwarfSectionSubtypeFlags> DwarfSubtypeFlags;
72 XCOFF::DwarfSectionSubtypeFlags DwarfSubtypeFlags, in MCSectionXCOFF()
121 std::optional<XCOFF::DwarfSectionSubtypeFlags> getDwarfSubtypeFlags() const { in getDwarfSubtypeFlags()
H A DMCContext.h321 XCOFF::DwarfSectionSubtypeFlags DwarfSubtypeFlags;
330 XCOFF::DwarfSectionSubtypeFlags DwarfSubtypeFlags) in XCOFFSectionKey()
678 std::optional<XCOFF::DwarfSectionSubtypeFlags> DwarfSubtypeFlags =
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCContext.cpp777 std::optional<XCOFF::DwarfSectionSubtypeFlags> DwarfSectionSubtypeFlags) { in getXCOFFSection() argument
778 bool IsDwarfSec = DwarfSectionSubtypeFlags.has_value(); in getXCOFFSection()
783 IsDwarfSec ? XCOFFSectionKey(Section.str(), *DwarfSectionSubtypeFlags) in getXCOFFSection()
816 *DwarfSectionSubtypeFlags, Begin, CachedName, MultiSymbolsAllowed); in getXCOFFSection()
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DXCOFF.h153 enum DwarfSectionSubtypeFlags : int32_t { enum