Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DMips.cpp610 checkInt(loc, val, 16, rel); in relocate()
618 checkInt(loc, val, 16, rel); in relocate()
629 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()
[all …]
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.cpp312 checkInt(loc, val, 11, rel); in relocate()
319 checkInt(loc, val, 15, rel); in relocate()
323 checkInt(loc, val, 17, rel); in relocate()
332 checkInt(loc, val, 24, rel); in relocate()
H A DAArch64.cpp464 checkInt(loc, val, 32, rel); in relocate()
505 checkInt(loc, val, 33, rel); in relocate()
511 checkInt(loc, val, 21, rel); in relocate()
525 checkInt(loc, val, 28, rel); in relocate()
532 checkInt(loc, val, 21, rel); in relocate()
592 checkInt(loc, val, 17, rel); in relocate()
601 checkInt(loc, val, 33, rel); in relocate()
610 checkInt(loc, val, 49, rel); in relocate()
619 checkInt(loc, val, 16, rel); in relocate()
H A DX86_64.cpp772 checkInt(loc, val, 8, rel); in relocate()
780 checkInt(loc, val, 16, rel); in relocate()
795 checkInt(loc, val, 32, rel); in relocate()
814 checkInt(loc, val, 32, rel); in relocate()
826 checkInt(loc, val, 32, rel); in relocate()
834 checkInt(loc, val, 32, rel); in relocate()
842 checkInt(loc, val, 32, rel); in relocate()
847 checkInt(loc, val, 32, rel); in relocate()
H A DAVR.cpp234 checkInt(loc, val - 2, 8, rel); in relocate()
248 checkInt(loc, val, 6, rel); in relocate()
253 checkInt(loc, val, 6, rel); in relocate()
H A DLoongArch.cpp554 checkInt(loc, val, 32, rel); in relocate()
571 checkInt(loc, val, 22, rel); in relocate()
577 checkInt(loc, val, 18, rel); in relocate()
583 checkInt(loc, val, 23, rel); in relocate()
589 checkInt(loc, val, 28, 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 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 DARM.cpp619 checkInt(loc, val, 31, rel); in relocate()
636 checkInt(loc, val, 26, rel); in relocate()
651 checkInt(loc, val, 26, rel); in relocate()
656 checkInt(loc, val, 9, rel); in relocate()
661 checkInt(loc, val, 12, rel); in relocate()
666 checkInt(loc, val, 21, rel); in relocate()
703 checkInt(loc, val, 23, rel); in relocate()
718 checkInt(loc, val, 25, 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 DMSP430.cpp81 checkInt(loc, offset, 10, 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.cpp170 checkInt(loc, simm, 16, rel); in relocate()
/freebsd/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.cpp108 checkInt(loc, r, value, 32); in relocateOne()
131 checkInt(buf, d, destAddr - rip, 32); in writeRipRelative()
H A DARM64Common.cpp44 checkInt(loc, r, value, 32); in writeValue()
/freebsd/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/contrib/llvm-project/lld/ELF/
H A DTarget.h255 inline void checkInt(uint8_t *loc, int64_t v, int n, const Relocation &rel) { in checkUInt()
249 inline void checkInt(uint8_t *loc, int64_t v, int n, const Relocation &rel) { checkInt() function