Lines Matching defs:UnwindInfoOffset
704 static_cast<uint32_t>(RF.UnwindInfoOffset));
706 if (Obj->getRvaPtr(RF.UnwindInfoOffset, addr))
739 /*offsetof(RuntimeFunction, UnwindInfoOffset)*/ 8,
740 RF.UnwindInfoOffset);
744 uint64_t UnwindInfoOffset = 0;
748 /*offsetof(RuntimeFunction, UnwindInfoOffset)*/ 8,
749 XContents, UnwindInfoOffset))
754 UnwindInfoOffset += RF.UnwindInfoOffset;
755 if (UnwindInfoOffset > XContents.size())
759 UnwindInfoOffset);