search for: tp52289p52295

Displaying 3 results from an estimated 3 matches for "tp52289p52295".

Did you mean: tp52289p52294
2012 Dec 05
0
[LLVMdev] how to get and modify a global variable inside a module
On 05/12/12 12:07, Dong Chen wrote: > recently, i use LLVM API to write a program to read *.ll and excute it > automatically. > Further more, i want to change some global variables inside a module. > i tried some functions provided by Module.h and ExecutionEngine.h but none > were seemed to match my need. > did someone have the experience or some advices? > thank you ;) You
2012 Dec 05
3
[LLVMdev] how to get and modify a global variable inside a module
...Varibale's address when ExecutionEngine execut the *.ll code. further more, i want to change the address, is it possible? do you have some good idea? thank you very much -- View this message in context: http://llvm.1065342.n5.nabble.com/how-to-get-and-modify-a-global-variable-inside-a-module-tp52289p52295.html Sent from the LLVM - Dev mailing list archive at Nabble.com.
2012 Dec 05
4
[LLVMdev] how to get and modify a global variable inside a module
recently, i use LLVM API to write a program to read *.ll and excute it automatically. Further more, i want to change some global variables inside a module. i tried some functions provided by Module.h and ExecutionEngine.h but none were seemed to match my need. did someone have the experience or some advices? thank you ;) -- View this message in context: