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

/frameworks/compile/mclinker/include/mcld/Script/
H A DOperand.h151 /** \class SectDescOperand
155 class SectDescOperand : public Operand { class in namespace:mcld
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/
H A DOperand.cpp134 // SectDescOperand
136 typedef GCFactory<SectDescOperand, MCLD_SECTIONS_PER_INPUT>
139 SectDescOperand::SectDescOperand() function in class:mcld::SectDescOperand
143 SectDescOperand::SectDescOperand(const SectionMap::Output* pOutputDesc) function in class:mcld::SectDescOperand
147 void SectDescOperand::dump() const {
152 SectDescOperand* SectDescOperand::create(
154 SectDescOperand* resul
[all...]

Completed in 467 milliseconds