Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DMSP430.cpp64 checkIntUInt(ctx, loc, val, 8, rel); in relocate()
71 checkIntUInt(ctx, loc, val, 16, rel); in relocate()
75 checkIntUInt(ctx, loc, val, 32, rel); in relocate()
H A DSystemZ.cpp494 checkIntUInt(ctx, loc, val, 8, rel); in relocate()
515 checkIntUInt(ctx, loc, val, 16, rel); in relocate()
555 checkIntUInt(ctx, loc, val, 32, rel); in relocate()
H A DX86.cpp293 checkIntUInt(ctx, loc, val, 8, rel); in relocate()
301 checkIntUInt(ctx, loc, val, 16, rel); in relocate()
H A DAArch64.cpp501 checkIntUInt(ctx, loc, val, 16, rel); in relocate()
506 checkIntUInt(ctx, loc, val, 32, rel); in relocate()
H A DX86_64.cpp863 checkIntUInt(ctx, loc, val, 8, rel); in relocate()
871 checkIntUInt(ctx, loc, val, 16, rel); in relocate()
H A DPPC.cpp326 checkIntUInt(ctx, loc, val, 16, rel); in relocate()
H A DPPC64.cpp1276 checkIntUInt(ctx, loc, val, 16, rel); in relocate()
1280 checkIntUInt(ctx, loc, val, 32, rel); in relocate()
/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.h283 inline void checkIntUInt(Ctx &ctx, uint8_t *loc, uint64_t v, int n, in checkIntUInt() function