Searched refs:checkUInt (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/Arch/ |
| H A D | SPARCV9.cpp | 81 checkUInt(Loc, Val, 32, Type); in relocateOne() 97 checkUInt(Loc, Val, 22, Type); in relocateOne()
|
| H A D | AArch64.cpp | 346 checkUInt(Loc, Val, 24, Type); in relocateOne() 370 checkUInt(Loc, Val, 32, Type); in relaxTlsGdToLe() 420 checkUInt(Loc, Val, 32, Type); in relaxTlsIeToLe()
|
| H A D | X86_64.cpp | 321 checkUInt(Loc, Val, 8, Type); in relocateOne() 325 checkUInt(Loc, Val, 16, Type); in relocateOne() 329 checkUInt(Loc, Val, 32, Type); in relocateOne()
|
| H A D | RISCV.cpp | 135 checkUInt(Loc, Imm, 6, Type); in relocateOne()
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | Target.h | 212 inline void checkUInt(uint8_t *Loc, uint64_t V, int N, RelType Type) { in checkUInt() function
|