[LLVMdev] mapping virtual registers

Duncan Sands baldrick at free.fr
Thu Oct 21 08:51:09 PDT 2010


Hi Abbey,

> How can I map llvm variables (virtual registers) to their runtime locations
> (register/stack location)?

in general you can't.  Perhaps you are really asking about debug info, in
which case see http://llvm.org/docs/SourceLevelDebugging.html

Ciao,

Duncan.



More information about the llvm-dev mailing list