Searched refs:UnwindInfo (Results 1 - 10 of 10) sorted by relevance

/external/llvm/tools/llvm-readobj/
H A DWin64EHDumper.h48 void printUnwindCode(const UnwindInfo& UI, ArrayRef<UnwindCode> UC);
50 off_t Offset, const UnwindInfo &UI);
H A Dllvm-readobj.h39 extern llvm::cl::opt<bool> UnwindInfo;
H A DWin64EHDumper.cpp45 static uint64_t getOffsetOfLSDA(const UnwindInfo& UI) {
174 void Dumper::printUnwindCode(const UnwindInfo& UI, ArrayRef<UnwindCode> UC) {
232 off_t Offset, const UnwindInfo &UI) {
233 DictScope UIS(SW, "UnwindInfo");
295 const auto UI = reinterpret_cast<const UnwindInfo*>(Contents.data() + Offset);
H A Dllvm-readobj.cpp113 cl::opt<bool> UnwindInfo("unwind",
117 cl::aliasopt(UnwindInfo));
323 if (opts::UnwindInfo)
/external/llvm/include/llvm/Support/
H A DWin64EH.h63 /// UNW_ChainInfo - Specifies that this UnwindInfo structure is chained to
75 /// UnwindInfo - An entry in the exception table.
76 struct UnwindInfo { struct in namespace:llvm::Win64EH
104 /// \brief Return pointer to language specific data part of UnwindInfo.
109 /// \brief Return pointer to language specific data part of UnwindInfo.
/external/llvm/tools/llvm-objdump/
H A Dllvm-objdump.h54 extern cl::opt<bool> UnwindInfo;
H A DCOFFDump.cpp402 static void printWin64EHUnwindInfo(const Win64EH::UnwindInfo *UI) {
458 printWin64EHUnwindInfo(reinterpret_cast<const Win64EH::UnwindInfo *>(addr));
506 auto *UI = reinterpret_cast<const Win64EH::UnwindInfo *>(XContents.data() +
H A Dllvm-objdump.cpp158 llvm::UnwindInfo("unwind-info", cl::desc("Display unwind information"));
162 cl::aliasopt(UnwindInfo));
1509 if (UnwindInfo)
1601 && !UnwindInfo
H A DMachODump.cpp1197 if (UnwindInfo)
6588 const SectionRef &UnwindInfo) {
6596 UnwindInfo.getContents(Contents);
6586 printMachOUnwindInfoSection(const MachOObjectFile *Obj, std::map<uint64_t, SymbolRef> &Symbols, const SectionRef &UnwindInfo) argument
/external/google-breakpad/src/common/windows/
H A Dpdb_source_line_writer.cc92 struct UnwindInfo { struct
706 UnwindInfo *unwind_info = static_cast<UnwindInfo *>(
770 unwind_info = static_cast<UnwindInfo *>(

Completed in 189 milliseconds