Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/Arch/
H A DMips.cpp631 checkInt(loc, val, 16, rel); in relocate()
645 checkInt(loc, val, 16, rel); in relocate()
657 checkInt(loc, val, 7, rel); in relocate()
701 checkInt(loc, val, 18, rel); in relocate()
706 checkInt(loc, val, 21, rel); in relocate()
711 checkInt(loc, val, 23, rel); in relocate()
716 checkInt(loc, val, 28, rel); in relocate()
724 checkInt(loc, val, 27, rel); in relocate()
728 checkInt(loc, val, 8, rel); in relocate()
732 checkInt(loc, val, 11, rel); in relocate()
[all …]
H A DAArch64.cpp353 checkInt(loc, val, 32, rel); in relocate()
367 checkInt(loc, val, 33, rel); in relocate()
373 checkInt(loc, val, 21, rel); in relocate()
387 checkInt(loc, val, 28, rel); in relocate()
393 checkInt(loc, val, 21, rel); in relocate()
451 checkInt(loc, val, 17, rel); in relocate()
460 checkInt(loc, val, 33, rel); in relocate()
469 checkInt(loc, val, 49, rel); in relocate()
478 checkInt(loc, val, 16, rel); in relocate()
H A DRISCV.cpp306 checkInt(loc, static_cast<int64_t>(val) >> 1, 8, rel); in relocate()
321 checkInt(loc, static_cast<int64_t>(val) >> 1, 11, rel); in relocate()
340 checkInt(loc, imm, 6, rel); in relocate()
352 checkInt(loc, static_cast<int64_t>(val) >> 1, 20, rel); in relocate()
367 checkInt(loc, static_cast<int64_t>(val) >> 1, 12, rel); in relocate()
385 checkInt(loc, hi, 20, rel); in relocate()
400 checkInt(loc, SignExtend64(hi, bits) >> 12, 20, rel); in relocate()
H A DSPARCV9.cpp100 checkInt(loc, val, 32, rel); in relocate()
106 checkInt(loc, val, 32, rel); in relocate()
127 checkInt(loc, val, 21, rel); in relocate()
H A DHexagon.cpp298 checkInt(loc, val, 11, rel); in relocate()
305 checkInt(loc, val, 15, rel); in relocate()
309 checkInt(loc, val, 17, rel); in relocate()
318 checkInt(loc, val, 22, rel); in relocate()
H A DAVR.cpp187 checkInt(loc, val, 7, rel); in relocate()
201 checkInt(loc, val, 6, rel); in relocate()
206 checkInt(loc, val, 6, rel); in relocate()
H A DARM.cpp476 checkInt(loc, val, 31, rel); in relocate()
494 checkInt(loc, val, 26, rel); in relocate()
509 checkInt(loc, val, 26, rel); in relocate()
513 checkInt(loc, val, 12, rel); in relocate()
518 checkInt(loc, val, 21, rel); in relocate()
554 checkInt(loc, val, 23, rel); in relocate()
569 checkInt(loc, val, 25, rel); in relocate()
H A DPPC64.cpp1236 checkInt(loc, val, 16, rel); in relocate()
1249 checkInt(loc, val + 0x8000, 32, rel); in relocate()
1256 checkInt(loc, val, 32, rel); in relocate()
1317 checkInt(loc, val, 16, rel); in relocate()
1321 checkInt(loc, val, 32, rel); in relocate()
1331 checkInt(loc, val, 16, rel); in relocate()
1339 checkInt(loc, val, 26, rel); in relocate()
1362 checkInt(loc, val, 34, rel); in relocate()
H A DPPC.cpp323 checkInt(loc, val, 16, rel); in relocate()
359 checkInt(loc, val, 16, rel); in relocate()
369 checkInt(loc, val, 26, rel); in relocate()
H A DMSP430.cpp82 checkInt(loc, offset, 10, rel); in relocate()
H A DX86.cpp297 checkInt(loc, val, 8, rel); in relocate()
315 checkInt(loc, val, 17, rel); in relocate()
337 checkInt(loc, val, 32, rel); in relocate()
H A DX86_64.cpp742 checkInt(loc, val, 8, rel); in relocate()
750 checkInt(loc, val, 16, rel); in relocate()
772 checkInt(loc, val, 32, rel); in relocate()
890 checkInt(loc, val, 32, rel); in relaxGot()
H A DAMDGPU.cpp144 checkInt(loc, simm, 16, rel); in relocate()
/freebsd-13.1/contrib/llvm-project/lld/MachO/Arch/
H A DARM64Common.h44 checkInt(r, va, 28); in encodeBranch26()
51 checkInt(d, va, 28); in encodeBranch26()
61 checkInt(r, va, 35); in encodePage21()
66 checkInt(d, va, 35); in encodePage21()
H A DARM64Common.cpp57 checkInt(r, value, 32); in relocateOne()
62 checkInt(r, value, 32); in relocateOne()
H A DX86_64.cpp107 checkInt(r, value, 32); in relocateOne()
130 checkInt(d, destAddr - rip, 32); in writeRipRelative()
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DRelocations.h85 inline void checkInt(Diagnostic d, int64_t v, int bits) { in checkInt() function
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DTarget.h238 inline void checkInt(uint8_t *loc, int64_t v, int n, const Relocation &rel) { in checkInt() function