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.
- package/SVF-linux/Release-build/bin/ae +0 -0
- package/SVF-linux/Release-build/bin/cfl +0 -0
- package/SVF-linux/Release-build/bin/dvf +0 -0
- package/SVF-linux/Release-build/bin/llvm2svf +0 -0
- package/SVF-linux/Release-build/bin/mta +0 -0
- package/SVF-linux/Release-build/bin/saber +0 -0
- package/SVF-linux/Release-build/bin/svf-ex +0 -0
- package/SVF-linux/Release-build/bin/wpa +0 -0
- package/SVF-linux/Release-build/include/SVF-LLVM/LLVMUtil.h +2 -0
- package/SVF-linux/Release-build/lib/libSvfLLVM.a +0 -0
- package/package.json +1 -1
|
Binary file
|
|
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);
|
|
Binary file
|