Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DRelocations.h88 void reportRangeError(void *loc, const Reloc &, const llvm::Twine &v,
96 void reportRangeError(void *loc, SymbolDiagnostic, const llvm::Twine &v,
102 reportRangeError(loc, d, llvm::Twine(v), bits, llvm::minIntN(bits), in checkInt()
109 reportRangeError(loc, d, llvm::Twine(v), bits, 0, llvm::maxUIntN(bits)); in checkUInt()
H A DRelocations.cpp85 void macho::reportRangeError(void *loc, const Reloc &r, const Twine &v, in reportRangeError() function in macho
98 void macho::reportRangeError(void *loc, SymbolDiagnostic d, const Twine &v, in reportRangeError() function in macho
/llvm-project-15.0.7/lld/ELF/
H A DTarget.h246 void reportRangeError(uint8_t *loc, const Relocation &rel, const Twine &v,
248 void reportRangeError(uint8_t *loc, int64_t v, int n, const Symbol &sym,
254 reportRangeError(loc, rel, Twine(v), llvm::minIntN(n), llvm::maxIntN(n)); in checkInt()
260 reportRangeError(loc, rel, Twine(v), 0, llvm::maxUIntN(n)); in checkUInt()
269 reportRangeError(loc, rel, Twine((int64_t)v), llvm::minIntN(n), in checkIntUInt()
H A DThunks.cpp957 reportRangeError(buf, offset, 34, destination, "R12 setup stub offset"); in writeTo()
995 reportRangeError(buf, offset, 34, destination, in writeTo()
H A DRelocations.cpp98 void elf::reportRangeError(uint8_t *loc, const Relocation &rel, const Twine &v, in reportRangeError() function in elf
118 void elf::reportRangeError(uint8_t *loc, int64_t v, int n, const Symbol &sym, in reportRangeError() function in elf