Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp128 Expr readParenExpr();
529 cmd.lmaExpr = readParenExpr(); in readPhdrs()
531 cmd.flags = readParenExpr()().getValue(); in readPhdrs()
577 consume("AT") ? readParenExpr() : [] { return script->getDot(); }; in readOverlay()
980 osec->lmaExpr = readParenExpr(); in readOutputSectionDescription()
982 osec->alignExpr = checkAlignment(readParenExpr(), location); in readOutputSectionDescription()
984 osec->subalignExpr = checkAlignment(readParenExpr(), location); in readOutputSectionDescription()
1337 Expr e = readParenExpr(); in readByteCommand()
1425 return readParenExpr(); in readPrimary()
1446 Expr inner = readParenExpr(); in readPrimary()
[all …]