Displaying 6 results from an estimated 6 matches for "hasfunction".
Did you mean:
has_function
2002 Nov 20
2
[LLVMdev] getScalarMap
...quot;protocol" to be followed while using the function?
DSGraph::getScalarMap returns a reference to the map, so this cannot be
null. Do you mean that all of the "entries" in the map are null? If so,
remember that DSGraphs are built in the context of some function (as
indicated by hasFunction/getFunction), so only scalars in that context
will be in the map...
-Chris
--
http://llvm.cs.uiuc.edu/
http://www.nondot.org/~sabre/Projects/
2002 Nov 20
2
[LLVMdev] getScalarMap
...e function?
> >
> > DSGraph::getScalarMap returns a reference to the map, so this cannot be
> > null. Do you mean that all of the "entries" in the map are null? If so,
> > remember that DSGraphs are built in the context of some function (as
> > indicated by hasFunction/getFunction), so only scalars in that context
> > will be in the map...
> >
> > -Chris
> >
> > --
> > http://llvm.cs.uiuc.edu/
> > http://www.nondot.org/~sabre/Projects/
> >
> > _______________________________________________
> > LLVM Deve...
2002 Nov 20
0
[LLVMdev] getScalarMap
...e followed while using the function?
>
> DSGraph::getScalarMap returns a reference to the map, so this cannot be
> null. Do you mean that all of the "entries" in the map are null? If so,
> remember that DSGraphs are built in the context of some function (as
> indicated by hasFunction/getFunction), so only scalars in that context
> will be in the map...
>
> -Chris
>
> --
> http://llvm.cs.uiuc.edu/
> http://www.nondot.org/~sabre/Projects/
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu...
2002 Nov 20
0
[LLVMdev] getScalarMap
...;
> > > DSGraph::getScalarMap returns a reference to the map, so this cannot be
> > > null. Do you mean that all of the "entries" in the map are null? If so,
> > > remember that DSGraphs are built in the context of some function (as
> > > indicated by hasFunction/getFunction), so only scalars in that context
> > > will be in the map...
> > >
> > > -Chris
> > >
> > > --
> > > http://llvm.cs.uiuc.edu/
> > > http://www.nondot.org/~sabre/Projects/
> > >
> > > ______________________...
2002 Nov 16
5
[LLVMdev] question
Thanks Bill. One more question, when I use the DSNode iterator to
traverse a node's children. The return value of I.getNode() can only
be 'const DSNode *', I cannot use 'DSNode *' type. So as a result, I
always get error message like this:
MemLeakage.cpp:159: invalid conversion from `const DSNode*' to `DSNode*'
MemLeakage.cpp:159: initializing argument 1 of `void
2002 Nov 20
3
[LLVMdev] getScalarMap
...; DSGraph::getScalarMap returns a reference to the map, so this cannot be
> > > > null. Do you mean that all of the "entries" in the map are null? If so,
> > > > remember that DSGraphs are built in the context of some function (as
> > > > indicated by hasFunction/getFunction), so only scalars in that context
> > > > will be in the map...
> > > >
> > > > -Chris
> > > >
> > > > --
> > > > http://llvm.cs.uiuc.edu/
> > > > http://www.nondot.org/~sabre/Projects/
> > > &g...