Home
last modified time | relevance | path

Searched refs:checkUInt (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/ELF/Arch/
H A DSPARCV9.cpp81 checkUInt(Loc, Val, 32, Type); in relocateOne()
97 checkUInt(Loc, Val, 22, Type); in relocateOne()
H A DAArch64.cpp346 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 DX86_64.cpp321 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 DRISCV.cpp135 checkUInt(Loc, Imm, 6, Type); in relocateOne()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DTarget.h212 inline void checkUInt(uint8_t *Loc, uint64_t V, int N, RelType Type) { in checkUInt() function