Home
last modified time | relevance | path

Searched refs:CompactUnwindSection (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/orc/
H A Dmacho_platform.cpp137 ExecutorAddrRange CompactUnwindSection; member
149 USI.CodeRanges, USI.DwarfSection, USI.CompactUnwindSection); in size()
154 OB, USI.CodeRanges, USI.DwarfSection, USI.CompactUnwindSection); in serialize()
159 IB, USI.CodeRanges, USI.DwarfSection, USI.CompactUnwindSection); in deserialize()
271 CompactUnwindSection(USI.CompactUnwindSection.toSpan<char>()) {} in UnwindSections()
274 span<char> CompactUnwindSection; member
556 UnwindInfo->CompactUnwindSection.Start.toPtr<void *>(), in registerObjectPlatformSections()
557 UnwindInfo->CompactUnwindSection.End.toPtr<void *>()); in registerObjectPlatformSections()
650 UnwindInfo->CompactUnwindSection.Start.toPtr<void *>(), in deregisterObjectPlatformSections()
651 UnwindInfo->CompactUnwindSection.End.toPtr<void *>()); in deregisterObjectPlatformSections()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h74 MCSection *CompactUnwindSection = nullptr; variable
268 MCSection *getCompactUnwindSection() const { return CompactUnwindSection; } in getCompactUnwindSection()
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h153 ExecutorAddrRange CompactUnwindSection; member
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp1105 ScanUnwindInfoSection(*CUInfoSec, US.CompactUnwindSection); in findUnwindSectionInfo()
1132 if (US.CompactUnwindSection.Start) in findUnwindSectionInfo()
1133 dbgs() << US.CompactUnwindSection << "\n"; in findUnwindSectionInfo()
1212 UI->CompactUnwindSection); in registerObjectPlatformSections()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCObjectFileInfo.cpp204 CompactUnwindSection = in initMachOMCObjectFileInfo()
969 CompactUnwindSection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()
1050 CompactUnwindSection = nullptr; // Used only by selected targets. in initMCObjectFileInfo()