Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DOutputSections.h84 Expr subalignExpr; variable
H A DLinkerScript.cpp633 if (osec->subalignExpr) { in processSectionCommands()
634 uint32_t subalign = osec->subalignExpr().getValue(); in processSectionCommands()
H A DScriptParser.cpp920 osec->subalignExpr = checkAlignment(readParenExpr(), location); in readOutputSectionDescription()