[llvm-dev] getCalledFunction() missing from the CallInst Class Reference manual page (original) (raw)
Tim Northover via llvm-dev llvm-dev at lists.llvm.org
Wed Sep 12 08:17:01 PDT 2018
- Previous message: [llvm-dev] getCalledFunction() missing from the CallInst Class Reference manual page
- Next message: [llvm-dev] CallSiteBase::getCalledFunction and non-trivial calls
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Jie,
On Wed, 12 Sep 2018 at 16:12, Jie Zhou via llvm-dev <llvm-dev at lists.llvm.org> wrote:
I noticed that several methods, such as getCalledFunction(), getCalledValue(), are no longer available from CallInst class reference manual page (http://llvm.org/doxygen/classllvm11CallInst.html#details), although we can still use them in code. Does any one know the reason for the removal of these functions?
It looks like they're actually defined in CallBase (which is shared with invoke instructions).
Cheers.
Tim.
- Previous message: [llvm-dev] getCalledFunction() missing from the CallInst Class Reference manual page
- Next message: [llvm-dev] CallSiteBase::getCalledFunction and non-trivial calls
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]