HomeSort by relevance Sort by last modified time
    Searched defs:IntOperand (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/include/mcld/Script/
Operand.h 95 /** \class IntOperand
99 class IntOperand : public Operand
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/
Operand.cpp 78 // IntOperand
80 typedef GCFactory<IntOperand, MCLD_SYMBOLS_PER_INPUT> IntOperandFactory;
83 IntOperand::IntOperand()
88 IntOperand::IntOperand(uint64_t pValue)
93 void IntOperand::dump() const
98 IntOperand* IntOperand::create(uint64_t pValue)
100 IntOperand* result = g_IntOperandFactory->allocate()
    [all...]

Completed in 42 milliseconds