Lines Matching refs:Fixup
34 const MCFixup &Fixup, bool IsPCRel) const override;
49 const MCFixup &Fixup, in getRelocType() argument
65 switch ((unsigned)Fixup.getKind()) { in getRelocType()
67 Ctx.reportError(Fixup.getLoc(), "1-byte data relocations not supported"); in getRelocType()
87 Ctx.reportError(Fixup.getLoc(), in getRelocType()
103 Ctx.reportError(Fixup.getLoc(), "Unsupported pc-relative fixup kind"); in getRelocType()
107 switch ((unsigned)Fixup.getKind()) { in getRelocType()
109 Ctx.reportError(Fixup.getLoc(), "1-byte data relocations not supported"); in getRelocType()
135 Ctx.reportError(Fixup.getLoc(), in getRelocType()
150 Ctx.reportError(Fixup.getLoc(), in getRelocType()
165 Ctx.reportError(Fixup.getLoc(), in getRelocType()
180 Ctx.reportError(Fixup.getLoc(), in getRelocType()
201 Ctx.reportError(Fixup.getLoc(), in getRelocType()
208 Ctx.reportError(Fixup.getLoc(), in getRelocType()
256 Ctx.reportError(Fixup.getLoc(), in getRelocType()
262 Ctx.reportError(Fixup.getLoc(), "Unknown ELF relocation type"); in getRelocType()