<div>Hello,</div><div><br></div><div>I have been facing a few problems getting names of variables from the bitcode. The bitcode does contain debug metadata. The first problem is regarding `memtmp' variables (apparently, the original variable name is no longer present in the bitcode). The other two problems concern OpenMP. In one case, the instruction is not named and hence establishing a connection to the debug metadata does not seem possible. In the other case, I am noticing some extra fields present in the `omp_data_s' structure (these fields are not present in the source code) and hence the `alloca' does not match the metadata definition.</div>
<div><br></div><div>Here are the details:</div><div><a href="http://users.ices.utexas.edu/~ashay/tmp/llvm.html">http://users.ices.utexas.edu/~ashay/tmp/llvm.html</a></div><div><br></div><div>Does lldb have similar goals? If yes, which files should I be looking at?</div>
<div><br></div><div>Any pointers are appreciated!</div><div><br></div><div>Thanks!</div><div>Ashay</div><div><br></div>