Lines Matching defs:Fixup
27 const MCFixup &Fixup, MCContext &Ctx) {
34 Ctx.reportError(Fixup.getLoc(), "operand out of range (" + Twine(SVal) +
44 Ctx.reportError(Fixup.getLoc(), "Non-even PC relative offset.");
118 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
121 void applyFixup(const MCAssembler &Asm, const MCFixup &Fixup,
149 // Fixup kinds from .reloc directive are like R_390_NONE. They
163 const MCFixup &Fixup,
166 return Fixup.getKind() >= FirstLiteralRelocationKind;
170 const MCFixup &Fixup,
175 MCFixupKind Kind = Fixup.getKind();
178 unsigned Offset = Fixup.getOffset();
185 Value = extractBitsForFixup(Kind, Value, Fixup, Asm.getContext());