Displaying 2 results from an estimated 2 matches for "26ff515b".
2012 Jul 05
0
[LLVMdev] C++ demangling in LLVM
On Wed, Jul 4, 2012 at 11:18 PM, Alexey Samsonov <samsonov at google.com>wrote:
>
> On Thu, Jul 5, 2012 at 9:08 AM, Chandler Carruth <chandlerc at google.com>wrote:
>
>> In the same way that the core LLVM libraries have support routines for
>> DWARF, I think that both mangling and demangling should be provided as
>> well. I suspect that the 'Support'
2012 Jul 05
3
[LLVMdev] C++ demangling in LLVM
On Thu, Jul 5, 2012 at 9:08 AM, Chandler Carruth <chandlerc at google.com>wrote:
> In the same way that the core LLVM libraries have support routines for
> DWARF, I think that both mangling and demangling should be provided as
> well. I suspect that the 'Support' library is the best we have, although
> eventually we need to split this library up a bit. That's not