Home
last modified time | relevance | path

Searched defs:checkAlignment (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DTarget.h226 inline void checkAlignment(uint8_t *Loc, uint64_t V, int N, RelType Type) { in checkAlignment() function
H A DScriptParser.cpp781 static Expr checkAlignment(Expr E, std::string &Loc) { in checkAlignment() function