search for: _zn1s3fooev

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

2016 Apr 15
2
[RFC] Lazy-loading of debug info metadata
On Fri, Apr 15, 2016 at 2:27 PM, Duncan P. N. Exon Smith < dexonsmith at apple.com> wrote: > > > On 2016-Apr-15, at 10:27, David Blaikie <dblaikie at gmail.com> wrote: > > > > > > > > On Fri, Apr 15, 2016 at 9:50 AM, Duncan P. N. Exon Smith < > dexonsmith at apple.com> wrote: > > Since I haven't heard any objections to the direction,
2016 Apr 16
4
[RFC] Lazy-loading of debug info metadata
...edTypes: !{!2}) > !1 = !DIFile(filename: "a.cpp") > !2 = !DICompositeType(file: !1, name: "S", elements: !{!3}, > identifier: "_ZTS1S") > !3 = !DISubprogram(isDefinition: false, file: !1, name: "foo", > scope: !2, linkageName: "_ZN1S3fooEv") > > !4 = distinct !DICompileUnit(file: !5, retainedTypes: !{!6}) > !5 = !DIFile(filename: "b.cpp") > !6 = !DICompositeType(file: !5, name: "S", elements: !{!7}, > identifier: "_ZTS1S") > !7 = !DISubprogram(isDefinition: false, file: !5, n...
2016 Apr 18
1
[RFC] Lazy-loading of debug info metadata
...> !1 = !DIFile(filename: "a.cpp") >> !2 = !DICompositeType(file: !1, name: "S", elements: !{!3}, >> identifier: "_ZTS1S") >> !3 = !DISubprogram(isDefinition: false, file: !1, name: "foo", >> scope: !2, linkageName: "_ZN1S3fooEv") >> >> !4 = distinct !DICompileUnit(file: !5, retainedTypes: !{!6}) >> !5 = !DIFile(filename: "b.cpp") >> !6 = !DICompositeType(file: !5, name: "S", elements: !{!7}, >> identifier: "_ZTS1S") >> !7 = !DISubprogram(isDefin...