svf-lib 1.0.1796 → 1.0.1797
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
|
|
@@ -444,6 +444,7 @@ const Argument* getConstructorThisPtr(const Function* fun);
|
|
|
444
444
|
const Value* getVCallThisPtr(const CallBase* cs);
|
|
445
445
|
const Value* getVCallVtblPtr(const CallBase* cs);
|
|
446
446
|
s32_t getVCallIdx(const CallBase* cs);
|
|
447
|
+
bool classTyHasVTable(const StructType* ty);
|
|
447
448
|
std::string getClassNameFromType(const StructType* ty);
|
|
448
449
|
std::string getClassNameOfThisPtr(const CallBase* cs);
|
|
449
450
|
std::string getFunNameOfVCallSite(const CallBase* cs);
|