Displaying 2 results from an estimated 2 matches for "d6cb6973".
2017 Mar 10
2
get function parameters (not arguments)
...ent is usually
> sufficient; with heroic effort you might be able to use any debug info
> that's present.
>
> Cheers.
>
> Tim.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170310/d6cb6973/attachment.html>
2017 Mar 10
2
get function parameters (not arguments)
I tried the original posted code again:
for (auto& A : cast<CallInst>(BI)->arg_operands())
errs() << "--- " << A->getName() << "\n";
but it prints empty (only ---)!
Thank you and best,
Mo
On Fri, Mar 10, 2017 at 4:44 PM, Tim Northover <t.p.northover at gmail.com>
wrote:
> On 10 March 2017 at 15:41, Mohammad Norouzi <mnmomn at