Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DUnwindInfoManager.cpp117 orc::ExecutorAddrRange DWARFEHFrame, orc::ExecutorAddrRange CompactUnwind) { in registerSections() argument
119 CompactUnwind); in registerSections()
143 ExecutorAddrRange DWARFEHFrame, ExecutorAddrRange CompactUnwind) { in registerSectionsImpl() argument
150 static_cast<uintptr_t>(CompactUnwind.Start.getValue()), in registerSectionsImpl()
151 static_cast<size_t>(CompactUnwind.size())}; in registerSectionsImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DUnwindInfoManager.h53 orc::ExecutorAddrRange CompactUnwind);
67 orc::ExecutorAddrRange CompactUnwind);
/freebsd/contrib/llvm-project/lld/MachO/
H A DUnwindInfoSection.cpp108 CREATE_LAYOUT_CLASS(CompactUnwind, FOR_EACH_CU_FIELD);
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp3953 bool CompactUnwind = in enableShrinkWrapping() local
3956 !CompactUnwind) && in enableShrinkWrapping()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp7881 const SectionRef &CompactUnwind) { in printMachOCompactUnwindSection() argument
7893 unwrapOrError(CompactUnwind.getContents(), Obj->getFileName()); in printMachOCompactUnwindSection()
7904 for (const RelocationRef &Reloc : CompactUnwind.relocations()) { in printMachOCompactUnwindSection()