Displaying 4 results from an estimated 4 matches for "ensink".
Did you mean:
wensink
2002 Oct 11
2
[LLVMdev] Accessing a function's arguments
...DEBUG(pWrapper->getFunctionType()->dump());
DEBUG(cerr << "number of arguments: " << pWrapper->getArgumentList().size() << endl;);
The debug code above prints as below:
declare void %foo(int*)
void (int *)
number of arguments: 0
--
Brian Ensink www-sal.cs.uiuc.edu/~ensink
Graduate Student, University of Illinois at Urbana-Champaign
2002 Oct 08
1
[LLVMdev] producing error messages
...lar API. I would like to report these errors to the user and
identify the location of the error in the original source code.
If LLVM doesn't have this, how would one add it? Maybe this info
could be stored in an Annotation that the frontend attaches to each
Instruction it creates?
--
Brian Ensink www-sal.cs.uiuc.edu/~ensink
Graduate Student, University of Illinois at Urbana-Champaign
2002 Oct 11
0
[LLVMdev] Accessing a function's arguments
...Instead you have to manually fill in the ArgumentList but this also gives you
the opportunity to specify a name for each argument. In my case all I needed
to add was one line of code to create the only argument:
new Argument(PointerType::get(Type::IntTy), "arg", pWrapper);
--
Brian Ensink www-sal.cs.uiuc.edu/~ensink
Graduate Student, University of Illinois at Urbana-Champaign
2002 Oct 30
2
[LLVMdev] running out of space in /usr/dcs/projects
% df -k /usr/dcs/projects
Filesystem kbytes used avail capacity Mounted on
csil-server1:/usr/dcs/csil-projects
17332442 16991416 167702 100% /usr/dcs/projects
% date
Wed Oct 30 21:21:25 CST 2002
if anybody has good ideas on how to reduce disk usage, better speak up
now....