[LLVMdev] DWARF unmangled subprog name (DW_AT_name)
Eric Christopher
echristo at gmail.com
Fri May 9 10:30:16 PDT 2014
Going to let Alexey review, he's in that code much more often than I am.
-eric
On Fri, May 9, 2014 at 4:50 AM, Isaiah Norton <isaiah.norton at gmail.com> wrote:
>
>> 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.
>
More information about the llvm-dev
mailing list