Lines Matching full:fixup
34 const MCFixup &Fixup, bool IsPCRel) const override;
49 const MCFixup &Fixup,
65 switch ((unsigned)Fixup.getKind()) {
67 Ctx.reportError(Fixup.getLoc(), "1-byte data relocations not supported");
87 Ctx.reportError(Fixup.getLoc(),
103 Ctx.reportError(Fixup.getLoc(), "Unsupported pc-relative fixup kind");
107 switch ((unsigned)Fixup.getKind()) {
109 Ctx.reportError(Fixup.getLoc(), "1-byte data relocations not supported");
135 Ctx.reportError(Fixup.getLoc(),
136 "invalid fixup for add (uimm12) instruction");
150 Ctx.reportError(Fixup.getLoc(),
151 "invalid fixup for 8-bit load/store instruction");
165 Ctx.reportError(Fixup.getLoc(),
166 "invalid fixup for 16-bit load/store instruction");
180 Ctx.reportError(Fixup.getLoc(),
181 "invalid fixup for 32-bit load/store instruction");
201 Ctx.reportError(Fixup.getLoc(),
202 "invalid fixup for 64-bit load/store instruction");
208 Ctx.reportError(Fixup.getLoc(),
209 "invalid fixup for 128-bit load/store instruction");
256 Ctx.reportError(Fixup.getLoc(),
257 "invalid fixup for movz/movk instruction");
262 Ctx.reportError(Fixup.getLoc(), "Unknown ELF relocation type");
267 llvm_unreachable("Unimplemented fixup -> relocation");