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

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

Completed in 1219 milliseconds