svf-lib 1.0.1894 → 1.0.1895

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
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -332,6 +332,8 @@ bool isUnusedGlobalVariable(const GlobalVariable& global);
332
332
  void removeUnusedGlobalVariables(Module* module);
333
333
  /// Delete unused functions, annotations and global variables in extapi.bc
334
334
  void removeUnusedFuncsAndAnnotationsAndGlobalVariables(Set<Function*> removedFuncList);
335
+ // Converts a mangled name to C naming style to match functions in extapi.c.
336
+ std::string restoreFuncName(std::string funcName);
335
337
 
336
338
  /// Get the corresponding Function based on its name
337
339
  const SVFFunction* getFunction(const std::string& name);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svf-lib",
3
- "version": "1.0.1894",
3
+ "version": "1.0.1895",
4
4
  "description": "SVF's npm support",
5
5
  "main": "index.js",
6
6
  "scripts": {