tipc
A TIP to LLVM compiler
|
This is the complete list of members for CallGraph, including all inherited members.
build(ASTProgram *, SymbolTable *st) | CallGraph | static |
CallGraph(std::map< ASTFunction *, std::set< ASTFunction * >> cGraph, std::map< ASTFunAppExpr *, std::set< ASTFunction * >> mc, std::vector< ASTFunction * > funs, std::map< std::string, ASTFunction * > fmap) | CallGraph | inline |
existEdge(std::string caller, std::string callee) | CallGraph | |
getASTFun(std::string f_name) | CallGraph | |
getCalledFuns(ASTFunAppExpr *e) | CallGraph | |
getCallees(ASTFunction *f) | CallGraph | |
getCallees(std::string caller) | CallGraph | |
getCallers(ASTFunction *f) | CallGraph | |
getCallers(std::string callee) | CallGraph | |
getEdges() | CallGraph | |
getTotalEdges() | CallGraph | |
getTotalVertices() | CallGraph | |
getVertices() | CallGraph | |
print(std::ostream &os) | CallGraph |