Searched refs:UnwindInfoOffset (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/llvm/include/llvm/Support/
H A DWin64EH.h72 support::ulittle32_t UnwindInfoOffset; member in struct:llvm::Win64EH::RuntimeFunction
/freebsd-11.0-release/contrib/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp471 static_cast<uint32_t>(RF.UnwindInfoOffset));
473 if (Obj->getRvaPtr(RF.UnwindInfoOffset, addr))
506 /*offsetof(RuntimeFunction, UnwindInfoOffset)*/ 8,
507 RF.UnwindInfoOffset);
511 uint64_t UnwindInfoOffset = 0; local
514 /*offsetof(RuntimeFunction, UnwindInfoOffset)*/ 8,
515 XContents, UnwindInfoOffset));
519 UnwindInfoOffset += RF.UnwindInfoOffset;
520 if (UnwindInfoOffset > XContent
[all...]
/freebsd-11.0-release/contrib/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp168 formatSymbol(Ctx, Section, Offset + 8, RF.UnwindInfoOffset));
291 Offset = Offset + RF.UnwindInfoOffset;

Completed in 59 milliseconds