Static Value-Flow Analysis
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
CallGraph.h File Reference
#include "Graphs/GenericGraph.h"
#include "SVFIR/SVFValue.h"
#include "Graphs/ICFG.h"
#include <set>

Go to the source code of this file.

Classes

class  SVF::CallGraphEdge
 
class  SVF::CallGraphNode
 
class  SVF::CallGraph
 
struct  SVF::GenericGraphTraits< SVF::CallGraphNode * >
 
struct  SVF::GenericGraphTraits< Inverse< SVF::CallGraphNode * > >
 Inverse GenericGraphTraits specializations for call graph node, it is used for inverse traversal. More...
 
struct  SVF::GenericGraphTraits< SVF::CallGraph * >
 

Namespaces

namespace  SVF
 for isBitcode
 

Typedefs

typedef GenericEdge< CallGraphNodeSVF::GenericCallGraphEdgeTy
 
typedef GenericNode< CallGraphNode, CallGraphEdgeSVF::GenericCallGraphNodeTy
 
typedef GenericGraph< CallGraphNode, CallGraphEdgeSVF::GenericCallGraphTy