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;
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>()) {}
263 span<char> CompactUnwindSection;
644 UnwindInfo->CompactUnwindSection.Start.toPtr<void *>(), in deregisterObjectPlatformSections()
645 UnwindInfo->CompactUnwindSection.End.toPtr<void *>()); in deregisterObjectPlatformSections()
728 UnwindInfo->CompactUnwindSection in runAtExits()
115 ExecutorAddrRange CompactUnwindSection; global() member
252 span<char> CompactUnwindSection; global() member
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h74 MCSection *CompactUnwindSection = nullptr; variable
272 MCSection *getCompactUnwindSection() const { return CompactUnwindSection; } in getCompactUnwindSection()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp213 CompactUnwindSection = in initMachOMCObjectFileInfo()
940 CompactUnwindSection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()
1021 CompactUnwindSection = nullptr; // Used only by selected targets. in initMCObjectFileInfo()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp1282 ScanUnwindInfoSection(*CUInfoSec, US.CompactUnwindSection); in findUnwindSectionInfo()
1309 if (US.CompactUnwindSection.Start) in findUnwindSectionInfo()
1310 dbgs() << US.CompactUnwindSection << "\n"; in findUnwindSectionInfo()
1386 UI->CompactUnwindSection); in registerObjectPlatformSections()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h228 ExecutorAddrRange CompactUnwindSection; member