Searched refs:checkAlignment (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/Arch/ |
| H A D | AArch64.cpp | 298 checkAlignment(Loc, Val, 4, Type); in relocateOne() 308 checkAlignment(Loc, Val, 2, Type); in relocateOne() 313 checkAlignment(Loc, Val, 4, Type); in relocateOne() 321 checkAlignment(Loc, Val, 8, Type); in relocateOne() 326 checkAlignment(Loc, Val, 16, Type); in relocateOne()
|
| H A D | RISCV.cpp | 102 checkAlignment(Loc, Val, 2, Type); in relocateOne() 117 checkAlignment(Loc, Val, 2, Type); in relocateOne() 148 checkAlignment(Loc, Val, 2, Type); in relocateOne() 163 checkAlignment(Loc, Val, 2, Type); in relocateOne()
|
| H A D | PPC64.cpp | 626 checkAlignment(Loc, Val, 4, Type); in relocateOne() 643 checkAlignment(Loc, lo(Val), Mask + 1, OriginalType); in relocateOne() 698 checkAlignment(Loc, lo(Val), Mask + 1, OriginalType); in relocateOne() 725 checkAlignment(Loc, Val, 4, Type); in relocateOne() 732 checkAlignment(Loc, Val, 4, Type); in relocateOne()
|
| H A D | Mips.cpp | 579 checkAlignment(Loc, Val, 4, Type); in relocateOne() 584 checkAlignment(Loc, Val, 4, Type); in relocateOne() 589 checkAlignment(Loc, Val, 4, Type); in relocateOne() 594 checkAlignment(Loc, Val, 4, Type); in relocateOne()
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | ScriptParser.cpp | 781 static Expr checkAlignment(Expr E, std::string &Loc) { in checkAlignment() function 817 Cmd->AlignExpr = checkAlignment(readParenExpr(), Location); in readOutputSectionDescription() 819 Cmd->SubalignExpr = checkAlignment(readParenExpr(), Location); in readOutputSectionDescription() 1167 E = checkAlignment(E, Location); in readPrimary() 1171 Expr E2 = checkAlignment(readExpr(), Location); in readPrimary()
|
| H A D | Target.h | 226 inline void checkAlignment(uint8_t *Loc, uint64_t V, int N, RelType Type) { in checkAlignment() function
|