! * Constructor */
| 40 | * Constructor |
| 41 | */ |
| 42 | ThreadCallGraph::ThreadCallGraph(const CallGraph& cg) : |
| 43 | CallGraph(cg), tdAPI(ThreadAPI::getThreadAPI()) |
| 44 | { |
| 45 | kind = ThdCallGraph; |
| 46 | DBOUT(DGENERAL, outs() << SVFUtil::pasMsg("Building ThreadCallGraph\n")); |
| 47 | } |
| 48 | |
| 49 | const std::string ThreadForkEdge::toString() const |
| 50 | { |
nothing calls this directly
no outgoing calls
no test coverage detected