Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Script/
DOperator.h80 SEGMENT_START = 47, enumerator
208 Operator& Operator::create<Operator::SEGMENT_START>();
DBinaryOp.h115 IntOperand* BinaryOp<Operator::SEGMENT_START>::eval(const Module&,
/frameworks/compile/mclinker/lib/Script/
DOperator.cpp293 Operator& Operator::create<Operator::SEGMENT_START>() { in create()
294 static BinaryOp<Operator::SEGMENT_START> op; in create()
DScriptParser.yy137 %token SEGMENT_START
880 | SEGMENT_START '(' string
887 &Operator::create<Operator::SEGMENT_START>());
DScriptScanner.ll126 <EXPRESSION>"SEGMENT_START" { return token::SEGMENT_START; }
DBinaryOp.cpp223 IntOperand* BinaryOp<Operator::SEGMENT_START>::eval( in eval()