Lines Matching defs:UnwindInfoOffset
686 static_cast<uint32_t>(RF.UnwindInfoOffset));
688 if (Obj->getRvaPtr(RF.UnwindInfoOffset, addr))
721 /*offsetof(RuntimeFunction, UnwindInfoOffset)*/ 8,
722 RF.UnwindInfoOffset);
726 uint64_t UnwindInfoOffset = 0;
730 /*offsetof(RuntimeFunction, UnwindInfoOffset)*/ 8,
731 XContents, UnwindInfoOffset))
736 UnwindInfoOffset += RF.UnwindInfoOffset;
737 if (UnwindInfoOffset > XContents.size())
741 UnwindInfoOffset);