svf-lib 1.0.1616 → 1.0.1617
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
Binary file
|
|
Binary file
|
|
@@ -62,7 +62,7 @@ protected:
|
|
|
62
62
|
bool fromFile; ///< Whether the SVFIR is built according to user specified data from a txt file
|
|
63
63
|
NodeID nodeNumAfterPAGBuild; ///< initial node number after building SVFIR, excluding later added nodes, e.g., gepobj nodes
|
|
64
64
|
u32_t totalPTAPAGEdge;
|
|
65
|
-
ValueToEdgeMap valueToEdgeMap; ///< Map
|
|
65
|
+
ValueToEdgeMap valueToEdgeMap; ///< Map SVFValues (e.g., SVFInstruction) to all corresponding PAGEdges
|
|
66
66
|
SymbolTableInfo* symInfo;
|
|
67
67
|
|
|
68
68
|
/// Add a node into the graph
|