Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DOutputSections.h86 Expr subalignExpr; variable
H A DLinkerScript.cpp685 if (osec->subalignExpr) { in processSectionCommands()
686 uint32_t subalign = osec->subalignExpr().getValue(); in processSectionCommands()
H A DScriptParser.cpp984 osec->subalignExpr = checkAlignment(readParenExpr(), location); in readOutputSectionDescription()