Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DArchive.cpp30 m_pInputTree(NULL), in Archive()
35 m_pInputTree = new InputTree(); in Archive()
40 delete m_pInputTree; in ~Archive()
58 return *m_pInputTree; in inputs()
64 return *m_pInputTree; in inputs()
130 if (pLastPos == m_pInputTree->root()) in addArchiveMember()
/frameworks/compile/mclinker/lib/Script/
DScriptFile.cpp51 m_pInputTree(NULL), in ScriptFile()
61 m_pInputTree = new InputTree(); in ScriptFile()
70 if (NULL != m_pInputTree) in ~ScriptFile()
71 delete m_pInputTree; in ~ScriptFile()
116 new GroupCmd(pStringList, *m_pInputTree, m_Builder, pGroupReader, pConfig)); in addGroupCmd()
/frameworks/compile/mclinker/include/mcld/Script/
DScriptFile.h73 const InputTree& inputs() const { return *m_pInputTree; } in inputs()
74 InputTree& inputs() { return *m_pInputTree; } in inputs()
148 InputTree* m_pInputTree; variable
/frameworks/compile/mclinker/include/mcld/LD/
DArchive.h244 InputTree *m_pInputTree; variable