Searched refs:UnwindInfo (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| HD | Win64EHDumper.h | 47 void printUnwindCode(const UnwindInfo& UI, ArrayRef<UnwindCode> UC); 49 off_t Offset, const UnwindInfo &UI);
|
| HD | Win64EHDumper.cpp | 44 static uint64_t getOffsetOfLSDA(const UnwindInfo& UI) { in getOffsetOfLSDA() 257 void Dumper::printUnwindCode(const UnwindInfo& UI, ArrayRef<UnwindCode> UC) { in printUnwindCode() 315 off_t Offset, const UnwindInfo &UI) { in printUnwindInfo() 388 const auto UI = reinterpret_cast<const UnwindInfo*>(Contents.data() + Offset); in printRuntimeFunction()
|
| HD | llvm-readobj.cpp | 122 static bool UnwindInfo; variable 248 opts::UnwindInfo = Args.hasArg(OPT_unwind); in parseOptions() 442 if (opts::UnwindInfo) in dumpObject() 683 opts::UnwindInfo = true; in llvm_readobj_main()
|
| /freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/orc/ |
| HD | macho_platform.cpp | 615 ExecutorAddr HeaderAddr, std::optional<UnwindSectionInfo> UnwindInfo, in registerObjectPlatformSections() argument 636 if (UnwindInfo && UseCallbackStyleUnwindInfo) { in registerObjectPlatformSections() 642 UnwindInfo->DwarfSection.Start.toPtr<void *>(), in registerObjectPlatformSections() 643 UnwindInfo->DwarfSection.End.toPtr<void *>(), in registerObjectPlatformSections() 644 UnwindInfo->CompactUnwindSection.Start.toPtr<void *>(), in registerObjectPlatformSections() 645 UnwindInfo->CompactUnwindSection.End.toPtr<void *>()); in registerObjectPlatformSections() 647 for (auto &CodeRange : UnwindInfo->CodeRanges) { in registerObjectPlatformSections() 649 CodeRange.End.toPtr<char *>(), *UnwindInfo); in registerObjectPlatformSections() 693 ExecutorAddr HeaderAddr, std::optional<UnwindSectionInfo> UnwindInfo, in deregisterObjectPlatformSections() argument 720 if (UnwindInfo && UseCallbackStyleUnwindInfo) { in deregisterObjectPlatformSections() [all …]
|
| /freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/ |
| HD | Win64EH.h | 149 struct UnwindInfo { struct
|
| /freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| HD | llvm-objdump.h | 72 extern bool UnwindInfo;
|
| HD | COFFDump.cpp | 634 static void printWin64EHUnwindInfo(const Win64EH::UnwindInfo *UI) { in printWin64EHUnwindInfo() 690 printWin64EHUnwindInfo(reinterpret_cast<const Win64EH::UnwindInfo *>(addr)); in printRuntimeFunction() 740 auto *UI = reinterpret_cast<const Win64EH::UnwindInfo *>(XContents.data() + in printRuntimeFunctionRels()
|
| HD | llvm-objdump.cpp | 347 bool objdump::UnwindInfo; member in objdump 3317 if (UnwindInfo) in dumpObject() 3552 UnwindInfo = InputArgs.hasArg(OBJDUMP_unwind_info); in parseObjdumpOptions() 3731 !DynamicSymbolTable && !UnwindInfo && !FaultMapSection && !Offloading && in llvm_objdump_main()
|
| HD | MachODump.cpp | 2139 if (Disassemble || IndirectSymbols || !FilterSections.empty() || UnwindInfo) in ProcessMachO() 2193 if (UnwindInfo) in ProcessMachO() 8025 const SectionRef &UnwindInfo) { in printMachOUnwindInfoSection() argument 8035 unwrapOrError(UnwindInfo.getContents(), Obj->getFileName()); in printMachOUnwindInfoSection()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| HD | MachOPlatform.cpp | 1383 UnwindInfo; in registerObjectPlatformSections() local 1385 UnwindInfo = std::make_tuple(std::move(UI->CodeRanges), UI->DwarfSection, in registerObjectPlatformSections() 1388 if (!MachOPlatformSecs.empty() || UnwindInfo) { in registerObjectPlatformSections() 1418 MP.RegisterObjectPlatformSections.Addr, HeaderAddr, UnwindInfo, in registerObjectPlatformSections() 1423 UnwindInfo, MachOPlatformSecs))}); in registerObjectPlatformSections()
|