Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs:FixupOffset

147                                const uint32_t FixupOffset, const uint32_t Index,
150 MRE.r_word0 = FixupOffset;
179 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment) + Fixup.getOffset();
183 FixupOffset &= ~uint32_t(3);
184 return FixupOffset;
196 const uint32_t FixupOffset = getFixupOffset(Layout, Fragment, Fixup);
241 if (FixupOffset > 0xffffff) {
243 format("0x%x", FixupOffset).print(Buffer, sizeof(Buffer));
291 if (FixupOffset > 0xffffff)
295 makeScatteredRelocationInfo(MRE, FixupOffset, Type, Log2Size, IsPCRel, Value);
329 const uint32_t FixupOffset = getFixupOffset(Layout, Fragment, Fixup);
373 makeRelocationInfo(MRE, FixupOffset, Index, IsPCRel, Log2Size, false, Type);