Searched refs:FragOperand (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/Script/
H A DOperand.cpp198 // FragOperand
200 typedef GCFactory<FragOperand, MCLD_SYMBOLS_PER_INPUT> FragOperandFactory;
203 FragOperand::FragOperand() function in class:FragOperand
208 FragOperand::FragOperand(Fragment& pFragment) function in class:FragOperand
213 void FragOperand::dump() const
218 uint64_t FragOperand::value() const
224 FragOperand* FragOperand
[all...]
H A DRpnExpr.cpp103 expr->push_back(FragOperand::create(pFrag));
/frameworks/compile/mclinker/include/mcld/Script/
H A DOperand.h200 /** \class FragOperand
206 class FragOperand : public Operand class in namespace:mcld
209 friend class Chunk<FragOperand, MCLD_SYMBOLS_PER_INPUT>;
210 FragOperand();
211 FragOperand(Fragment& pFragment);
227 static FragOperand* create(Fragment& pFragment);
228 static void destroy(FragOperand*& pOperand);

Completed in 122 milliseconds