Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Script/
DNullaryOp.cpp28 IntOperand* NullaryOp<Operator::MAXPAGESIZE>::eval( in eval()
DOperator.cpp63 Operator& Operator::create<Operator::MAXPAGESIZE>() { in create()
64 static NullaryOp<Operator::MAXPAGESIZE> op; in create()
DScriptParser.yy142 %token MAXPAGESIZE
903 | CONSTANT '(' MAXPAGESIZE ')'
906 &Operator::create<Operator::MAXPAGESIZE>());
DScriptScanner.ll131 <EXPRESSION>"MAXPAGESIZE" { return token::MAXPAGESIZE; }
/frameworks/compile/mclinker/include/mcld/Script/
DNullaryOp.h46 IntOperand* NullaryOp<Operator::MAXPAGESIZE>::eval(const Module&,
DOperator.h83 MAXPAGESIZE = 50, enumerator
126 Operator& Operator::create<Operator::MAXPAGESIZE>();