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

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

Completed in 89 milliseconds