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

  /external/llvm/tools/llvm-readobj/
Win64EHDumper.h 48 void printUnwindCode(const UnwindInfo& UI, ArrayRef<UnwindCode> UC);
50 off_t Offset, const UnwindInfo &UI);
llvm-readobj.h 37 extern llvm::cl::opt<bool> UnwindInfo;
Win64EHDumper.cpp 45 static uint64_t getOffsetOfLSDA(const UnwindInfo& UI) {
175 void Dumper::printUnwindCode(const UnwindInfo& UI, ArrayRef<UnwindCode> UC) {
233 off_t Offset, const UnwindInfo &UI) {
234 DictScope UIS(SW, "UnwindInfo");
296 const auto UI = reinterpret_cast<const UnwindInfo*>(Contents.data() + Offset);
llvm-readobj.cpp 107 cl::opt<bool> UnwindInfo("unwind",
111 cl::aliasopt(UnwindInfo));
243 if (opts::UnwindInfo)
  /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 410 static void printWin64EHUnwindInfo(const Win64EH::UnwindInfo *UI) {
466 printWin64EHUnwindInfo(reinterpret_cast<const Win64EH::UnwindInfo *>(addr));
515 auto *UI = reinterpret_cast<const Win64EH::UnwindInfo *>(XContents.data() +
llvm-objdump.cpp 121 UnwindInfo("unwind-info", cl::desc("Display unwind information"));
125 cl::aliasopt(UnwindInfo));
843 if (UnwindInfo)
927 && !UnwindInfo

Completed in 90 milliseconds