Home
last modified time | relevance | path

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

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