Displaying 3 results from an estimated 3 matches for "dw_at_alignment".
2016 Sep 30
2
DebugInfo: purpose of align field
...th the response. Somehow I missed
your message..
On 09/13/2016 12:43 AM, Adrian Prantl wrote:
>> On Sep 10, 2016, at 12:50 PM, Victor Leschuk via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>>
>> Hello all,
>>
>> I am currently implementing support for DWARFv5 DW_AT_alignment attr and I got a question about align field in debug info section of IR/Bitcode.
> Thanks for looking into this!
No problem =)
>
>> Currently it is being dumped almost in any case, however according to code we use align from DI* objects only when dealing with class/structure bitfields:...
2016 Oct 03
2
DebugInfo: purpose of align field
...On 09/13/2016 12:43 AM, Adrian Prantl wrote:
> >>> On Sep 10, 2016, at 12:50 PM, Victor Leschuk via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
> >>>
> >>> Hello all,
> >>>
> >>> I am currently implementing support for DWARFv5 DW_AT_alignment attr
> and I got a question about align field in debug info section of IR/Bitcode.
> >> Thanks for looking into this!
> > No problem =)
> >>
> >>> Currently it is being dumped almost in any case, however according to
> code we use align from DI* objects onl...
2016 Sep 10
3
DebugInfo: purpose of align field
Hello all,
I am currently implementing support for DWARFv5 DW_AT_alignment attr and
I got a question about align field in debug info section of IR/Bitcode.
Currently it is being dumped almost in any case, however according to
code we use align from DI* objects only when dealing with
class/structure bitfields: DwarfUnit::constructMemberDIE.
Dumping align information e...