Searched refs:SectOperand (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/mclinker/lib/Script/
H A DOperand.cpp118 // SectOperand
120 typedef GCFactory<SectOperand, MCLD_SECTIONS_PER_INPUT> SectOperandFactory;
122 SectOperand::SectOperand() function in class:SectOperand
127 SectOperand::SectOperand(const std::string& pName) function in class:SectOperand
132 void SectOperand::dump() const
137 SectOperand* SectOperand::create(const std::string& pName)
139 SectOperand* resul
[all...]
H A DUnaryOp.cpp77 sect = pModule.getSection(llvm::cast<SectOperand>(m_pOperand)->name());
99 sect = pModule.getSection(llvm::cast<SectOperand>(m_pOperand)->name());
176 sect = pModule.getSection(llvm::cast<SectOperand>(m_pOperand)->name());
H A DBinaryOp.cpp248 SectOperand* sect = llvm::cast<SectOperand>(m_pOperand[0]);
H A DScriptParser.yy771 m_ScriptFile.getCurrentRpnExpr()->push_back(SectOperand::create(*$3));
793 m_ScriptFile.getCurrentRpnExpr()->push_back(SectOperand::create(*$3));
842 m_ScriptFile.getCurrentRpnExpr()->push_back(SectOperand::create(*$3));
871 m_ScriptFile.getCurrentRpnExpr()->push_back(SectOperand::create(*$3));
881 m_ScriptFile.getCurrentRpnExpr()->push_back(SectOperand::create(*$3));
/frameworks/compile/mclinker/include/mcld/Script/
H A DOperand.h127 /** \class SectOperand
132 class SectOperand : public Operand class in namespace:mcld
135 friend class Chunk<SectOperand, MCLD_SECTIONS_PER_INPUT>;
136 SectOperand();
137 SectOperand(const std::string& pName);
156 static SectOperand* create(const std::string& pName);
157 static void destroy(SectOperand*& pOperand);

Completed in 78 milliseconds