search for: 23d0313f

Displaying 2 results from an estimated 2 matches for "23d0313f".

2009 Sep 22
0
[LLVMdev] DebugFactory
...Type::Int8Ty, type, NULL)), getSize(type)); } This was code that was checked in before DebugInfoBuilder was replaced by DIFactory. -- -- Talin -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090922/23d0313f/attachment.html>
2009 Sep 22
3
[LLVMdev] DebugFactory
On Tue, Sep 22, 2009 at 9:21 AM, Devang Patel <devang.patel at gmail.com> wrote: > On Tue, Sep 22, 2009 at 12:14 AM, Talin <viridia at gmail.com> wrote: >> So, one feature of the late, lamented DebugInfoBuilder that I am missing >> quite badly, and which is not available in the current DIFactory, is the >> ability to specify structure offsets abstractly. The