Lines Matching defs:rel
90 virtual void relocate(uint8_t *loc, const Relocation &rel,
260 void reportRangeError(Ctx &, uint8_t *loc, const Relocation &rel,
267 const Relocation &rel) {
269 reportRangeError(ctx, loc, rel, Twine(v), llvm::minIntN(n),
275 const Relocation &rel) {
277 reportRangeError(ctx, loc, rel, Twine(v), 0, llvm::maxUIntN(n));
282 const Relocation &rel) {
286 reportRangeError(ctx, loc, rel, Twine((int64_t)v), llvm::minIntN(n),
291 const Relocation &rel) {
294 << rel.type << ": 0x" << llvm::utohexstr(v)