Displaying 4 results from an estimated 4 matches for "createnamespac".
Did you mean:
createnamespace
2011 Sep 19
2
[LLVMdev] LLVM,metadata for namespaces
...----------------------------
From: Irina Lipov
Sent: 9/19/2011 3:16 AM
To: llvmdev at cs.uiuc.edu
Subject: [LLVMdev] LLVM,metadata for namespaces
Hello,
I am wring front end for compiler ,the project I am working on,is based on
llvm.
I have a problem with generating metadata for namespaces.
I call createNameSpace (with correct arguments) and get DINameSpace .
But in IR file no metadata for namespace is generated.
Can you advice me please what is the problem?Have I integrate in some way
the DINameSpace I got with module or context?
--
Thank you,
Irena
-------------- next part --------------
An HTML attac...
2011 Sep 19
0
[LLVMdev] LLVM,metadata for namespaces
yes.I have in each namespace at least one function.And I call these
functions later.
What I tried to do is to take module scope iterate all namespaces defined in
it and call createNameSpace for each of them.
When debugging I see that the namespaces are generated ,but in IR file there
is no debug information for namespaces
Also I tried to generate debug information for namespaces ,while treating
lexical blocks...
I think ,that in both cases generated DINameSpace, should be integrat...
2011 Sep 19
0
[LLVMdev] LLVM,metadata for namespaces
Hello,
I am wring front end for compiler ,the project I am working on,is based on
llvm.
I have a problem with generating metadata for namespaces.
I call createNameSpace (with correct arguments) and get DINameSpace .
But in IR file no metadata for namespace is generated.
Can you advice me please what is the problem?Have I integrate in some way
the DINameSpace I got with module or context?
--
Thank you,
Irena
-------------- next part --------------
An HTML attac...
2014 Jul 09
4
[LLVMdev] Issues with clang-llvm debug info validity
On Fri, Jun 27, 2014 at 2:19 PM, David Blaikie <dblaikie at gmail.com> wrote:
> On Fri, Jun 27, 2014 at 2:15 PM, Adrian Prantl <aprantl at apple.com> wrote:
>>
>>> On Jun 27, 2014, at 1:58 PM, David Blaikie <dblaikie at gmail.com> wrote:
>>>
>>> On Fri, Jun 27, 2014 at 1:49 PM, Adrian Prantl <aprantl at apple.com> wrote:
>>>>