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

/freebsd-current/contrib/llvm-project/compiler-rt/lib/orc/
H A Dmacho_platform.cpp116 ExecutorAddrRange CompactUnwindSection; member in struct:__orc_rt::UnwindSectionInfo
128 USI.CodeRanges, USI.DwarfSection, USI.CompactUnwindSection);
133 OB, USI.CodeRanges, USI.DwarfSection, USI.CompactUnwindSection);
138 IB, USI.CodeRanges, USI.DwarfSection, USI.CompactUnwindSection);
260 CompactUnwindSection(USI.CompactUnwindSection.toSpan<char>()) {}
263 span<char> CompactUnwindSection; member in struct:__anon1157::MachOPlatformRuntimeState::UnwindSections
644 UnwindInfo->CompactUnwindSection.Start.toPtr<void *>(),
645 UnwindInfo->CompactUnwindSection.End.toPtr<void *>());
728 UnwindInfo->CompactUnwindSection
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h74 MCSection *CompactUnwindSection = nullptr; member in class:llvm::MCObjectFileInfo
271 MCSection *getCompactUnwindSection() const { return CompactUnwindSection; }
/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp213 CompactUnwindSection =
991 CompactUnwindSection = Ctx->getXCOFFSection(
1072 CompactUnwindSection = nullptr; // Used only by selected targets.
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp1236 ScanUnwindInfoSection(*CUInfoSec, US.CompactUnwindSection);
1263 if (US.CompactUnwindSection.Start)
1264 dbgs() << US.CompactUnwindSection << "\n";
1340 UI->CompactUnwindSection);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h214 ExecutorAddrRange CompactUnwindSection; member in struct:llvm::orc::MachOPlatform::MachOPlatformPlugin::UnwindSections

Completed in 261 milliseconds