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

/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...]
/external/llvm/include/llvm/Support/
H A DWin64EH.h72 support::ulittle32_t UnwindInfoOffset; member in struct:llvm::Win64EH::RuntimeFunction
/external/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp169 formatSymbol(Ctx, Section, Offset + 8, RF.UnwindInfoOffset));
292 Offset = Offset + RF.UnwindInfoOffset;

Completed in 72 milliseconds