Displaying 1 result from an estimated 1 matches for "0232c3f4".
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