Lines Matching refs:Fixup
30 unsigned GetRelocTypeInner(const MCValue &Target, const MCFixup &Fixup,
39 const MCFixup &Fixup, bool IsPCRel) const override;
74 const MCFixup &Fixup, in getRelocType() argument
76 return GetRelocTypeInner(Target, Fixup, IsPCRel, Ctx); in getRelocType()
80 const MCFixup &Fixup, in GetRelocTypeInner() argument
83 unsigned Kind = Fixup.getTargetKind(); in GetRelocTypeInner()
89 switch (Fixup.getTargetKind()) { in GetRelocTypeInner()
91 Ctx.reportError(Fixup.getLoc(), "unsupported relocation type"); in GetRelocTypeInner()
96 Ctx.reportError(Fixup.getLoc(), in GetRelocTypeInner()
183 Ctx.reportError(Fixup.getLoc(), "unsupported relocation type"); in GetRelocTypeInner()
188 Ctx.reportError(Fixup.getLoc(), in GetRelocTypeInner()
197 Ctx.reportError(Fixup.getLoc(), in GetRelocTypeInner()
206 Ctx.reportError(Fixup.getLoc(), in GetRelocTypeInner()
250 Ctx.reportError(Fixup.getLoc(), "invalid fixup for ARM MOVT instruction"); in GetRelocTypeInner()
260 Ctx.reportError(Fixup.getLoc(), "invalid fixup for ARM MOVW instruction"); in GetRelocTypeInner()
270 Ctx.reportError(Fixup.getLoc(), in GetRelocTypeInner()
281 Ctx.reportError(Fixup.getLoc(), in GetRelocTypeInner()