Searched refs:reportRangeError (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/lld/ELF/ |
D | Target.h | 231 void reportRangeError(uint8_t *loc, const Relocation &rel, const Twine &v, 233 void reportRangeError(uint8_t *loc, int64_t v, int n, const Symbol &sym, 239 reportRangeError(loc, rel, Twine(v), llvm::minIntN(n), llvm::maxIntN(n)); in checkInt() 245 reportRangeError(loc, rel, Twine(v), 0, llvm::maxUIntN(n)); in checkUInt() 254 reportRangeError(loc, rel, Twine((int64_t)v), llvm::minIntN(n), in checkIntUInt()
|
D | Thunks.cpp | 949 reportRangeError(buf, offset, 34, destination, "R12 setup stub offset"); in writeTo() 966 reportRangeError(buf, offset, 34, destination, in writeTo() 1005 reportRangeError(buf, offset, 34, destination, in writeTo()
|
D | Relocations.cpp | 99 void elf::reportRangeError(uint8_t *loc, const Relocation &rel, const Twine &v, in reportRangeError() function in elf 116 void elf::reportRangeError(uint8_t *loc, int64_t v, int n, const Symbol &sym, in reportRangeError() function in elf
|