Displaying 2 results from an estimated 2 matches for "tempsubprograms".
2011 Oct 28
0
[LLVMdev] DIBuilder - what's with the null compile units?
...unsigned ii = 0, ee = NMD->getNumOperands(); ii != ee; ++ii)
>
> It looks as if getFnSpecificMDNode() is always returning NULL in my case - the body of the if statement never gets executed.
The two lines above this for loop is
DIArray SPs = getOrCreateArray(AllSubprograms);
DIType(TempSubprograms).replaceAllUsesWith(SPs);
This should populate your CompieUnit's node that holds top level subprograms.
-
Devang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111028/591f5402/attachment.html>
2011 Oct 28
3
[LLVMdev] DIBuilder - what's with the null compile units?
On Mon, Oct 24, 2011 at 9:17 AM, Devang Patel <dpatel at apple.com> wrote:
>
> On Oct 23, 2011, at 12:03 AM, Talin wrote:
>
> Just a follow up on this - I am still having problems, I never did figure
> out a solution. (I've been running with debug off for the last month so that
> I could get work done.)
>
> Here's what I am seeing: I am definitely calling