Searched refs:checkAlignment (Results 1 – 7 of 7) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/lld/ELF/Arch/ |
| HD | AArch64.cpp | 360 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()
|
| HD | RISCV.cpp | 274 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()
|
| HD | PPC64.cpp | 785 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()
|
| HD | Mips.cpp | 668 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()
|
| HD | PPC.cpp | 341 checkAlignment(loc, val, 4, type); in relocateOne() 350 checkAlignment(loc, val, 4, type); in relocateOne()
|
| /freebsd-11-stable/contrib/llvm-project/lld/ELF/ |
| HD | ScriptParser.cpp | 769 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()
|
| HD | Target.h | 233 inline void checkAlignment(uint8_t *loc, uint64_t v, int n, RelType type) { in checkAlignment() function
|