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

  /frameworks/compile/mclinker/include/mcld/Script/
Operand.h 151 /** \class SectDescOperand
155 class SectDescOperand : public Operand {
157 friend class Chunk<SectDescOperand, MCLD_SECTIONS_PER_INPUT>;
158 SectDescOperand();
159 explicit SectDescOperand(const SectionMap::Output* pOutputDesc);
176 static SectDescOperand* create(const SectionMap::Output* pOutputDesc);
177 static void destroy(SectDescOperand*& pOperand);
  /frameworks/compile/mclinker/lib/Script/
Operand.cpp 134 // SectDescOperand
136 typedef GCFactory<SectDescOperand, MCLD_SECTIONS_PER_INPUT>
139 SectDescOperand::SectDescOperand()
143 SectDescOperand::SectDescOperand(const SectionMap::Output* pOutputDesc)
147 void SectDescOperand::dump() const {
152 SectDescOperand* SectDescOperand::create(
154 SectDescOperand* result = g_SectDescOperandFactory->allocate()
    [all...]

Completed in 70 milliseconds