Lines Matching defs:Fixup
33 static unsigned adjustFixupValue(const MCFixup &Fixup, uint64_t Value,
36 unsigned Kind = Fixup.getKind();
71 Ctx->FatalError(Fixup.getLoc(), "out of range PC16 fixup");
78 Ctx->FatalError(Fixup.getLoc(), "out of range PC19 fixup");
112 Ctx->FatalError(Fixup.getLoc(), "out of range PC7 fixup");
120 Ctx->FatalError(Fixup.getLoc(), "out of range PC10 fixup");
128 Ctx->FatalError(Fixup.getLoc(), "out of range PC16 fixup");
135 Ctx->FatalError(Fixup.getLoc(), "out of range PC18 fixup");
143 Ctx->FatalError(Fixup.getLoc(), "out of range PC21 fixup");
151 Ctx->FatalError(Fixup.getLoc(), "out of range PC26 fixup");
181 /// ApplyFixup - Apply the \p Value for given \p Fixup into the provided
184 void MipsAsmBackend::applyFixup(const MCFixup &Fixup, char *Data,
187 MCFixupKind Kind = Fixup.getKind();
188 Value = adjustFixupValue(Fixup, Value);
194 unsigned Offset = Fixup.getOffset();
410 const MCFixup &Fixup,
419 (void)adjustFixupValue(Fixup, Value, &Asm.getContext());