Home
last modified time | relevance | path

Searched refs:checkAlignment (Results 1 – 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lld/ELF/Arch/
HDAArch64.cpp360 checkAlignment(loc, val, 4, type); in relocateOne()
370 checkAlignment(loc, val, 2, type); in relocateOne()
375 checkAlignment(loc, val, 4, type); in relocateOne()
383 checkAlignment(loc, val, 8, type); in relocateOne()
388 checkAlignment(loc, val, 16, type); in relocateOne()
HDRISCV.cpp274 checkAlignment(loc, val, 2, type); in relocateOne()
289 checkAlignment(loc, val, 2, type); in relocateOne()
320 checkAlignment(loc, val, 2, type); in relocateOne()
335 checkAlignment(loc, val, 2, type); in relocateOne()
HDPPC64.cpp785 checkAlignment(loc, val, 4, type); in relocateOne()
805 checkAlignment(loc, lo(val), mask + 1, originalType); in relocateOne()
860 checkAlignment(loc, lo(val), mask + 1, originalType); in relocateOne()
891 checkAlignment(loc, val, 4, type); in relocateOne()
898 checkAlignment(loc, val, 4, type); in relocateOne()
HDMips.cpp668 checkAlignment(loc, val, 4, type); in relocateOne()
673 checkAlignment(loc, val, 4, type); in relocateOne()
678 checkAlignment(loc, val, 4, type); in relocateOne()
683 checkAlignment(loc, val, 4, type); in relocateOne()
HDPPC.cpp341 checkAlignment(loc, val, 4, type); in relocateOne()
350 checkAlignment(loc, val, 4, type); in relocateOne()
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
HDScriptParser.cpp769 static Expr checkAlignment(Expr e, std::string &loc) { in checkAlignment() function
805 cmd->alignExpr = checkAlignment(readParenExpr(), location); in readOutputSectionDescription()
807 cmd->subalignExpr = checkAlignment(readParenExpr(), location); in readOutputSectionDescription()
1164 e = checkAlignment(e, location); in readPrimary()
1168 Expr e2 = checkAlignment(readExpr(), location); in readPrimary()
HDTarget.h233 inline void checkAlignment(uint8_t *loc, uint64_t v, int n, RelType type) { in checkAlignment() function