Files
llvm/include
Chandler Carruth 6bef5bc6af [CallSite removal] Add and flesh out APIs on the new CallBase base class that previously were only available on the CallSite wrapper.
Summary:
This will make migrating code easier and generally seems like a good collection
of API improvements.

Some of these APIs seem like more consistent / better naming of existing
ones. I've retained the old names for migration simplicit and am just
adding the new ones in this commit. I'll try to garbage collect these
once CallSite is gone.

Subscribers: sanjoy, mcrosier, hiraditya, llvm-commits

Differential Revision: https://reviews.llvm.org/D55638

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@350109 91177308-0d34-0410-b5e6-96231b3b80d8
2018-12-27 23:40:17 +00:00
..