HomeSort by relevance Sort by last modified time
    Searched refs:m_pInputTree (Results 1 - 4 of 4) sorted by null

  /frameworks/compile/mclinker/lib/LD/
Archive.cpp 30 m_pInputTree(NULL),
35 m_pInputTree = new InputTree();
40 delete m_pInputTree;
58 return *m_pInputTree;
64 return *m_pInputTree;
130 if (pLastPos == m_pInputTree->root())
  /frameworks/compile/mclinker/lib/Script/
ScriptFile.cpp 51 m_pInputTree(NULL),
61 m_pInputTree = new InputTree();
70 if (NULL != m_pInputTree)
71 delete m_pInputTree;
116 new GroupCmd(pStringList, *m_pInputTree, m_Builder, pGroupReader, pConfig));
  /frameworks/compile/mclinker/include/mcld/Script/
ScriptFile.h 73 const InputTree& inputs() const { return *m_pInputTree; }
74 InputTree& inputs() { return *m_pInputTree; }
148 InputTree* m_pInputTree;
  /frameworks/compile/mclinker/include/mcld/LD/
Archive.h 244 InputTree *m_pInputTree;

Completed in 459 milliseconds