Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dmacho_platform.cpp116 ExecutorAddrRange CompactUnwindSection; member
128 USI.CodeRanges, USI.DwarfSection, USI.CompactUnwindSection); in size()
133 OB, USI.CodeRanges, USI.DwarfSection, USI.CompactUnwindSection); in serialize()
138 IB, USI.CodeRanges, USI.DwarfSection, USI.CompactUnwindSection); in deserialize()
260 CompactUnwindSection(USI.CompactUnwindSection.toSpan<char>()) {} in UnwindSections()
263 span<char> CompactUnwindSection; member
644 UnwindInfo->CompactUnwindSection.Start.toPtr<void *>(), in registerObjectPlatformSections()
645 UnwindInfo->CompactUnwindSection.End.toPtr<void *>()); in registerObjectPlatformSections()
728 UnwindInfo->CompactUnwindSection.Start.toPtr<void *>(), in deregisterObjectPlatformSections()
729 UnwindInfo->CompactUnwindSection.End.toPtr<void *>()); in deregisterObjectPlatformSections()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h74 MCSection *CompactUnwindSection = nullptr; variable
271 MCSection *getCompactUnwindSection() const { return CompactUnwindSection; } in getCompactUnwindSection()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp213 CompactUnwindSection = in initMachOMCObjectFileInfo()
991 CompactUnwindSection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()
1072 CompactUnwindSection = nullptr; // Used only by selected targets. in initMCObjectFileInfo()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp1236 ScanUnwindInfoSection(*CUInfoSec, US.CompactUnwindSection); in findUnwindSectionInfo()
1263 if (US.CompactUnwindSection.Start) in findUnwindSectionInfo()
1264 dbgs() << US.CompactUnwindSection << "\n"; in findUnwindSectionInfo()
1340 UI->CompactUnwindSection); in registerObjectPlatformSections()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h214 ExecutorAddrRange CompactUnwindSection; member