Lines Matching defs:Fixup
39 static unsigned adjustFixupValue(const MCFixup &Fixup, uint64_t Value,
42 unsigned Kind = Fixup.getKind();
83 Ctx.reportError(Fixup.getLoc(), "out of range PC16 fixup");
93 Ctx.reportError(Fixup.getLoc(), "out of range PC19 fixup");
132 Ctx.reportError(Fixup.getLoc(), "out of range PC7 fixup");
142 Ctx.reportError(Fixup.getLoc(), "out of range PC10 fixup");
152 Ctx.reportError(Fixup.getLoc(), "out of range PC16 fixup");
161 Ctx.reportError(Fixup.getLoc(), "out of range PC18 fixup");
168 Ctx.reportError(Fixup.getLoc(), "out of range PC18 fixup");
174 Ctx.reportError(Fixup.getLoc(), "out of range PC18 fixup");
183 Ctx.reportError(Fixup.getLoc(), "out of range PC21 fixup");
192 Ctx.reportError(Fixup.getLoc(), "out of range PC26 fixup");
201 Ctx.reportError(Fixup.getLoc(), "out of range PC26 fixup");
210 Ctx.reportError(Fixup.getLoc(), "out of range PC21 fixup");
241 /// ApplyFixup - Apply the \p Value for given \p Fixup into the provided
244 void MipsAsmBackend::applyFixup(const MCAssembler &Asm, const MCFixup &Fixup,
249 MCFixupKind Kind = Fixup.getKind();
251 Value = adjustFixupValue(Fixup, Value, Ctx);
257 unsigned Offset = Fixup.getOffset();
547 const MCFixup &Fixup,
550 if (Fixup.getKind() >= FirstLiteralRelocationKind)
552 const unsigned FixupKind = Fixup.getKind();