search for: format_common_lifetim

Displaying 4 results from an estimated 4 matches for "format_common_lifetim".

Did you mean: format_common_lifetime
2011 Oct 04
1
[LLVMdev] collect end line number for scope
...nition is to collect "end line" for each scope (i.e. start and end line 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>;...
2012 Aug 12
1
[LLVMdev] Load and store debug information
...? One more thing. Reading the documentation about source level debugging [1] I have noticed that the IR snippet presented in "Object lifetimes and scoping" is not equivalent to the corresponding piece of C code. Thanks Cheers, Alberto [1] http://llvm.org/docs/SourceLevelDebugging.html#format_common_lifetime
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,