HomeSort by relevance Sort by last modified time
    Searched refs:UnwindInfo (Results 1 - 6 of 6) sorted by null

  /external/llvm/tools/llvm-readobj/
llvm-readobj.h 39 extern llvm::cl::opt<bool> UnwindInfo;
llvm-readobj.cpp 110 cl::opt<bool> UnwindInfo("unwind",
114 cl::aliasopt(UnwindInfo));
216 if (opts::UnwindInfo)
COFFDumper.cpp 73 const Win64EH::UnwindInfo& UI,
77 void printUnwindCode(const Win64EH::UnwindInfo& UI, ArrayRef<UnwindCode> UCs);
457 static uint64_t getOffsetOfLSDA(const Win64EH::UnwindInfo& UI) {
    [all...]
  /external/llvm/include/llvm/Support/
Win64EH.h 63 /// UNW_ChainInfo - Specifies that this UnwindInfo structure is chained to
75 /// UnwindInfo - An entry in the exception table.
76 struct UnwindInfo {
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/
COFFDump.cpp 306 const Win64EH::UnwindInfo *UI =
307 reinterpret_cast<const Win64EH::UnwindInfo *>
llvm-objdump.cpp 120 UnwindInfo("unwind-info", cl::desc("Display unwind information"));
124 cl::aliasopt(UnwindInfo));
768 if (UnwindInfo)
851 && !UnwindInfo

Completed in 151 milliseconds