Home
last modified time | relevance | path

Searched refs:getInputTree (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/mclinker/lib/Core/
DLinker.cpp106 mcld::outs() << "** name\ttype\tpath\tsize (" << pModule.getInputTree().size() << ")\n"; in normalize()
107 InputTree::const_dfs_iterator input, inEnd = pModule.getInputTree().dfs_end(); in normalize()
108 for (input=pModule.getInputTree().dfs_begin(); input!=inEnd; ++input) { in normalize()
DIRBuilder.cpp116 m_InputBuilder.setCurrentTree(m_Module.getInputTree()); in IRBuilder()
/frameworks/compile/mclinker/include/mcld/
DModule.h104 const InputTree& getInputTree() const { return m_MainTree; } in getInputTree() function
105 InputTree& getInputTree() { return m_MainTree; } in getInputTree() function
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp173 m_pModule->getInputTree().merge<InputTree::Inclusive>(input, in normalize()
187 if (m_pModule->getInputTree().empty()) { in linkable()
227 mcld::InputTree::bfs_iterator input, inEnd = m_pModule->getInputTree().bfs_end(); in readRelocations()
228 for (input=m_pModule->getInputTree().bfs_begin(); input!=inEnd; ++input) { in readRelocations()
/frameworks/compile/mclinker/lib/LD/
DGroupReader.cpp141 m_Module.getInputTree().merge<InputTree::Inclusive>((*it)->input, in readGroup()