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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/Arch/
H A DMSP430.cpp66 checkIntUInt(loc, val, 8, rel);
73 checkIntUInt(loc, val, 16, rel);
77 checkIntUInt(loc, val, 32, rel);
H A DAArch64.cpp324 checkIntUInt(loc, val, 16, rel);
329 checkIntUInt(loc, val, 32, rel);
H A DX86.cpp275 checkIntUInt(loc, val, 8, rel);
283 checkIntUInt(loc, val, 16, rel);
H A DPPC.cpp300 checkIntUInt(loc, val, 16, rel);
H A DPPC64.cpp895 checkIntUInt(loc, val, 16, rel);
899 checkIntUInt(loc, val, 32, rel);
H A DX86_64.cpp680 checkIntUInt(loc, val, 8, rel);
688 checkIntUInt(loc, val, 16, rel);
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DTarget.h241 inline void checkIntUInt(uint8_t *loc, uint64_t v, int n, function in namespace:lld::elf

Completed in 97 milliseconds