Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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 DAArch64.cpp352 checkInt(loc, val, 32, rel); in relocate()
366 checkInt(loc, val, 33, rel); in relocate()
372 checkInt(loc, val, 21, rel); in relocate()
386 checkInt(loc, val, 28, rel); in relocate()
392 checkInt(loc, val, 21, rel); in relocate()
450 checkInt(loc, val, 17, rel); in relocate()
459 checkInt(loc, val, 33, rel); in relocate()
468 checkInt(loc, val, 49, rel); in relocate()
477 checkInt(loc, val, 16, 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 DARM.cpp524 checkInt(loc, val, 31, rel); in relocate()
542 checkInt(loc, val, 26, rel); in relocate()
557 checkInt(loc, val, 26, rel); in relocate()
562 checkInt(loc, val, 9, rel); in relocate()
567 checkInt(loc, val, 12, rel); in relocate()
572 checkInt(loc, val, 21, rel); in relocate()
608 checkInt(loc, val, 23, rel); in relocate()
623 checkInt(loc, val, 25, rel); in relocate()
H A DAVR.cpp184 checkInt(loc, val, 7, rel); in relocate()
198 checkInt(loc, val, 6, rel); in relocate()
203 checkInt(loc, val, 6, rel); in relocate()
H A DRISCV.cpp311 checkInt(loc, val, 9, rel); in relocate()
326 checkInt(loc, val, 12, rel); in relocate()
345 checkInt(loc, imm, 6, rel); in relocate()
357 checkInt(loc, val, 21, rel); in relocate()
372 checkInt(loc, val, 13, rel); in relocate()
390 checkInt(loc, hi, 20, rel); in relocate()
405 checkInt(loc, SignExtend64(hi, bits) >> 12, 20, rel); in relocate()
H A DPPC64.cpp1229 checkInt(loc, val, 16, rel); in relocate()
1242 checkInt(loc, val + 0x8000, 32, rel); in relocate()
1249 checkInt(loc, val, 32, rel); in relocate()
1310 checkInt(loc, val, 16, rel); in relocate()
1314 checkInt(loc, val, 32, rel); in relocate()
1324 checkInt(loc, val, 16, rel); in relocate()
1332 checkInt(loc, val, 26, rel); in relocate()
1355 checkInt(loc, val, 34, rel); in relocate()
H A DPPC.cpp324 checkInt(loc, val, 16, rel); in relocate()
360 checkInt(loc, val, 16, rel); in relocate()
370 checkInt(loc, val, 26, rel); in relocate()
H A DMSP430.cpp81 checkInt(loc, offset, 10, rel); in relocate()
H A DX86.cpp302 checkInt(loc, val, 8, rel); in relocate()
320 checkInt(loc, val, 17, rel); in relocate()
344 checkInt(loc, val, 32, rel); in relocate()
H A DX86_64.cpp751 checkInt(loc, val, 8, rel); in relocate()
759 checkInt(loc, val, 16, rel); in relocate()
781 checkInt(loc, val, 32, rel); in relocate()
904 checkInt(loc, val, 32, rel); in relaxGot()
H A DAMDGPU.cpp148 checkInt(loc, simm, 16, rel); in relocate()
/llvm-project-15.0.7/libcxx/test/std/thread/futures/futures.async/
H A Dasync.pass.cpp117 auto checkInt = [](std::future<int>& f) { return f.get() == 3; }; in main() local
118 test<int>(checkInt, DPID, f0); in main()
119 test<int>(checkInt, false, std::launch::async, f0); in main()
120 test<int>(checkInt, true, std::launch::deferred, f0); in main()
121 test<int>(checkInt, DPID, AnyPolicy, f0); in main()
/llvm-project-15.0.7/lld/MachO/Arch/
H A DARM64Common.h48 checkInt(loc, r, va, 28); in encodeBranch26()
56 checkInt(loc, d, va, 28); in encodeBranch26()
67 checkInt(loc, r, va, 35); in encodePage21()
74 checkInt(loc, d, va, 35); in encodePage21()
H A DX86_64.cpp103 checkInt(loc, r, value, 32); in relocateOne()
126 checkInt(buf, d, destAddr - rip, 32); in writeRipRelative()
H A DARM64Common.cpp44 checkInt(loc, r, value, 32); in writeValue()
/llvm-project-15.0.7/lld/MachO/
H A DRelocations.h100 inline void checkInt(void *loc, Diagnostic d, int64_t v, int bits) { in checkInt() function
/llvm-project-15.0.7/lld/ELF/
H A DTarget.h252 inline void checkInt(uint8_t *loc, int64_t v, int n, const Relocation &rel) { in checkInt() function