Home
last modified time | relevance | path

Searched refs:checkIntUInt (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/ELF/Arch/
H A DMSP430.cpp66 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 DAArch64.cpp255 checkIntUInt(Loc, Val, 16, Type); in relocateOne()
260 checkIntUInt(Loc, Val, 32, Type); in relocateOne()
H A DX86.cpp271 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 DTarget.h218 inline void checkIntUInt(uint8_t *Loc, uint64_t V, int N, RelType Type) { in checkIntUInt() function