search for: dsgcallee

Displaying 1 result from an estimated 1 matches for "dsgcallee".

Did you mean: dsgcaller
2006 Dec 01
1
[LLVMdev] DSGraph::computeCalleeCallerMapping failing
...e if( !callee->isExternal() ) // Internal Function { DEBUG( std::cerr<< "Processing internal callee function "<<callee->getName()<<"\n" ); dsgCaller = &TDD.getDSGraph(*fun); dsgCallee = &TDD.getDSGraph(*callee); DSCallSite dscs = ( dsgCaller->getDSCallSiteForCallSite(CS) ); dsgCaller->computeCalleeCallerMapping ( dscs, *callee, *dsgCallee, NodeMap); } } } } Is there anything wrong the w...