Searched refs:m_pLast (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/MC/
H A DInputFactory.h47 const AttributeProxy& attr() const { return *m_pLast; }
48 AttributeProxy& attr() { return *m_pLast; }
51 AttributeProxy* m_pLast; member in class:mcld::InputFactory
/frameworks/compile/mclinker/lib/MC/
H A DInputFactory.cpp23 m_pLast = new AttributeProxy(*m_pAttrSet,
31 delete m_pLast;
40 new (result) Input(pName, pPath, *m_pLast, pType, pFileOffset);

Completed in 1150 milliseconds