search for: gettypederivedfrom

Displaying 3 results from an estimated 3 matches for "gettypederivedfrom".

2013 Jun 21
0
[LLVMdev] Proposal: type uniquing of debug info for LTO
...If we veto option b, we will only have option a, which has its own issues: 1> it is not really local to debug info, we have to modify AsmWriter at least. 2> we have to keep (and construct) one map at a few places. 3> we have to modify the following access function in DI classes getContext, getTypeDerivedFrom, getClassType, getContainingType, getType to take an extra map and of course the call sites of all these functions. Compare against putting the map in LLVMContext: 1> quoting from David "General principle of keeping things in the least scope necessary. Reducing scope helps code maintenance...
2013 Jun 21
0
[LLVMdev] Proposal: type uniquing of debug info for LTO
...sn't need > to navigate across that link. Okay, if we are fine with no access to the link in a gdb | lldb session. > >> 2> we have to keep (and construct) one map at a few places. >> 3> we have to modify the following access function in DI classes >> getContext, getTypeDerivedFrom, getClassType, getContainingType, getType >> to take an extra map >> and of course the call sites of all these functions. >> >> Compare against putting the map in LLVMContext: >> 1> quoting from David >> "General principle of keeping things in the least...
2013 Jun 21
16
[LLVMdev] Proposal: type uniquing of debug info for LTO
On Fri, Jun 21, 2013 at 12:33 PM, Manman Ren <mren at apple.com> wrote: > > On Jun 21, 2013, at 11:56 AM, Eric Christopher wrote: > >> On Fri, Jun 21, 2013 at 11:50 AM, Manman Ren <mren at apple.com> wrote: >>> >>> On Jun 21, 2013, at 11:35 AM, Eric Christopher wrote: >>> >>>> On Thu, Jun 20, 2013 at 10:52 PM, Manman Ren <mren at