search for: getcontainingtype

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

2013 Jun 21
0
[LLVMdev] Proposal: type uniquing of debug info for LTO
...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 by making the influence of certa...
2013 Jun 21
0
[LLVMdev] Proposal: type uniquing of debug info for LTO
...oss 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 scope necessary. >> Reducin...
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