/external/llvm/tools/llvm-readobj/ |
D | Win64EHDumper.h | 48 void printUnwindCode(const UnwindInfo& UI, ArrayRef<UnwindCode> UC); 50 off_t Offset, const UnwindInfo &UI);
|
D | Win64EHDumper.cpp | 45 static uint64_t getOffsetOfLSDA(const UnwindInfo& UI) { in getOffsetOfLSDA() 180 void Dumper::printUnwindCode(const UnwindInfo& UI, ArrayRef<UnwindCode> UC) { in printUnwindCode() 238 off_t Offset, const UnwindInfo &UI) { in printUnwindInfo() 301 const auto UI = reinterpret_cast<const UnwindInfo*>(Contents.data() + Offset); in printRuntimeFunction()
|
D | llvm-readobj.cpp | 114 cl::opt<bool> UnwindInfo("unwind", variable 118 cl::aliasopt(UnwindInfo)); 369 if (opts::UnwindInfo) in dumpObject()
|
D | llvm-readobj.h | 55 extern llvm::cl::opt<bool> UnwindInfo;
|
/external/llvm-project/llvm/tools/llvm-readobj/ |
D | Win64EHDumper.h | 47 void printUnwindCode(const UnwindInfo& UI, ArrayRef<UnwindCode> UC); 49 off_t Offset, const UnwindInfo &UI);
|
D | Win64EHDumper.cpp | 44 static uint64_t getOffsetOfLSDA(const UnwindInfo& UI) { in getOffsetOfLSDA() 218 void Dumper::printUnwindCode(const UnwindInfo& UI, ArrayRef<UnwindCode> UC) { in printUnwindCode() 276 off_t Offset, const UnwindInfo &UI) { in printUnwindInfo() 349 const auto UI = reinterpret_cast<const UnwindInfo*>(Contents.data() + Offset); in printRuntimeFunction()
|
D | llvm-readobj.cpp | 167 cl::opt<bool> UnwindInfo("unwind", variable 171 cl::aliasopt(UnwindInfo)); 518 if (opts::UnwindInfo) in dumpObject() 751 opts::UnwindInfo = true; in main()
|
/external/google-breakpad/src/common/windows/ |
D | pe_util.cc | 84 struct UnwindInfo { struct 288 UnwindInfo *unwind_info = static_cast<UnwindInfo *>( in PrintPEFrameData() 354 unwind_info = static_cast<UnwindInfo *>( in PrintPEFrameData()
|
/external/llvm/include/llvm/Support/ |
D | Win64EH.h | 76 struct UnwindInfo { struct
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Win64EH.h | 94 struct UnwindInfo { struct
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | Win64EH.h | 100 struct UnwindInfo { struct
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/ |
D | PECallFrameInfo.cpp | 42 const UnwindInfo *GetUnwindInfo() const { return m_unwind_info; } in GetUnwindInfo() 53 const UnwindInfo *m_unwind_info; 81 TypedRead<UnwindInfo>(m_unwind_info_data, offset, UNWIND_INFO_SIZE); in GetNext()
|
/external/llvm/tools/llvm-objdump/ |
D | COFFDump.cpp | 475 static void printWin64EHUnwindInfo(const Win64EH::UnwindInfo *UI) { in printWin64EHUnwindInfo() 531 printWin64EHUnwindInfo(reinterpret_cast<const Win64EH::UnwindInfo *>(addr)); in printRuntimeFunction() 579 auto *UI = reinterpret_cast<const Win64EH::UnwindInfo *>(XContents.data() + in printRuntimeFunctionRels()
|
D | llvm-objdump.h | 60 extern cl::opt<bool> UnwindInfo;
|
D | llvm-objdump.cpp | 160 llvm::UnwindInfo("unwind-info", cl::desc("Display unwind information")); member in llvm 164 cl::aliasopt(UnwindInfo)); 1676 if (UnwindInfo) in DumpObject() 1777 && !UnwindInfo in main()
|
D | MachODump.cpp | 1271 if (UnwindInfo) in ProcessMachO() 7201 const SectionRef &UnwindInfo) { in printMachOUnwindInfoSection() argument 7209 UnwindInfo.getContents(Contents); in printMachOUnwindInfoSection()
|
/external/llvm-project/llvm/tools/llvm-objdump/ |
D | COFFDump.cpp | 489 static void printWin64EHUnwindInfo(const Win64EH::UnwindInfo *UI) { in printWin64EHUnwindInfo() 545 printWin64EHUnwindInfo(reinterpret_cast<const Win64EH::UnwindInfo *>(addr)); in printRuntimeFunction() 595 auto *UI = reinterpret_cast<const Win64EH::UnwindInfo *>(XContents.data() + in printRuntimeFunctionRels()
|
D | llvm-objdump.h | 51 extern cl::opt<bool> UnwindInfo;
|
D | llvm-objdump.cpp | 344 cl::opt<bool> objdump::UnwindInfo("unwind-info", member in objdump 349 cl::aliasopt(UnwindInfo)); 2861 if (UnwindInfo) in dumpObject() 2990 !DynamicSymbolTable && !UnwindInfo && !FaultMapSection && in main()
|
D | MachODump.cpp | 1942 if (Disassemble || IndirectSymbols || !FilterSections.empty() || UnwindInfo) in ProcessMachO() 1990 if (UnwindInfo) in ProcessMachO() 8048 const SectionRef &UnwindInfo) { in printMachOUnwindInfoSection() argument 8058 unwrapOrError(UnwindInfo.getContents(), Obj->getFileName()); in printMachOUnwindInfoSection()
|