Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/Arch/
HDMSP430.cpp65 checkIntUInt(loc, val, 8, rel); in relocate()
72 checkIntUInt(loc, val, 16, rel); in relocate()
76 checkIntUInt(loc, val, 32, rel); in relocate()
HDSystemZ.cpp497 checkIntUInt(loc, val, 8, rel); in relocate()
518 checkIntUInt(loc, val, 16, rel); in relocate()
558 checkIntUInt(loc, val, 32, rel); in relocate()
HDX86.cpp289 checkIntUInt(loc, val, 8, rel); in relocate()
297 checkIntUInt(loc, val, 16, rel); in relocate()
HDX86_64.cpp768 checkIntUInt(loc, val, 8, rel); in relocate()
776 checkIntUInt(loc, val, 16, rel); in relocate()
HDAArch64.cpp454 checkIntUInt(loc, val, 16, rel); in relocate()
459 checkIntUInt(loc, val, 32, rel); in relocate()
HDPPC.cpp322 checkIntUInt(loc, val, 16, rel); in relocate()
HDPPC64.cpp1275 checkIntUInt(loc, val, 16, rel); in relocate()
1279 checkIntUInt(loc, val, 32, rel); in relocate()
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
HDTarget.h267 inline void checkIntUInt(uint8_t *loc, uint64_t v, int n, in checkIntUInt() function