search for: 21bcca29

Displaying 3 results from an estimated 3 matches for "21bcca29".

2011 Oct 12
0
[LLVMdev] Local variable information in scope
On Oct 12, 2011, at 3:14 AM, Pankaj Gode wrote: > Hi all, > > Using "CodeGen/LexicalScopes" pass, I could collect scope information i.e. start and end line numbers. > > I also want to collect information of variables within the scope. > > For the below example: > > int global; > int func( int t) > { > //scope 1 > { > int a;
2011 Oct 12
2
[LLVMdev] Local variable information in scope
Hi all,   Using "CodeGen/LexicalScopes" pass, I could collect scope information i.e. start and end line numbers.   I also want to collect information of variables within the scope.   For the below example:   int global; int func( int t) {    //scope 1   {      int a;      ....   }   return x; }   For "scope 1", I should be able to collect that "a" is a local
2011 Oct 13
1
[LLVMdev] Local variable information in scope
...__ >LLVM Developers mailing list >LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu >http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111013/21bcca29/attachment.html>