Nayden Nedev
2010-Aug-28 00:06 UTC
[LLVMdev] get the size of pointed object by an argument of a function
Hi, I would like to get a copy of all arguments of a called function in LLVM. Unfortunately, when the argument is void* the size of the pointed object in LLVM is one byte (it is treated as char*), and I cannot get the size of the pointed object in Interpreter::visitCallSite(CallSite CS). Do you know how to get this? I just would like to get a copy of the pointed object by the argument. --Nayden -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100827/3fa17364/attachment.html>
Seemingly Similar Threads
- [LLVMdev] Determine whether a stored variable is local or global in the code of LLVM 2.7
- [LLVMdev] Determine whether a stored variable is local or global in the code of LLVM 2.7
- [LLVMdev] [RFC] Splitting init.trampoline into init.trampoline and adjust.trampoline
- [LLVMdev] LLVM Interpreter & QSort
- [LLVMdev] LLVM Interpreter & Qsort