search for: 2bd23e72

Displaying 2 results from an estimated 2 matches for "2bd23e72".

2012 Feb 09
0
[LLVMdev] generating !llvm.dbg.sp
...iptors (DW_TAG_subprogram) can be obtained? You can use DebugInfoFinder from DebugInfo.h. It provides an iterator to walk over all subprograms. - Devang -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120209/2bd23e72/attachment.html>
2012 Feb 09
2
[LLVMdev] generating !llvm.dbg.sp
Hello, According to the documentation here - http://llvm.org/docs/SourceLevelDebugging.html: >> All subprogram descriptors are collected by a named metadata !llvm.dbg.sp. LLVM seems to have lost the ability to generate this metadata node in r126871, when DIFactory was removed. Is this an intended change? We were relying in the existence of this node, and things broke once we switched