Hi Hui, <br><br><div>1. Although LLVM IR transformations try to preserve variable names in the source code, these names may be changed (usually suffixed) during transformation. </div><div><br></div><div>2. I don't think DerivedType is used any more. It used to be a superclass of CompositeType, FunctionType, etc. </div><div><br></div><div>Jingyue</div><br><div class="gmail_quote">On Fri Sep 26 2014 at 11:33:01 AM Hui Zhang <<a href="mailto:wayne.huizhang@gmail.com">wayne.huizhang@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_default" style="font-family:georgia,serif;font-size:large;display:inline">Hello,<br><br></div><div class="gmail_default" style="font-family:georgia,serif;font-size:large;display:inline">I'm new to llvm and I'm looking at some pass code. I have a question:<br><br></div><div class="gmail_default" style="font-family:georgia,serif;font-size:large;display:inline">what does the Value::getName() exactly return ?  I'm looking at some global varibles, why it prints out something like a type: llvm.gdb.derivedtype6, .str..... instead of the name of the variables that I declared ? I compiled the code with -g <br><br></div><div class="gmail_default" style="font-family:georgia,serif;font-size:large;display:inline">besides, I've read through your programming guidance, but still not quite sure about the difference and relationship between the derived type and composite type, can you explain that to me with a simple example ?<br><br>thanks !<br></div>-- <br>Best regards<br><br><br>Hui Zhang<br>
</div>
______________________________<u></u>_________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu" target="_blank">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/<u></u>mailman/listinfo/llvmdev</a><br>
</blockquote></div>