Home
last modified time | relevance | path

Searched refs:AlignExpr (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DOutputSections.h93 Expr AlignExpr; variable
H A DLinkerScript.cpp878 if (Sec->AlignExpr) in adjustSectionsBeforeSorting()
880 std::max<uint32_t>(Sec->Alignment, Sec->AlignExpr().getValue()); in adjustSectionsBeforeSorting()
H A DScriptParser.cpp817 Cmd->AlignExpr = checkAlignment(readParenExpr(), Location); in readOutputSectionDescription()