Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DOutputSections.h85 Expr subalignExpr; variable
H A DLinkerScript.cpp640 if (osec->subalignExpr) { in processSectionCommands()
641 uint32_t subalign = osec->subalignExpr().getValue(); in processSectionCommands()
H A DScriptParser.cpp941 osec->subalignExpr = checkAlignment(readParenExpr(), location); in readOutputSectionDescription()