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

/frameworks/compile/mclinker/lib/LD/
H A DArchive.cpp31 m_pInputTree(NULL),
35 m_pInputTree = new InputTree();
39 delete m_pInputTree;
54 return *m_pInputTree;
59 return *m_pInputTree;
117 if (pLastPos == m_pInputTree->root())
/frameworks/compile/mclinker/lib/Script/
H A DScriptFile.cpp54 m_pInputTree(NULL),
63 m_pInputTree = new InputTree();
71 if (m_pInputTree != NULL)
72 delete m_pInputTree;
113 *m_pInputTree,
125 pStringList, *m_pInputTree, m_Builder, pGroupReader, pConfig));
/frameworks/compile/mclinker/include/mcld/Script/
H A DScriptFile.h75 const InputTree& inputs() const { return *m_pInputTree; }
76 InputTree& inputs() { return *m_pInputTree; }
158 InputTree* m_pInputTree; member in class:mcld::ScriptFile
/frameworks/compile/mclinker/include/mcld/LD/
H A DArchive.h227 InputTree* m_pInputTree; member in class:mcld::Archive

Completed in 50 milliseconds