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

/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...]
H A DUnaryOp.cpp76 sect = pModule.getSection(llvm::cast<SectOperand>(m_pOperand)->name());
98 sect = pModule.getSection(llvm::cast<SectOperand>(m_pOperand)->name());
169 sect = pModule.getSection(llvm::cast<SectOperand>(m_pOperand)->name());
H A DBinaryOp.cpp228 SectOperand* sect = llvm::cast<SectOperand>(m_pOperand[0]);
H A DScriptParser.yy782 m_ScriptFile.getCurrentRpnExpr()->push_back(SectOperand::create(*$3));
804 m_ScriptFile.getCurrentRpnExpr()->push_back(SectOperand::create(*$3));
853 m_ScriptFile.getCurrentRpnExpr()->push_back(SectOperand::create(*$3));
882 m_ScriptFile.getCurrentRpnExpr()->push_back(SectOperand::create(*$3));
892 m_ScriptFile.getCurrentRpnExpr()->push_back(SectOperand::create(*$3));
/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);

Completed in 94 milliseconds