Name |
buildCallGraph
int buildCallGraph(SgProject* project);
|
generateCallGraphFile
void generateCallGraphFile(SgProject* project, CallGraph& cg);
|
generateDotFile
void generateDotFile(std::string binaryFilename);
|
getLock
int getLock();
|
readCallGraphFile
std::vector<CallGraphFileStructure>* readCallGraphFile(std::string binaryFilename);
|
releaseLock
void releaseLock(int fd);
|