Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/Arch/
H A DMips.cpp629 checkInt(loc, val, 16, rel); in relocate()
643 checkInt(loc, val, 16, rel); in relocate()
655 checkInt(loc, val, 7, rel); in relocate()
699 checkInt(loc, val, 18, rel); in relocate()
704 checkInt(loc, val, 21, rel); in relocate()
709 checkInt(loc, val, 23, rel); in relocate()
714 checkInt(loc, val, 28, rel); in relocate()
722 checkInt(loc, val, 27, rel); in relocate()
726 checkInt(loc, val, 8, rel); in relocate()
730 checkInt(loc, val, 11, rel); in relocate()
[all …]
H A DSystemZ.cpp509 checkInt(loc, val, 13, rel); in relocate()
522 checkInt(loc, val, 16, rel); in relocate()
527 checkInt(loc, val, 17, rel); in relocate()
535 checkInt(loc, val, 20, rel); in relocate()
541 checkInt(loc, val, 25, rel); in relocate()
563 checkInt(loc, val, 32, rel); in relocate()
572 checkInt(loc, val, 33, rel); in relocate()
H A DAVR.cpp234 checkInt(loc, val - 2, 7, rel); in relocate()
241 checkInt(loc, val - 2, 13, rel); in relocate()
249 checkInt(loc, val, 6, rel); in relocate()
254 checkInt(loc, val, 6, rel); in relocate()
H A DSPARCV9.cpp98 checkInt(loc, val, 32, rel); in relocate()
104 checkInt(loc, val, 32, rel); in relocate()
125 checkInt(loc, val, 21, rel); in relocate()
H A DHexagon.cpp300 checkInt(loc, val, 11, rel); in relocate()
307 checkInt(loc, val, 15, rel); in relocate()
311 checkInt(loc, val, 17, rel); in relocate()
320 checkInt(loc, val, 22, rel); in relocate()
H A DAArch64.cpp380 checkInt(loc, val, 32, rel); in relocate()
408 checkInt(loc, val, 33, rel); in relocate()
414 checkInt(loc, val, 21, rel); in relocate()
428 checkInt(loc, val, 28, rel); in relocate()
434 checkInt(loc, val, 21, rel); in relocate()
492 checkInt(loc, val, 17, rel); in relocate()
501 checkInt(loc, val, 33, rel); in relocate()
510 checkInt(loc, val, 49, rel); in relocate()
519 checkInt(loc, val, 16, rel); in relocate()
H A DX86_64.cpp769 checkInt(loc, val, 8, rel); in relocate()
777 checkInt(loc, val, 16, rel); in relocate()
792 checkInt(loc, val, 32, rel); in relocate()
811 checkInt(loc, val, 32, rel); in relocate()
823 checkInt(loc, val, 32, rel); in relocate()
831 checkInt(loc, val, 32, rel); in relocate()
839 checkInt(loc, val, 32, rel); in relocate()
844 checkInt(loc, val, 32, rel); in relocate()
H A DRISCV.cpp347 checkInt(loc, val, 9, rel); in relocate()
362 checkInt(loc, val, 12, rel); in relocate()
381 checkInt(loc, imm, 6, rel); in relocate()
393 checkInt(loc, val, 21, rel); in relocate()
408 checkInt(loc, val, 13, rel); in relocate()
426 checkInt(loc, hi, 20, rel); in relocate()
442 checkInt(loc, SignExtend64(hi, bits) >> 12, 20, rel); in relocate()
471 checkInt(loc, displace, 12, rel); in relocate()
521 checkInt(loc, val, 32, rel); in relocate()
H A DLoongArch.cpp521 checkInt(loc, val, 32, rel); in relocate()
534 checkInt(loc, val, 22, rel); in relocate()
540 checkInt(loc, val, 18, rel); in relocate()
546 checkInt(loc, val, 23, rel); in relocate()
552 checkInt(loc, val, 28, rel); in relocate()
H A DARM.cpp542 checkInt(loc, val, 31, rel); in relocate()
560 checkInt(loc, val, 26, rel); in relocate()
575 checkInt(loc, val, 26, rel); in relocate()
580 checkInt(loc, val, 9, rel); in relocate()
585 checkInt(loc, val, 12, rel); in relocate()
590 checkInt(loc, val, 21, rel); in relocate()
626 checkInt(loc, val, 23, rel); in relocate()
641 checkInt(loc, val, 25, rel); in relocate()
H A DPPC64.cpp1284 checkInt(loc, val, 16, rel); in relocate()
1297 checkInt(loc, val + 0x8000, 32, rel); in relocate()
1304 checkInt(loc, val, 32, rel); in relocate()
1365 checkInt(loc, val, 16, rel); in relocate()
1369 checkInt(loc, val, 32, rel); in relocate()
1379 checkInt(loc, val, 16, rel); in relocate()
1387 checkInt(loc, val, 26, rel); in relocate()
1410 checkInt(loc, val, 34, rel); in relocate()
H A DMSP430.cpp81 checkInt(loc, offset, 10, rel); in relocate()
H A DPPC.cpp330 checkInt(loc, val, 16, rel); in relocate()
366 checkInt(loc, val, 16, rel); in relocate()
376 checkInt(loc, val, 26, rel); in relocate()
H A DX86.cpp293 checkInt(loc, val, 8, rel); in relocate()
311 checkInt(loc, val, 17, rel); in relocate()
335 checkInt(loc, val, 32, rel); in relocate()
H A DAMDGPU.cpp149 checkInt(loc, simm, 16, rel); in relocate()
/freebsd-14.2/contrib/llvm-project/lld/MachO/Arch/
H A DARM64Common.h47 checkInt(loc, r, va, 28); in encodeBranch26()
55 checkInt(loc, d, va, 28); in encodeBranch26()
66 checkInt(loc, r, va, 35); in encodePage21()
73 checkInt(loc, d, va, 35); in encodePage21()
H A DX86_64.cpp109 checkInt(loc, r, value, 32); in relocateOne()
132 checkInt(buf, d, destAddr - rip, 32); in writeRipRelative()
H A DARM64Common.cpp44 checkInt(loc, r, value, 32); in writeValue()
/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DRelocations.h93 inline void checkInt(void *loc, Diagnostic d, int64_t v, int bits) { in checkInt() function
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DTarget.h255 inline void checkInt(uint8_t *loc, int64_t v, int n, const Relocation &rel) { in checkInt() function