Searched refs:getInputTree (Results 1 – 5 of 5) sorted by relevance
106 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()
116 m_InputBuilder.setCurrentTree(m_Module.getInputTree()); in IRBuilder()
104 const InputTree& getInputTree() const { return m_MainTree; } in getInputTree() function105 InputTree& getInputTree() { return m_MainTree; } in getInputTree() function
173 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()
141 m_Module.getInputTree().merge<InputTree::Inclusive>((*it)->input, in readGroup()