search for: dbgscope

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

2009 Apr 20
1
[LLVMdev] Build fails on windows with VC2008
Hello The current svn revision fails to compile on windows using Visual Studio 2008. I'm getting: 3>f:\dev\llvm\lib\codegen\asmprinter\dwarfwriter.cpp(1167) : error C4716: 'llvm::DbgScope::getLine' : must return a value 3>f:\dev\llvm\lib\codegen\asmprinter\dwarfwriter.cpp(1168) : error C4716: 'llvm::DbgScope::getColumn' : must return a value 3>f:\dev\llvm\lib\codegen\asmprinter\dwarfwriter.cpp(1169) : error C4716: 'llvm::DbgScope::getFile' : must return a v...
2011 Jul 27
1
[LLVMdev] LexicalScope Debug Info - Line Number
...;; Reference to context descriptor i32, ;; Line number i32 ;; Column number } So the line no. info is present as its 3rd member. I am trying to extract this line number either directly from the corresponding DbgScope variable passed as argument to constructScopeDIE function. OR from the ScopeDIE variable (DIE* type) after it is populated with the debug info in DIE format. Please help me with the functions which I can use to extract this information. Thanks and Regards, Ankur
2011 Jan 27
2
[LLVMdev] Question about compiling plugins for LLVM tools
When I load my plugin into opt or llc, I get a bunch of warnings: llc: CommandLine Error: Argument 'use-unknown-locations' defined more than once! llc: CommandLine Error: Argument 'disable-debug-info-print' defined more than once! llc: CommandLine Error: Argument 'print-dbgscope' defined more than once! llc: CommandLine Error: Argument 'disable-sched-hazard' defined more than once! llc: CommandLine Error: Argument 'verify-dom-info' defined more than once! llc: CommandLine Error: Argument 'time-passes' defined more than once! llc: CommandLine Err...
2011 Feb 02
0
[LLVMdev] Question about compiling plugins for LLVM tools
...into opt or llc, I get a bunch of warnings: > > llc: CommandLine Error: Argument 'use-unknown-locations' defined more than > once! > llc: CommandLine Error: Argument 'disable-debug-info-print' defined more > than once! > llc: CommandLine Error: Argument 'print-dbgscope' defined more than once! > llc: CommandLine Error: Argument 'disable-sched-hazard' defined more than > once! > llc: CommandLine Error: Argument 'verify-dom-info' defined more than once! > llc: CommandLine Error: Argument 'time-passes' defined more than once!...
2011 Oct 04
1
[LLVMdev] collect end line number for scope
...ine for a scope). I need to dump this information while emitting target code for an architecture. Though I understand that scoping details are not modeled in LLVM. Reference: http://llvm.org/docs/SourceLevelDebugging.html#format_common_lifetime   There are 2 classes I am referring, viz, DIScope and DbgScope. I am also not sure on the approach.   Regards, Pankaj   ________________________________ From: Alex <xtzgzorex at gmail.com> To: Pankaj Gode <godepankaj at yahoo.com> Cc: Eric Christopher <echristo at apple.com>; "llvmdev at cs.uiuc.edu" <llvmdev at cs.uiuc.edu&gt...
2011 Oct 04
0
[LLVMdev] collect end line number for scope
Hi, He is referring to current SVN head. Regards, Alex On Tue, Oct 4, 2011 at 12:08 PM, Pankaj Gode <godepankaj at yahoo.com> wrote: > What do you mean by "current top of tree"? > > Pankaj > From: Eric Christopher <echristo at apple.com> > To: Pankaj Gode <godepankaj at yahoo.com> > Cc: "llvmdev at cs.uiuc.edu" <llvmdev at
2011 Oct 04
2
[LLVMdev] collect end line number for scope
What do you mean by "current top of tree"?   Pankaj ________________________________ From: Eric Christopher <echristo at apple.com> To: Pankaj Gode <godepankaj at yahoo.com> Cc: "llvmdev at cs.uiuc.edu" <llvmdev at cs.uiuc.edu> Sent: Monday, October 3, 2011 10:32 PM Subject: Re: [LLVMdev] collect end line number for scope On Oct 3, 2011, at 4:36 AM,