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

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

Completed in 4833 milliseconds