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.h81 void reportRangeError(void *loc, const Reloc &, const llvm::Twine &v,
89 void reportRangeError(void *loc, SymbolDiagnostic, const llvm::Twine &v,
95 reportRangeError(loc, d, llvm::Twine(v), bits, llvm::minIntN(bits), in checkInt()
102 reportRangeError(loc, d, llvm::Twine(v), bits, 0, llvm::maxUIntN(bits)); in checkUInt()
H A DRelocations.cpp95 void macho::reportRangeError(void *loc, const Reloc &r, const Twine &v, in reportRangeError() function in macho
108 void macho::reportRangeError(void *loc, SymbolDiagnostic d, const Twine &v, in reportRangeError() function in macho
/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.h249 void reportRangeError(uint8_t *loc, const Relocation &rel, const Twine &v, in checkInt()
251 void reportRangeError(uint8_t *loc, int64_t v, int n, const Symbol &sym, in checkInt()
257 reportRangeError(loc, rel, Twine(v), llvm::minIntN(n), llvm::maxIntN(n)); in checkUInt()
263 reportRangeError(loc, rel, Twine(v), 0, llvm::maxUIntN(n)); in checkIntUInt()
272 reportRangeError(loc, rel, Twine((int64_t)v), llvm::minIntN(n), in checkAlignment()
H A DRelocations.cpp99 void elf::reportRangeError(uint8_t *loc, const Relocation &rel, const Twine &v, in reportRangeError() function in elf
130 void elf::reportRangeError(uint8_t *loc, int64_t v, int n, const Symbol &sym, in reportRangeError() function in elf
H A DThunks.cpp1197 reportRangeError(buf, offset, 34, destination, "R12 setup stub offset"); in writeTo()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DLoongArch.cpp600 reportRangeError(loc, rel, Twine(val), llvm::minIntN(38) - 0x20000, in relocate()