Searched refs:SectDescOperand (Results 1 – 4 of 4) sorted by relevance
159 typedef GCFactory<SectDescOperand,162 SectDescOperand::SectDescOperand() in SectDescOperand() function in SectDescOperand167 SectDescOperand::SectDescOperand(const SectionMap::Output* pOutputDesc) in SectDescOperand() function in SectDescOperand172 void SectDescOperand::dump() const in dump()178 SectDescOperand* SectDescOperand::create(const SectionMap::Output* pOutputDesc) in create()180 SectDescOperand* result = g_SectDescOperandFactory->allocate(); in create()181 new (result) SectDescOperand(pOutputDesc); in create()185 void SectDescOperand::destroy(SectDescOperand*& pOperand) in destroy()192 void SectDescOperand::clear() in clear()
80 sect = llvm::cast<SectDescOperand>(m_pOperand)->outputDesc()->getSection(); in eval()102 sect = llvm::cast<SectDescOperand>(m_pOperand)->outputDesc()->getSection(); in eval()179 sect = llvm::cast<SectDescOperand>(m_pOperand)->outputDesc()->getSection(); in eval()
91 expr->push_back(SectDescOperand::create(*pIter)); in buildHelperExpr()93 expr->push_back(SectDescOperand::create(*pIter)); in buildHelperExpr()
168 class SectDescOperand : public Operand171 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);