[LLVMdev] DWARF unmangled subprog name (DW_AT_name)

Isaiah Norton isaiah.norton at gmail.com
Fri May 9 04:50:14 PDT 2014


> Alright, I see why it makes sense. We can pass this information through
> DILineInfoSpecifier. In fact, probably it makes sense to change the layout
> of this structure:
> there would be 3 types of file/line info (None, Regular,
> AbsoluteFilePath). (though, probably we may make latter the default) and 3
> types of function name info (None, Name, LinkageName).
>

Here is a proposed patch, but with more limited scope than mentioned above.
Patch just adds LInkageName as a default-on option to the existing
DILineInfoSpecifier structure, and makes corresponding changes in the
necessary functions.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140509/0e0ed3be/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: di_unmangled.patch
Type: text/x-patch
Size: 6607 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140509/0e0ed3be/attachment.bin>


More information about the llvm-dev mailing list