Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCompactUnwindSupport.cpp22 Error splitCompactUnwindBlocks(LinkGraph &G, Section &CompactUnwindSection, in splitCompactUnwindBlocks() argument
25 std::vector<Block *> OriginalBlocks(CompactUnwindSection.blocks().begin(), in splitCompactUnwindBlocks()
26 CompactUnwindSection.blocks().end()); in splitCompactUnwindBlocks()
29 << CompactUnwindSection.getName() << " containing " in splitCompactUnwindBlocks()
H A DCompactUnwindSupport.h29 Error splitCompactUnwindBlocks(LinkGraph &G, Section &CompactUnwindSection,
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dmacho_platform.cpp118 ExecutorAddrRange CompactUnwindSection; member
130 USI.CodeRanges, USI.DwarfSection, USI.CompactUnwindSection); in size()
135 OB, USI.CodeRanges, USI.DwarfSection, USI.CompactUnwindSection); in serialize()
140 IB, USI.CodeRanges, USI.DwarfSection, USI.CompactUnwindSection); in deserialize()
175 CompactUnwindSection(USI.CompactUnwindSection.toSpan<char>()) {} in UnwindSections()
178 span<char> CompactUnwindSection; member
574 UnwindInfo->CompactUnwindSection.Start.toPtr<void *>(), in registerObjectPlatformSections()
575 UnwindInfo->CompactUnwindSection.End.toPtr<void *>()); in registerObjectPlatformSections()
658 UnwindInfo->CompactUnwindSection.Start.toPtr<void *>(), in deregisterObjectPlatformSections()
659 UnwindInfo->CompactUnwindSection.End.toPtr<void *>()); in deregisterObjectPlatformSections()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h75 MCSection *CompactUnwindSection = nullptr; variable
276 MCSection *getCompactUnwindSection() const { return CompactUnwindSection; } in getCompactUnwindSection()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp214 CompactUnwindSection = in initMachOMCObjectFileInfo()
984 CompactUnwindSection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()
1065 CompactUnwindSection = nullptr; // Used only by selected targets. in initMCObjectFileInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h233 ExecutorAddrRange CompactUnwindSection; member
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp1300 *CUInfoSec, US.CompactUnwindSection, [&](Block &B) { in findUnwindSectionInfo()
1336 if (US.CompactUnwindSection.Start) in findUnwindSectionInfo()
1337 dbgs() << US.CompactUnwindSection << "\n"; in findUnwindSectionInfo()
1414 UI->CompactUnwindSection); in registerObjectPlatformSections()