Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lld/ELF/Arch/
HDMips.cpp580 checkInt(loc, val, 16, type); in relocateOne()
588 checkInt(loc, val, 16, type); in relocateOne()
599 checkInt(loc, val, 16, type); in relocateOne()
613 checkInt(loc, val, 16, type); in relocateOne()
625 checkInt(loc, val, 7, type); in relocateOne()
669 checkInt(loc, val, 18, type); in relocateOne()
674 checkInt(loc, val, 21, type); in relocateOne()
679 checkInt(loc, val, 23, type); in relocateOne()
684 checkInt(loc, val, 28, type); in relocateOne()
692 checkInt(loc, val, 27, type); in relocateOne()
[all …]
HDAArch64.cpp335 checkInt(loc, val, 33, type); in relocateOne()
341 checkInt(loc, val, 21, type); in relocateOne()
355 checkInt(loc, val, 28, type); in relocateOne()
361 checkInt(loc, val, 21, type); in relocateOne()
415 checkInt(loc, val, 17, type); in relocateOne()
424 checkInt(loc, val, 33, type); in relocateOne()
433 checkInt(loc, val, 49, type); in relocateOne()
442 checkInt(loc, val, 16, type); in relocateOne()
HDRISCV.cpp273 checkInt(loc, static_cast<int64_t>(val) >> 1, 8, type); in relocateOne()
288 checkInt(loc, static_cast<int64_t>(val) >> 1, 11, type); in relocateOne()
307 checkInt(loc, imm, 6, type); in relocateOne()
319 checkInt(loc, static_cast<int64_t>(val) >> 1, 20, type); in relocateOne()
334 checkInt(loc, static_cast<int64_t>(val) >> 1, 12, type); in relocateOne()
352 checkInt(loc, hi, 20, type); in relocateOne()
367 checkInt(loc, SignExtend64(hi, bits) >> 12, 20, type); in relocateOne()
HDARM.cpp400 checkInt(loc, val, 31, type); in relocateOne()
409 checkInt(loc, val, 26, type); in relocateOne()
424 checkInt(loc, val, 26, type); in relocateOne()
428 checkInt(loc, val, 12, type); in relocateOne()
433 checkInt(loc, val, 21, type); in relocateOne()
457 checkInt(loc, val, 23, type); in relocateOne()
471 checkInt(loc, val, 25, type); in relocateOne()
HDSPARCV9.cpp88 checkInt(loc, val, 32, type); in relocateOne()
94 checkInt(loc, val, 32, type); in relocateOne()
109 checkInt(loc, val, 21, type); in relocateOne()
HDHexagon.cpp276 checkInt(loc, val, 11, type); in relocateOne()
283 checkInt(loc, val, 15, type); in relocateOne()
287 checkInt(loc, val, 17, type); in relocateOne()
295 checkInt(loc, val, 22, type); in relocateOne()
HDPPC64.cpp801 checkInt(loc, val, 16, originalType); in relocateOne()
876 checkInt(loc, val, 16, originalType); in relocateOne()
880 checkInt(loc, val, 32, type); in relocateOne()
890 checkInt(loc, val, 16, type); in relocateOne()
897 checkInt(loc, val, 26, type); in relocateOne()
HDX86.cpp275 checkInt(loc, val, 8, type); in relocateOne()
293 checkInt(loc, val, 17, type); in relocateOne()
315 checkInt(loc, val, 32, type); in relocateOne()
HDPPC.cpp304 checkInt(loc, val, 16, type); in relocateOne()
340 checkInt(loc, val, 16, type); in relocateOne()
349 checkInt(loc, val, 26, type); in relocateOne()
HDMSP430.cpp82 checkInt(loc, offset, 10, type); in relocateOne()
HDX86_64.cpp357 checkInt(loc, val, 8, type); in relocateOne()
365 checkInt(loc, val, 16, type); in relocateOne()
387 checkInt(loc, val, 32, type); in relocateOne()
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
HDTarget.h213 inline void checkInt(uint8_t *loc, int64_t v, int n, RelType type) { in checkInt() function