Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DTarget.h188 static inline void reportRangeError(uint8_t *Loc, RelType Type, const Twine &V, in reportRangeError() function
208 reportRangeError(Loc, Type, Twine(V), llvm::minIntN(N), llvm::maxIntN(N)); in checkInt()
214 reportRangeError(Loc, Type, Twine(V), 0, llvm::maxUIntN(N)); in checkUInt()
222 reportRangeError(Loc, Type, Twine((int64_t)V), llvm::minIntN(N), in checkIntUInt()