Home | History | Annotate | Download | only in Core

Lines Matching refs:Input

93   // 4. - normalize the input tree
102 InputTree::const_dfs_iterator input, inEnd = pModule.getInputTree().dfs_end();
103 for (input=pModule.getInputTree().dfs_begin(); input!=inEnd; ++input) {
104 mcld::outs() << counter++ << " * " << (*input)->name();
105 switch((*input)->type()) {
106 case Input::Archive:
109 case Input::Object:
112 case Input::DynObj:
115 case Input::Script:
118 case Input::External:
122 unreachable(diag::err_cannot_trace_file) << (*input)->type()
123 << (*input)->name()
124 << (*input)->path();
126 mcld::outs() << (*input)->path() << ")\n";
148 // 6. - read all relocation entries from input files
149 // For all relocation sections of each input file (in the tree),