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 31 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/
ScriptFile.cpp 54 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/
ScriptFile.h 75 const InputTree& inputs() const { return *m_pInputTree; }
76 InputTree& inputs() { return *m_pInputTree; }
158 InputTree* m_pInputTree;
  /frameworks/compile/mclinker/include/mcld/LD/
Archive.h 227 InputTree* m_pInputTree;

Completed in 115 milliseconds