search for: getsubroutinename

Displaying 5 results from an estimated 5 matches for "getsubroutinename".

2014 May 07
2
[LLVMdev] DWARF unmangled subprog name (DW_AT_name)
Hi, I am looking for a way to get unmangled subprogram names from a DWARFContext. The name I want is available in the attribute `DW_AT_name` [1], but as far as I can tell this is only returned as a fallback in `DWARFDebugInfoEntryMinimal::getSubroutineName` when the linkage name is not available [2]. If this is not currently possible, is there any interest in adding such access to the public DebugInfo API? Perhaps with an additional "UnmangledName" option in `DILineInfoSpecifier`. Thanks, Isaiah [1]: for example: 0x0001bb00: DW_TAG_su...
2014 May 07
2
[LLVMdev] DWARF unmangled subprog name (DW_AT_name)
...> > Hi, > > > > I am looking for a way to get unmangled subprogram names from a > > DWARFContext. The name I want is available in the attribute `DW_AT_name` > > [1], but as far as I can tell this is only returned as a fallback in > > `DWARFDebugInfoEntryMinimal::getSubroutineName` when the linkage name is > not > > available [2]. > > > > If this is not currently possible, is there any interest in adding such > > access to the public DebugInfo API? Perhaps with an additional > > "UnmangledName" option in `DILineInfoSpecifier`. >...
2014 May 07
2
[LLVMdev] DWARF unmangled subprog name (DW_AT_name)
...am looking for a way to get unmangled subprogram names from a >>> > DWARFContext. The name I want is available in the attribute >>> `DW_AT_name` >>> > [1], but as far as I can tell this is only returned as a fallback in >>> > `DWARFDebugInfoEntryMinimal::getSubroutineName` when the linkage name >>> is not >>> > available [2]. >>> > >>> > If this is not currently possible, is there any interest in adding such >>> > access to the public DebugInfo API? Perhaps with an additional >>> > "UnmangledN...
2014 May 07
2
[LLVMdev] DWARF unmangled subprog name (DW_AT_name)
...program names from a > >>>> > DWARFContext. The name I want is available in the attribute > >>>> > `DW_AT_name` > >>>> > [1], but as far as I can tell this is only returned as a fallback in > >>>> > `DWARFDebugInfoEntryMinimal::getSubroutineName` when the linkage > name > >>>> > is not > >>>> > available [2]. > >>>> > > >>>> > If this is not currently possible, is there any interest in adding > >>>> > such > >>>> > access to the p...
2014 May 07
5
[LLVMdev] DWARF unmangled subprog name (DW_AT_name)
...;> > DWARFContext. The name I want is available in the attribute >>> >>>> > `DW_AT_name` >>> >>>> > [1], but as far as I can tell this is only returned as a fallback >>> in >>> >>>> > `DWARFDebugInfoEntryMinimal::getSubroutineName` when the linkage >>> name >>> >>>> > is not >>> >>>> > available [2]. >>> >>>> > >>> >>>> > If this is not currently possible, is there any interest in adding >>> >>>> >...