OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getInputTree
(Results
1 - 5
of
5
) sorted by null
/frameworks/compile/mclinker/lib/Core/
Linker.cpp
106
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) {
IRBuilder.cpp
116
m_InputBuilder.setCurrentTree(m_Module.
getInputTree
());
/frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp
173
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/
Module.h
104
const InputTree&
getInputTree
() const { return m_MainTree; }
105
InputTree&
getInputTree
() { return m_MainTree; }
/frameworks/compile/mclinker/lib/LD/
GroupReader.cpp
141
m_Module.
getInputTree
().merge<InputTree::Inclusive>((*it)->input,
Completed in 147 milliseconds