Lines Matching defs:Fixup
31 unsigned GetRelocTypeInner(const MCValue &Target, const MCFixup &Fixup,
40 const MCFixup &Fixup, bool IsPCRel) const override;
71 // Need to examine the Fixup when determining whether to
75 const MCFixup &Fixup,
77 return GetRelocTypeInner(Target, Fixup, IsPCRel, Ctx);
81 const MCFixup &Fixup,
84 unsigned Kind = Fixup.getTargetKind();
90 Ctx.reportError(Fixup.getLoc(),
98 switch (Fixup.getTargetKind()) {
100 Ctx.reportError(Fixup.getLoc(), "unsupported relocation type");
105 Ctx.reportError(Fixup.getLoc(),
192 Ctx.reportError(Fixup.getLoc(), "unsupported relocation type");
197 Ctx.reportError(Fixup.getLoc(),
206 Ctx.reportError(Fixup.getLoc(),
215 Ctx.reportError(Fixup.getLoc(),
271 Ctx.reportError(Fixup.getLoc(), "invalid fixup for ARM MOVT instruction");
281 Ctx.reportError(Fixup.getLoc(), "invalid fixup for ARM MOVW instruction");
291 Ctx.reportError(Fixup.getLoc(),
302 Ctx.reportError(Fixup.getLoc(),