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

/frameworks/compile/mclinker/include/mcld/Script/
H A DOperand.h95 /** \class IntOperand
99 class IntOperand : public Operand class in namespace:mcld
102 friend class Chunk<IntOperand, MCLD_SYMBOLS_PER_INPUT>;
103 IntOperand();
104 IntOperand(uint64_t pValue);
119 static IntOperand* create(uint64_t pValue);
120 static void destroy(IntOperand*& pOperand);
/frameworks/compile/mclinker/lib/Script/
H A DOperand.cpp78 // IntOperand
80 typedef GCFactory<IntOperand, MCLD_SYMBOLS_PER_INPUT> IntOperandFactory;
83 IntOperand::IntOperand() function in class:IntOperand
88 IntOperand::IntOperand(uint64_t pValue) function in class:IntOperand
93 void IntOperand::dump() const
98 IntOperand* IntOperand::create(uint64_t pValue)
100 IntOperand* resul
[all...]

Completed in 79 milliseconds