reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
827 if (sec->lmaExpr) 828 ctx->lmaOffset = sec->lmaExpr().getValue() - dot;tools/lld/ELF/ScriptParser.cpp
500 os->lmaExpr = [=] { return prev->getLMA() + prev->size; }; 502 os->lmaExpr = lmaExpr; 802 cmd->lmaExpr = readParenExpr(); 858 if (cmd->lmaExpr && !cmd->lmaRegionName.empty())tools/lld/ELF/Writer.cpp
2137 ((sec->lmaExpr || 2198 if (!note || sec->lmaExpr || note->lastSec->alignment != sec->alignment)