Lines Matching refs:Fixup
32 const MCFixup &Fixup, bool IsPCRel) const override;
40 const MCFixup &Fixup,
42 if (const VEMCExpr *SExpr = dyn_cast<VEMCExpr>(Fixup.getValue())) {
48 switch (Fixup.getTargetKind()) {
50 Ctx.reportError(Fixup.getLoc(), "Unsupported pc-relative fixup kind");
54 Ctx.reportError(Fixup.getLoc(),
59 Ctx.reportError(Fixup.getLoc(),
67 Ctx.reportError(Fixup.getLoc(),
80 switch (Fixup.getTargetKind()) {
82 Ctx.reportError(Fixup.getLoc(), "Unknown ELF relocation type");
85 Ctx.reportError(Fixup.getLoc(), "1-byte data relocation is not supported");
88 Ctx.reportError(Fixup.getLoc(), "2-byte data relocation is not supported");
97 Ctx.reportError(Fixup.getLoc(),
105 Ctx.reportError(Fixup.getLoc(),
109 Ctx.reportError(Fixup.getLoc(),