Home
last modified time | relevance | path

Searched refs:alignExpr (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lld/ELF/
H A DOutputSections.h82 Expr alignExpr; variable
H A DLinkerScript.cpp1147 if (sec->alignExpr) in adjustOutputSections()
1149 std::max<uint32_t>(sec->alignment, sec->alignExpr().getValue()); in adjustOutputSections()
H A DScriptParser.cpp918 osec->alignExpr = checkAlignment(readParenExpr(), location); in readOutputSectionDescription()
H A DWriter.cpp2471 cmd->alignExpr = [align = cmd->alignment]() { return align; }; in fixSectionAlignments()