search for: saliari2

Displaying 7 results from an estimated 7 matches for "saliari2".

Did you mean: aliari
2009 Jul 09
0
[LLVMdev] Source file information.
...any way that I use a library to get the file/line information for each instruction? since, I am writing a pass for opt tool that manipulates the callgraph and want to get the line number information in runOnModule() function. Thanks, ::Saman On Thu, Jul 9, 2009 at 8:13 AM, Saman Aliari Zonouz <saliari2 at uiuc.edu>wrote: > Hi, > > I am new to LLVM, and need to find the line number and cpp source file name > for each instruction in a .bc file. I suppose llvm debugger might have that > feature but there is no documentation on it. Would you please give me some > help how to do...
2009 Jul 09
5
[LLVMdev] Source file information.
Hi, I am new to LLVM, and need to find the line number and cpp source file name for each instruction in a .bc file. I suppose llvm debugger might have that feature but there is no documentation on it. Would you please give me some help how to do it? Thanks, ::Saman Zonouz University of Illinois -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Jul 07
1
[LLVMdev] LLVM Question.
Hi, I am Saman, a UIUC PhD student working with LLVM. Would you please let me know how I can extract CG and CFG for a given application? Thanks a lot, ::Saman -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090707/951958b6/attachment.html>
2009 Jul 09
1
[LLVMdev] Source file information.
...use it." http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Analysis/DebugInfo.h?revision=74920&view=markup http://llvm.org/doxygen/classes.html#letter_D Anyway theres some pointers, Aaron Thanks, ::Saman On Thu, Jul 9, 2009 at 8:13 AM, Saman Aliari Zonouz <saliari2 at uiuc.edu> wrote: Hi, I am new to LLVM, and need to find the line number and cpp source file name for each instruction in a .bc file. I suppose llvm debugger might have that feature but there is no documentation on it. Would you please give me some help how to do it? Thanks,...
2009 Jun 15
1
[LLVMdev] VmKit Question.
Hi, I compiled VmKit and got it running, but do not know how it is possible to emit llvm-bitcode fram .java code. Would you please help me? Thanks, ::Saman -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090615/79240d35/attachment.html>
2009 Jul 10
2
[LLVMdev] Source file information.
Thanks a lot for the helpful info. Devang, I need line number information for a project in which we want to find a feasible path through an application based on some bug-signature that is given. And the signature includes line number info for the frames on stack. One Q regarding the mailing list: I have subscribed the list but still don't receive the mails. Could someone please let me know
2009 Jul 10
0
[LLVMdev] Source file information.
Hi, Thanks John it solved my prob. In particular, I need to find the file/line info. from .bc file about all locations that a specific Function is called. Is there any better way than searching all the instructions in runOnModule() during a pass? Thanks a lot, ::Saman -------------- next part -------------- An HTML attachment was scrubbed... URL: