Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Script/
DOperand.cpp159 typedef GCFactory<SectDescOperand,
162 SectDescOperand::SectDescOperand() in SectDescOperand() function in SectDescOperand
167 SectDescOperand::SectDescOperand(const SectionMap::Output* pOutputDesc) in SectDescOperand() function in SectDescOperand
172 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()
DUnaryOp.cpp80 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()
DRpnExpr.cpp91 expr->push_back(SectDescOperand::create(*pIter)); in buildHelperExpr()
93 expr->push_back(SectDescOperand::create(*pIter)); in buildHelperExpr()
/frameworks/compile/mclinker/include/mcld/Script/
DOperand.h168 class SectDescOperand : public Operand
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);