Lines Matching defs:Fixup
35 static unsigned adjustFixupValue(const MCFixup &Fixup, uint64_t Value,
38 unsigned Kind = Fixup.getKind();
79 Ctx.reportError(Fixup.getLoc(), "out of range PC16 fixup");
89 Ctx.reportError(Fixup.getLoc(), "out of range PC19 fixup");
128 Ctx.reportError(Fixup.getLoc(), "out of range PC7 fixup");
138 Ctx.reportError(Fixup.getLoc(), "out of range PC10 fixup");
148 Ctx.reportError(Fixup.getLoc(), "out of range PC16 fixup");
157 Ctx.reportError(Fixup.getLoc(), "out of range PC18 fixup");
164 Ctx.reportError(Fixup.getLoc(), "out of range PC18 fixup");
170 Ctx.reportError(Fixup.getLoc(), "out of range PC18 fixup");
179 Ctx.reportError(Fixup.getLoc(), "out of range PC21 fixup");
188 Ctx.reportError(Fixup.getLoc(), "out of range PC26 fixup");
197 Ctx.reportError(Fixup.getLoc(), "out of range PC26 fixup");
206 Ctx.reportError(Fixup.getLoc(), "out of range PC21 fixup");
237 /// ApplyFixup - Apply the \p Value for given \p Fixup into the provided
240 void MipsAsmBackend::applyFixup(const MCAssembler &Asm, const MCFixup &Fixup,
245 MCFixupKind Kind = Fixup.getKind();
247 Value = adjustFixupValue(Fixup, Value, Ctx);
253 unsigned Offset = Fixup.getOffset();
543 const MCFixup &Fixup,
547 if (Fixup.getKind() >= FirstLiteralRelocationKind)
549 const unsigned FixupKind = Fixup.getKind();