Searched defs:FragOperand (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Script/
H A DOperand.h184 /** \class FragOperand
190 class FragOperand : public Operand { class in namespace:mcld
192 friend class Chunk<FragOperand, MCLD_SYMBOLS_PER_INPUT>;
193 FragOperand();
194 explicit FragOperand(Fragment& pFragment);
209 static FragOperand* create(Fragment& pFragment);
210 static void destroy(FragOperand*& pOperand);
/frameworks/compile/mclinker/lib/Script/
H A DOperand.cpp170 // FragOperand
172 typedef GCFactory<FragOperand, MCLD_SYMBOLS_PER_INPUT> FragOperandFactory;
175 FragOperand::FragOperand() : Operand(Operand::FRAGMENT), m_pFragment(NULL) { function in class:mcld::FragOperand
178 FragOperand::FragOperand(Fragment& pFragment) function in class:mcld::FragOperand
182 void FragOperand::dump() const {
186 uint64_t FragOperand::value() const {
191 FragOperand* FragOperand
[all...]

Completed in 56 milliseconds