Skip to content

CallGraphBuilder::buildCallGraph

buildCallGraph overloads

Synopses

Declared in <src/midend/programAnalysis/CallGraphAnalysis/CallGraph.h>

Default builder filtering nothing in the call graph

void
buildCallGraph();

Builder accepting user defined predicate to filter certain functions

template<typename Predicate>
void
buildCallGraph(Predicate pred);

Created with MrDocs