svf-lib 1.0.1313 → 1.0.1315
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
|
|
@@ -271,6 +271,7 @@ public:
|
|
|
271
271
|
virtual bool csHasVtblsBasedonCHA(CallSite cs) override
|
|
272
272
|
{
|
|
273
273
|
assert(false && "not supported!");
|
|
274
|
+
abort();
|
|
274
275
|
}
|
|
275
276
|
|
|
276
277
|
virtual const VTableSet &getCSVtblsBasedonCHA(CallSite cs) override;
|
|
@@ -422,6 +423,7 @@ private:
|
|
|
422
423
|
const DIType *getCSStaticType(CallSite cs) const
|
|
423
424
|
{
|
|
424
425
|
assert(false && "not supported!");
|
|
426
|
+
abort();
|
|
425
427
|
}
|
|
426
428
|
|
|
427
429
|
/// Checks if a node exists for type.
|