search for: abhirupju

Displaying 8 results from an estimated 8 matches for "abhirupju".

Did you mean: abhirup
2011 Mar 25
2
[LLVMdev] set line number debug info
...ous value not the changed. Is the change in the LineCol variable is not permanent or is this variable not at all linked with the debug information? How can I set the line number information for the instructions? Abhirup Ghosh M. Tech Department of Computer Science & Engg. IIT, Bombay email - abhirupju at gmail.com , abhirup at cse.iitb.ac.in Contact - 9920735181 On Mon, Mar 14, 2011 at 1:45 PM, Frits van Bommel <fvbommel at gmail.com>wrote: > On Mon, Mar 14, 2011 at 8:56 AM, Abhirup Ghosh <abhirupju at gmail.com> > wrote: > > Hi, > > I am new to LLVM infras...
2011 Mar 25
0
[LLVMdev] set line number debug info
...d in llvm/Support/DebugLoc.h. Set the line number there to the private variable called LineCol. 2. Call the added function. And then pass the modified DebugLoc object to the seDebugInfo method for the instruction. Abhirup Ghosh M. Tech Department of Computer Science & Engg. IIT, Bombay email - abhirupju at gmail.com , abhirup at cse.iitb.ac.in Contact - 9920735181 / 9434362120 On Fri, Mar 25, 2011 at 5:45 PM, Abhirup Ghosh <abhirupju at gmail.com> wrote: > Thanks for the help. > I thought I'd solved the problem (setting the line number information in > the instruction metadat...
2011 Mar 14
2
[LLVMdev] set line number debug info
...r can be extracted from the instruction-debug-info using getMetadata method and then using getLineNumber method from DILocation class. Unfortunately DILocation class does not have any function like setLinenumber. Abhirup Ghosh M. Tech Department of Computer Science & Engg. IIT, Bombay email - abhirupju at gmail.com , abhirup at cse.iitb.ac.in Contact - 9920735181 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110314/c15a824c/attachment.html>
2011 Mar 14
0
[LLVMdev] set line number debug info
On Mon, Mar 14, 2011 at 8:56 AM, Abhirup Ghosh <abhirupju at gmail.com> wrote: > Hi, >       I am new to LLVM infrastructure. Recently I am trying to set the debug > info for an instruction. The main aim is to set the source line number of an > instruction. Can anyone please show how to do that? >       I think  that setMetadata method i...
2011 Jan 17
2
[LLVMdev] File reading in LLVM 2.8
...(!In.good()) { errs() << "couldn't load file '" << Filename << "'!\n"; return; } while (In) { } } Can anyone please help me out? - Abhirup Ghosh M. Tech Department of Computer Science & Engg. IIT, Bombay, Mumbai, India email - abhirupju at gmail.com , abhirup at cse.iitb.ac.in
2011 Jan 18
0
[LLVMdev] File reading in LLVM 2.8
...M: -fPIC is a gcc option needed to build code that is to be part of a dynamic library. So just add it to the other options you use when compiling your program. Best wishes, Duncan. > > Abhirup Ghosh > M. Tech > Department of Computer Science& Engg. > IIT, Bombay > email - abhirupju at gmail.com , abhirup at cse.iitb.ac.in > > > > On Mon, Jan 17, 2011 at 2:41 PM, Duncan Sands<baldrick at free.fr> wrote: >> Hi Abhirup, >> >> `(anonymous >>> namespace)::Hello::update_sec_read(char const*)' can not be used when >>> making...
2011 Feb 05
1
[LLVMdev] How to create new local variable
...fault. It is telling that llvm::Value::setName(...) fails and that has something to do with llvm::ValueSymbolTable::createValueName(...) method. What should I do to insert the local variable? Thanks and regards, Abhirup Ghosh M. Tech Department of Computer Science & Engg. IIT, Bombay email - abhirupju at gmail.com , abhirup at cse.iitb.ac.in
2011 Feb 09
2
[LLVMdev] LLVM in Eclipse
Hi, I am new to Eclipse IDE. I am working with LLVM using command line for some time. Now I want to integrate it with eclipse IDE. Can anyone please give layman instructions how to import the llvm source project, install it and built it in the eclipse IDE. Sorry for this type of novice request. - Abhirup -------------- next part -------------- An HTML attachment was scrubbed... URL: