Searched refs:CompactUnwindSection (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | CompactUnwindSupport.cpp | 22 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 D | CompactUnwindSupport.h | 29 Error splitCompactUnwindBlocks(LinkGraph &G, Section &CompactUnwindSection,
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/orc/ |
| H A D | macho_platform.cpp | 118 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 D | MCObjectFileInfo.h | 75 MCSection *CompactUnwindSection = nullptr; variable 276 MCSection *getCompactUnwindSection() const { return CompactUnwindSection; } in getCompactUnwindSection()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCObjectFileInfo.cpp | 214 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 D | MachOPlatform.h | 233 ExecutorAddrRange CompactUnwindSection; member
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | MachOPlatform.cpp | 1300 *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()
|