Searched refs:SectDescOperand (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/Script/
H A DOperand.cpp157 // SectDescOperand
159 typedef GCFactory<SectDescOperand,
162 SectDescOperand::SectDescOperand() function in class:SectDescOperand
167 SectDescOperand::SectDescOperand(const SectionMap::Output* pOutputDesc) function in class:SectDescOperand
172 void SectDescOperand::dump() const
178 SectDescOperand* SectDescOperand::create(const SectionMap::Output* pOutputDesc)
180 SectDescOperand* resul
[all...]
H A DUnaryOp.cpp80 sect = llvm::cast<SectDescOperand>(m_pOperand)->outputDesc()->getSection();
102 sect = llvm::cast<SectDescOperand>(m_pOperand)->outputDesc()->getSection();
179 sect = llvm::cast<SectDescOperand>(m_pOperand)->outputDesc()->getSection();
H A DRpnExpr.cpp91 expr->push_back(SectDescOperand::create(*pIter));
93 expr->push_back(SectDescOperand::create(*pIter));
/frameworks/compile/mclinker/include/mcld/Script/
H A DOperand.h164 /** \class SectDescOperand
168 class SectDescOperand : public Operand class in namespace:mcld
171 friend class Chunk<SectDescOperand, MCLD_SECTIONS_PER_INPUT>;
172 SectDescOperand();
173 SectDescOperand(const SectionMap::Output* pOutputDesc);
192 static SectDescOperand* create(const SectionMap::Output* pOutputDesc);
193 static void destroy(SectDescOperand*& pOperand);

Completed in 87 milliseconds