svf-lib 1.0.1789 → 1.0.1791
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/svf-llvm/libSvfLLVM.a +0 -0
- package/SVF-linux/svf-llvm/include/SVF-LLVM/LLVMUtil.h +0 -4
- package/SVF-osx/Release-build/svf/libSvfCore.a +0 -0
- package/SVF-osx/Release-build/svf-llvm/libSvfLLVM.a +0 -0
- package/SVF-osx/svf-llvm/include/SVF-LLVM/LLVMUtil.h +0 -4
- package/package.json +1 -1
|
Binary file
|
|
@@ -126,10 +126,6 @@ static inline Type* getPtrElementType(const PointerType* pty)
|
|
|
126
126
|
#endif
|
|
127
127
|
}
|
|
128
128
|
|
|
129
|
-
/// Infer type based on llvm value, this is for the migration to opaque pointer
|
|
130
|
-
/// please refer to: https://llvm.org/docs/OpaquePointers.html#migration-instructions
|
|
131
|
-
Type *getPointeeType(const Value *value);
|
|
132
|
-
|
|
133
129
|
/// Get the reference type of heap/static object from an allocation site.
|
|
134
130
|
//@{
|
|
135
131
|
const Type *inferTypeOfHeapObjOrStaticObj(const Instruction* inst);
|
|
Binary file
|
|
Binary file
|
|
@@ -126,10 +126,6 @@ static inline Type* getPtrElementType(const PointerType* pty)
|
|
|
126
126
|
#endif
|
|
127
127
|
}
|
|
128
128
|
|
|
129
|
-
/// Infer type based on llvm value, this is for the migration to opaque pointer
|
|
130
|
-
/// please refer to: https://llvm.org/docs/OpaquePointers.html#migration-instructions
|
|
131
|
-
Type *getPointeeType(const Value *value);
|
|
132
|
-
|
|
133
129
|
/// Get the reference type of heap/static object from an allocation site.
|
|
134
130
|
//@{
|
|
135
131
|
const Type *inferTypeOfHeapObjOrStaticObj(const Instruction* inst);
|