Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/Arch/
H A DAVR.cpp101 checkUInt(loc, val, 8, rel); in relocate()
112 checkUInt(loc, val >> 1, 16, rel); in relocate()
116 checkUInt(loc, val, 32, rel); in relocate()
121 checkUInt(loc, val, 8, rel); in relocate()
177 checkUInt(loc, val, 5, rel); in relocate()
181 checkUInt(loc, val, 6, rel); in relocate()
H A DSPARCV9.cpp95 checkUInt(loc, val, 32, rel); in relocate()
111 checkUInt(loc, val, 22, rel); in relocate()
122 checkUInt(loc, val >> 10, 22, rel); in relocate()
146 checkUInt(loc, val >> 42, 22, rel); in relocate()
155 checkUInt(loc, val >> 22, 22, rel); in relocate()
H A DAArch64.cpp428 checkUInt(loc, val, 16, rel); in relocate()
434 checkUInt(loc, val, 32, rel); in relocate()
440 checkUInt(loc, val, 48, rel); in relocate()
482 checkUInt(loc, val, 24, rel); in relocate()
511 checkUInt(loc, val, 32, rel); in relaxTlsGdToLe()
563 checkUInt(loc, val, 32, rel); in relaxTlsIeToLe()
H A DARM.cpp653 checkUInt(loc, imm, 12, rel); in relocate()
665 checkUInt(loc, imm, 12, rel); in relocate()
678 checkUInt(loc, val, 10, rel); in relocate()
696 checkUInt(loc, imm12, 12, rel); in relocate()
H A DX86_64.cpp754 checkUInt(loc, val, 32, rel); in relocate()
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DRelocations.h92 inline void checkUInt(Diagnostic d, uint64_t v, int bits) { in checkUInt() function
/freebsd-13.1/contrib/llvm-project/lld/MachO/Arch/
H A DX86_64.cpp105 checkUInt(r, value, 32); in relocateOne()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DTarget.h244 inline void checkUInt(uint8_t *loc, uint64_t v, int n, const Relocation &rel) { in checkUInt() function