Displaying 2 results from an estimated 2 matches for "94a4a6eb".
2020 Jun 18
2
How to know the CallInst is a virtual call ?
Hi
I know that a virtual call looks like this :
%4 = load %class.base*, %class.base** %1, align 8
%5 = bitcast %class.base* %4 to void (%class.base*)***
%6 = load void (%class.base*)**, void (%class.base*)*** %5, align 8
%7 = getelementptr inbounds void (%class.base*)*, void (%class.base*)**
%6, i64 0
%8 = load void (%class.base*)*, void (%class.base*)** %7, align 8
call void
2020 Jun 18
2
How to know the CallInst is a virtual call ?
...erhaps indirect calls from
> functions in constant arrays - maybe that's the specific subcase you
> want to target, etc).
>
> - Dave
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200619/94a4a6eb/attachment.html>