Home
last modified time | relevance | path

Searched refs:reportRangeError (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DRelocations.h85 void reportRangeError(void *loc, const Reloc &, const llvm::Twine &v,
93 void reportRangeError(void *loc, SymbolDiagnostic, const llvm::Twine &v,
99 reportRangeError(loc, d, llvm::Twine(v), bits, llvm::minIntN(bits), in checkInt()
106 reportRangeError(loc, d, llvm::Twine(v), bits, 0, llvm::maxUIntN(bits)); in checkUInt()
H A DRelocations.cpp120 void macho::reportRangeError(void *loc, const Reloc &r, const Twine &v, in reportRangeError() function in macho
133 void macho::reportRangeError(void *loc, SymbolDiagnostic d, const Twine &v, in reportRangeError() function in macho
/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.h262 void reportRangeError(Ctx &, uint8_t *loc, const Relocation &rel,
264 void reportRangeError(Ctx &ctx, uint8_t *loc, int64_t v, int n,
271 reportRangeError(ctx, loc, rel, Twine(v), llvm::minIntN(n), in checkInt()
279 reportRangeError(ctx, loc, rel, Twine(v), 0, llvm::maxUIntN(n)); in checkUInt()
288 reportRangeError(ctx, loc, rel, Twine((int64_t)v), llvm::minIntN(n), in checkIntUInt()
H A DRelocations.cpp87 void elf::reportRangeError(Ctx &ctx, uint8_t *loc, const Relocation &rel, in reportRangeError() function in elf
118 void elf::reportRangeError(Ctx &ctx, uint8_t *loc, int64_t v, int n, in reportRangeError() function in elf
H A DThunks.cpp1482 reportRangeError(ctx, buf, offset, 34, destination, in writeTo()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DLoongArch.cpp623 reportRangeError(ctx, loc, rel, Twine(val), llvm::minIntN(38) - 0x20000, in relocate()