Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/Arch/
H A DAArch64.cpp298 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 DRISCV.cpp102 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 DPPC64.cpp626 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 DMips.cpp579 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 DScriptParser.cpp781 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 DTarget.h226 inline void checkAlignment(uint8_t *Loc, uint64_t V, int N, RelType Type) { in checkAlignment() function