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.