Searched refs:checkIntUInt (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/Arch/ |
| H A D | MSP430.cpp | 66 checkIntUInt(Loc, Val, 8, Type); in relocateOne() 73 checkIntUInt(Loc, Val, 16, Type); in relocateOne() 77 checkIntUInt(Loc, Val, 32, Type); in relocateOne()
|
| H A D | AArch64.cpp | 255 checkIntUInt(Loc, Val, 16, Type); in relocateOne() 260 checkIntUInt(Loc, Val, 32, Type); in relocateOne()
|
| H A D | X86.cpp | 271 checkIntUInt(Loc, Val, 8, Type); in relocateOne() 279 checkIntUInt(Loc, Val, 16, Type); in relocateOne()
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | Target.h | 218 inline void checkIntUInt(uint8_t *Loc, uint64_t V, int N, RelType Type) { in checkIntUInt() function
|