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

/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DTarget.h199 static inline void reportRangeError(uint8_t *loc, RelType type, const Twine &v, function in namespace:lld::elf
215 reportRangeError(loc, type, Twine(v), llvm::minIntN(n), llvm::maxIntN(n));
221 reportRangeError(loc, type, Twine(v), 0, llvm::maxUIntN(n));
229 reportRangeError(loc, type, Twine((int64_t)v), llvm::minIntN(n),

Completed in 100 milliseconds