HomeSort by relevance Sort by last modified time
    Searched refs:getInputTree (Results 1 - 5 of 5) sorted by null

  /frameworks/compile/mclinker/include/mcld/
Module.h 94 const InputTree& getInputTree() const { return m_MainTree; }
95 InputTree& getInputTree() { return m_MainTree; }
  /frameworks/compile/mclinker/lib/Core/
Linker.cpp 110 mcld::outs() << "** name\ttype\tpath\tsize (" << pModule.getInputTree().size() << ")\n";
111 InputTree::const_dfs_iterator input, inEnd = pModule.getInputTree().dfs_end();
112 for (input=pModule.getInputTree().dfs_begin(); input!=inEnd; ++input) {
IRBuilder.cpp 108 m_InputBuilder.setCurrentTree(m_Module.getInputTree());
  /frameworks/compile/mclinker/lib/LD/
GroupReader.cpp 139 m_Module.getInputTree().merge<InputTree::Inclusive>((*it)->input,
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 207 m_pModule->getInputTree().merge<InputTree::Inclusive>(input,
219 m_pModule->getInputTree().merge<InputTree::Inclusive>(input,
235 if (m_pModule->getInputTree().empty()) {
291 mcld::InputTree::bfs_iterator input, inEnd = m_pModule->getInputTree().bfs_end();
292 for (input=m_pModule->getInputTree().bfs_begin(); input!=inEnd; ++input) {
    [all...]

Completed in 151 milliseconds