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