svf-lib 1.0.1767 → 1.0.1768
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
|
|
@@ -470,7 +470,6 @@ void viewCFGOnly(const Function* fun);
|
|
|
470
470
|
const ConstantStruct *getVtblStruct(const GlobalValue *vtbl);
|
|
471
471
|
|
|
472
472
|
bool isValVtbl(const Value* val);
|
|
473
|
-
bool isLoadVtblInst(const LoadInst* loadInst);
|
|
474
473
|
bool isVirtualCallSite(const CallBase* cs);
|
|
475
474
|
bool isConstructor(const Function* F);
|
|
476
475
|
bool isDestructor(const Function* F);
|