Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Core/
DLinker.cpp109 << pModule.getInputTree().size() << ")\n"; in normalize()
112 inEnd = pModule.getInputTree().dfs_end(); in normalize()
113 for (input = pModule.getInputTree().dfs_begin(); input != inEnd; ++input) { in normalize()
DIRBuilder.cpp113 m_InputBuilder.setCurrentTree(m_Module.getInputTree()); in IRBuilder()
/frameworks/compile/mclinker/include/mcld/
DModule.h93 const InputTree& getInputTree() const { return m_MainTree; } in getInputTree() function
94 InputTree& getInputTree() { return m_MainTree; } in getInputTree() function
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp205 m_pModule->getInputTree().merge<InputTree::Inclusive>(input, in normalize()
217 m_pModule->getInputTree().merge<InputTree::Inclusive>( in normalize()
231 if (m_pModule->getInputTree().empty()) { in linkable()
290 inEnd = m_pModule->getInputTree().bfs_end(); in readRelocations()
291 for (input = m_pModule->getInputTree().bfs_begin(); input != inEnd; ++input) { in readRelocations()
/frameworks/compile/mclinker/lib/LD/
DGroupReader.cpp133 m_Module.getInputTree().merge<InputTree::Inclusive>((*it)->input, in readGroup()