search for: dscs

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

Did you mean: docs
2006 Dec 01
1
[LLVMdev] DSGraph::computeCalleeCallerMapping failing
...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 way I am calling "computeCalleeCallerMapping" or any aother...