CallGraphBuilder
Synopsis
Declared in <src/midend/programAnalysis/CallGraphAnalysis/CallGraph.h>
class CallGraphBuilder;
Member Functions
Name |
Description |
|
Construct from |
|
|
Grab the call graph built |
|
Retrieve the node matching a function declaration (using mangled name to resolve across translation units) |
|
Retrieve the node matching a function declaration using firstNondefiningDeclaration (does not work across translation units) |
Private Types
Private Member Functions
Private Data Members
Created with MrDocs