Searched refs:reportRangeError (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lld/MachO/ |
| H A D | Relocations.h | 73 void reportRangeError(const Reloc &, const llvm::Twine &v, uint8_t bits, 81 void reportRangeError(SymbolDiagnostic, const llvm::Twine &v, uint8_t bits, 87 reportRangeError(d, llvm::Twine(v), bits, llvm::minIntN(bits), in checkInt() 94 reportRangeError(d, llvm::Twine(v), bits, 0, llvm::maxUIntN(bits)); in checkUInt()
|
| H A D | Relocations.cpp | 38 void macho::reportRangeError(const Reloc &r, const Twine &v, uint8_t bits, in reportRangeError() function in macho 49 void macho::reportRangeError(SymbolDiagnostic d, const Twine &v, uint8_t bits, in reportRangeError() function in macho
|
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | Target.h | 232 void reportRangeError(uint8_t *loc, const Relocation &rel, const Twine &v, 234 void reportRangeError(uint8_t *loc, int64_t v, int n, const Symbol &sym, 240 reportRangeError(loc, rel, Twine(v), llvm::minIntN(n), llvm::maxIntN(n)); in checkInt() 246 reportRangeError(loc, rel, Twine(v), 0, llvm::maxUIntN(n)); in checkUInt() 255 reportRangeError(loc, rel, Twine((int64_t)v), llvm::minIntN(n), in checkIntUInt()
|
| H A D | Thunks.cpp | 980 reportRangeError(buf, offset, 34, destination, "R12 setup stub offset"); in writeTo() 1018 reportRangeError(buf, offset, 34, destination, in writeTo() 1067 reportRangeError(buf, offset, 34, destination, in writeTo()
|
| H A 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
|