MCPcopy Create free account
hub / github.com/SVF-tools/SVF / ThreadCallGraph

Method ThreadCallGraph

svf/lib/Graphs/ThreadCallGraph.cpp:42–47  ·  view source on GitHub ↗

! * Constructor */

Source from the content-addressed store, hash-verified

40 * Constructor
41 */
42ThreadCallGraph::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
49const std::string ThreadForkEdge::toString() const
50{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected