[llvm-dev] getting address of parameter or return memory cell on stack in bitcode
Carter Cheng via llvm-dev
llvm-dev at lists.llvm.org
Fri Nov 1 10:19:08 PDT 2019
Hello LLVM Developers,
I am curious if it is possible to get the actual address in memory of where
the parameter or return memory location is on to the stack prior to the
call or return being made in the LLVM IR. If these things are possible how
is it done in a safe manner?
Thanks,
Carter.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20191102/1afca95b/attachment.html>
More information about the llvm-dev
mailing list