Displaying 2 results from an estimated 2 matches for "fc494647".
2014 Jan 02
3
[LLVMdev] Tracing values in llvm IR
Hi, everyone.
I want to writing a Pass to get the variable value while the program is
running ,the basic idea is to insert an STL map in the program ,and get
every value and address a program use ,but whether it's possible to do this
by transforming the llvm IR?
I didn't find any useful functions to get a variable's address in LLVM IR
.It seems that the IR is an SSA form and we can
2014 Jan 02
2
[LLVMdev] Tracing values in llvm IR
...ling list
LLVMdev at cs.uiuc.edu<mailto:LLVMdev at cs.uiuc.edu> http://llvm.cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140102/fc494647/attachment.html>