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

/frameworks/compile/mclinker/lib/MC/
H A DMCLDInput.cpp18 m_pAttr(const_cast<Attribute*>(pProxy.attr())),
29 m_pAttr(const_cast<Attribute*>(pProxy.attr())),
/frameworks/compile/mclinker/unittests/
H A DInputTreeTest.h46 mcld::AttributeFactory *m_pAttr; member in class:mcldtest::InputTreeTest
H A DInputTreeTest.cpp21 m_pAttr = new mcld::AttributeFactory(2);
22 m_pAlloc = new mcld::InputFactory(10, *m_pAttr);
31 delete m_pAttr;
/frameworks/compile/mclinker/include/mcld/MC/
H A DMCLDInput.h64 { return m_pAttr; }
79 Attribute *m_pAttr; member in class:mcld::Input

Completed in 52 milliseconds