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