Searched defs:UnwindInfoOffset (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Support/
H A DWin64EH.h72 support::ulittle32_t UnwindInfoOffset; member in struct:llvm::Win64EH::RuntimeFunction
/external/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp462 static_cast<uint32_t>(RF.UnwindInfoOffset));
464 if (Obj->getRvaPtr(RF.UnwindInfoOffset, addr))
497 /*offsetof(RuntimeFunction, UnwindInfoOffset)*/ 8,
498 RF.UnwindInfoOffset);
502 uint64_t UnwindInfoOffset = 0; local
505 /*offsetof(RuntimeFunction, UnwindInfoOffset)*/ 8,
506 XContents, UnwindInfoOffset)))
511 UnwindInfoOffset += RF.UnwindInfoOffset;
512 if (UnwindInfoOffset > XContent
[all...]

Completed in 1468 milliseconds