Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/Arch/
H A DMips.cpp524 checkInt(Loc, Val, 16, Type); in relocateOne()
538 checkInt(Loc, Val, 16, Type); in relocateOne()
550 checkInt(Loc, Val, 7, Type); in relocateOne()
580 checkInt(Loc, Val, 18, Type); in relocateOne()
585 checkInt(Loc, Val, 21, Type); in relocateOne()
590 checkInt(Loc, Val, 23, Type); in relocateOne()
595 checkInt(Loc, Val, 28, Type); in relocateOne()
603 checkInt(Loc, Val, 27, Type); in relocateOne()
607 checkInt(Loc, Val, 8, Type); in relocateOne()
611 checkInt(Loc, Val, 11, Type); in relocateOne()
[all …]
H A DRISCV.cpp101 checkInt(Loc, static_cast<int64_t>(Val) >> 1, 8, Type); in relocateOne()
116 checkInt(Loc, static_cast<int64_t>(Val) >> 1, 11, Type); in relocateOne()
147 checkInt(Loc, static_cast<int64_t>(Val) >> 1, 20, Type); in relocateOne()
162 checkInt(Loc, static_cast<int64_t>(Val) >> 1, 12, Type); in relocateOne()
178 checkInt(Loc, Val, 32, Type); in relocateOne()
188 checkInt(Loc, Val, 32, Type); in relocateOne()
196 checkInt(Loc, Val, 32, Type); in relocateOne()
205 checkInt(Loc, Val, 32, Type); in relocateOne()
H A DARM.cpp405 checkInt(Loc, Val, 31, Type); in relocateOne()
414 checkInt(Loc, Val, 26, Type); in relocateOne()
429 checkInt(Loc, Val, 26, Type); in relocateOne()
433 checkInt(Loc, Val, 12, Type); in relocateOne()
438 checkInt(Loc, Val, 21, Type); in relocateOne()
462 checkInt(Loc, Val, 23, Type); in relocateOne()
476 checkInt(Loc, Val, 25, Type); in relocateOne()
H A DSPARCV9.cpp86 checkInt(Loc, Val, 32, Type); in relocateOne()
92 checkInt(Loc, Val, 32, Type); in relocateOne()
107 checkInt(Loc, Val, 21, Type); in relocateOne()
H A DAArch64.cpp275 checkInt(Loc, Val, 33, Type); in relocateOne()
279 checkInt(Loc, Val, 21, Type); in relocateOne()
293 checkInt(Loc, Val, 28, Type); in relocateOne()
299 checkInt(Loc, Val, 21, Type); in relocateOne()
342 checkInt(Loc, Val, 16, Type); in relocateOne()
H A DPPC64.cpp634 checkInt(Loc, Val, 16, OriginalType); in relocateOne()
639 checkInt(Loc, Val, 16, OriginalType); in relocateOne()
714 checkInt(Loc, Val, 32, Type); in relocateOne()
724 checkInt(Loc, Val, 16, Type); in relocateOne()
731 checkInt(Loc, Val, 26, Type); in relocateOne()
H A DX86.cpp275 checkInt(Loc, Val, 8, Type); in relocateOne()
293 checkInt(Loc, Val, 17, Type); in relocateOne()
316 checkInt(Loc, Val, 32, Type); in relocateOne()
H A DMSP430.cpp82 checkInt(Loc, Offset, 10, Type); in relocateOne()
H A DX86_64.cpp346 checkInt(Loc, Val, 32, Type); in relocateOne()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DTarget.h206 inline void checkInt(uint8_t *Loc, int64_t V, int N, RelType Type) { in checkInt() function