Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Script/
DOperator.h75 LOADADDR = 42, enumerator
153 Operator& Operator::create<Operator::LOADADDR>();
DUnaryOp.h77 IntOperand* UnaryOp<Operator::LOADADDR>::eval(const Module&,
/frameworks/compile/mclinker/lib/Script/
DOperator.cpp136 Operator& Operator::create<Operator::LOADADDR>() { in create()
137 static UnaryOp<Operator::LOADADDR> op; in create()
DUnaryOp.cpp139 IntOperand* UnaryOp<Operator::LOADADDR>::eval(const Module& pModule, in eval()
DScriptParser.yy132 %token LOADADDR
851 | LOADADDR '(' string ')'
855 &Operator::create<Operator::LOADADDR>());
DScriptScanner.ll121 <EXPRESSION>"LOADADDR" { return token::LOADADDR; }