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

Method IRGraph

svf/include/Graphs/IRGraph.h:140–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138
139public:
140 IRGraph(bool buildFromFile)
141 : totalSymNum(0), fromFile(buildFromFile), nodeNumAfterPAGBuild(0), totalPTAPAGEdge(0), valVarNum(0), objVarNum(0),
142 maxStruct(nullptr), maxStSize(0)
143 {
144 }
145
146 virtual ~IRGraph();
147

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected