ROSE
0.11.21.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
src
midend
programAnalysis
genericDataflow
analysis
analysisCommon.h
1
#ifndef ANALYSIS_COMMON
2
#define ANALYSIS_COMMON
3
4
#include "genericDataflowCommon.h"
5
#include "cfgUtils.h"
6
#include "CallGraphTraverse.h"
7
8
// initializes the compiler analysis framework
9
void
initAnalysis(
SgProject
* p);
10
11
// returns the SgProject object that represents our current project
12
//SgProject* getProject();
13
14
// returns the call graph of the current project
15
SgIncidenceDirectedGraph
* getCallGraph();
16
17
#endif
SgIncidenceDirectedGraph
Definition:
Cxx_Grammar.h:40913
SgProject
This class represents a source project, with a list of SgFile objects and global information about th...
Definition:
Cxx_Grammar.h:28595
Generated on Mon Feb 22 2021 05:38:36 for ROSE by
1.8.10