svf-lib 1.0.2383 → 1.0.2385

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.
package/SVF-osx/bin/ae CHANGED
Binary file
package/SVF-osx/bin/cfl CHANGED
Binary file
package/SVF-osx/bin/dvf CHANGED
Binary file
Binary file
package/SVF-osx/bin/mta CHANGED
Binary file
package/SVF-osx/bin/saber CHANGED
Binary file
Binary file
package/SVF-osx/bin/wpa CHANGED
Binary file
@@ -62,6 +62,9 @@ public:
62
62
  /// Allocate an object ID as determined by the strategy.
63
63
  NodeID allocateObjectId(void);
64
64
 
65
+ /// Allocate an type ID as determined by the strategy.
66
+ NodeID allocateTypeId(void);
67
+
65
68
  /// Allocate a GEP object ID as determined by the strategy.
66
69
  /// allocateObjectId is still fine for GEP objects, but
67
70
  /// for some strategies (DBUG, namely), GEP objects can
@@ -103,6 +106,8 @@ private:
103
106
  NodeID numSymbols;
104
107
  /// Total number of objects and values allocated.
105
108
  NodeID numNodes;
109
+ /// Total number of svftypes
110
+ NodeID numType;
106
111
  ///@}
107
112
 
108
113
  /// Strategy to allocate with.
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svf-lib",
3
- "version": "1.0.2383",
3
+ "version": "1.0.2385",
4
4
  "description": "SVF's npm support",
5
5
  "main": "index.js",
6
6
  "scripts": {