search for: globalmemleakage

Displaying 4 results from an estimated 4 matches for "globalmemleakage".

2002 Nov 16
2
[LLVMdev] question
When I tried to compile the program, I got this error: ../../../include/llvm/Analysis/DSGraph.h: In member function `virtual bool <unnamed>::GlobalMemLeakage::run(Module&)': ../../../include/llvm/Analysis/DSGraph.h:38: `void DSGraph::operator=(const DSGraph&)' is private MemLeakage.cpp:87: within this context gmake: *** [Debug/MemLeakage.o] Error 1 I don't understand what this means. Basically what I did is I defined: map<Func...
2002 Nov 16
5
[LLVMdev] question
...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 <unnamed>::GlobalMemLeakage::KillSetInsert(DSNode*, BBsets&)' How to use a 'Node *' type iterator? Or is there any other way to traverse the DSGraph? thanks, Jerry On Sat, 16 Nov 2002, Bill? Wendling wrote: > Also sprach Xiaodong Li: > } > } When I tried to compile the program, I got this error: &...
2002 Nov 16
0
[LLVMdev] question
Also sprach Xiaodong Li: } } When I tried to compile the program, I got this error: } } ../../../include/llvm/Analysis/DSGraph.h: In member function `virtual bool } <unnamed>::GlobalMemLeakage::run(Module&)': } ../../../include/llvm/Analysis/DSGraph.h:38: `void } DSGraph::operator=(const } DSGraph&)' is private } MemLeakage.cpp:87: within this context } gmake: *** [Debug/MemLeakage.o] Error 1 } } I don't understand what this means. Basically what I did is I define...
2002 Nov 16
0
[LLVMdev] question
...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 } <unnamed>::GlobalMemLeakage::KillSetInsert(DSNode*, BBsets&)' } } How to use a 'Node *' type iterator? Or is there any other way to traverse } the DSGraph? } I don't know too much about the DSGraph module, so I didn't respond to that part of your question :-). However, a few things which will help....