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

/frameworks/compile/mclinker/include/mcld/Script/
H A DOperand.h117 /** \class SectOperand
122 class SectOperand : public Operand { class in namespace:mcld
124 friend class Chunk<SectOperand, MCLD_SECTIONS_PER_INPUT>;
125 SectOperand();
126 explicit SectOperand(const std::string& pName);
143 static SectOperand* create(const std::string& pName);
144 static void destroy(SectOperand*& pOperand);
/frameworks/compile/mclinker/lib/Script/
H A DOperand.cpp102 // SectOperand
104 typedef GCFactory<SectOperand, MCLD_SECTIONS_PER_INPUT> SectOperandFactory;
106 SectOperand::SectOperand() : Operand(Operand::SECTION) { function in class:mcld::SectOperand
109 SectOperand::SectOperand(const std::string& pName) function in class:mcld::SectOperand
113 void SectOperand::dump() const {
117 SectOperand* SectOperand::create(const std::string& pName) {
118 SectOperand* resul
[all...]

Completed in 100 milliseconds