Home | History | Annotate | Download | only in Fragment

Lines Matching refs:pModule

135 bool FragmentGraph::setNodeSlots(Module& pModule)
142 Module::SymbolTable& sym_tab = pModule.getSymbolTable();
167 bool FragmentGraph::createRegularEdges(Module& pModule)
173 Module::obj_iterator input, inEnd = pModule.obj_end();
174 for (input = pModule.obj_begin(); input != inEnd; ++input) {
221 bool FragmentGraph::createPseudoEdges(Module& pModule)
265 bool FragmentGraph::createPseudoNodes(Module& pModule)
271 Module::SymbolTable& sym_tab = pModule.getSymbolTable();
295 bool FragmentGraph::createRegularNodes(Module& pModule)
299 Module::iterator sect_it, sect_end = pModule.end();
300 for (sect_it = pModule.begin(); sect_it != sect_end; ++sect_it) {
387 bool FragmentGraph::construct(const LinkerConfig& pConfig, Module& pModule)
391 if (!createRegularNodes(pModule))
393 if (!createPseudoNodes(pModule))
401 if(!setNodeSlots(pModule))
405 if(!createRegularEdges(pModule))
407 if(!createPseudoEdges(pModule))