Skip to content

CallGraphBuilder

Synopsis

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

Member Functions

Name

Description

CallGraphBuilder [constructor]

Construct from SgProject

buildCallGraph

buildCallGraph overloads

getGraph

Grab the call graph built

getGraphNodeFor

Retrieve the node matching a function declaration (using mangled name to resolve across translation units)

getGraphNodesMapping

hasGraphNodeFor

Retrieve the node matching a function declaration using firstNondefiningDeclaration (does not work across translation units)

Private Types

Name

GraphNodes

Private Data Members

Created with MrDocs