| /llvm-project-15.0.7/lld/ELF/Arch/ |
| H A D | Mips.cpp | 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() 726 checkInt(loc, val, 8, rel); in relocate() 730 checkInt(loc, val, 11, rel); in relocate() [all …]
|
| H A D | AArch64.cpp | 352 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 D | SPARCV9.cpp | 98 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 D | Hexagon.cpp | 300 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 D | ARM.cpp | 524 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 D | AVR.cpp | 184 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 D | RISCV.cpp | 311 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 D | PPC64.cpp | 1229 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 D | PPC.cpp | 324 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 D | MSP430.cpp | 81 checkInt(loc, offset, 10, rel); in relocate()
|
| H A D | X86.cpp | 302 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 D | X86_64.cpp | 751 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 D | AMDGPU.cpp | 148 checkInt(loc, simm, 16, rel); in relocate()
|
| /llvm-project-15.0.7/libcxx/test/std/thread/futures/futures.async/ |
| H A D | async.pass.cpp | 117 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 D | ARM64Common.h | 48 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 D | X86_64.cpp | 103 checkInt(loc, r, value, 32); in relocateOne() 126 checkInt(buf, d, destAddr - rip, 32); in writeRipRelative()
|
| H A D | ARM64Common.cpp | 44 checkInt(loc, r, value, 32); in writeValue()
|
| /llvm-project-15.0.7/lld/MachO/ |
| H A D | Relocations.h | 100 inline void checkInt(void *loc, Diagnostic d, int64_t v, int bits) { in checkInt() function
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | Target.h | 252 inline void checkInt(uint8_t *loc, int64_t v, int n, const Relocation &rel) { in checkInt() function
|