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.h87 Expr subalignExpr; variable
H A DLinkerScript.cpp750 if (osec->subalignExpr) { in processSectionCommands()
751 uint32_t subalign = osec->subalignExpr().getValue(); in processSectionCommands()
H A DScriptParser.cpp1024 osec->subalignExpr = checkAlignment(ctx, readParenExpr(), location); in readOutputSectionDescription()