search for: hasstructretattr

Displaying 2 results from an estimated 2 matches for "hasstructretattr".

2012 Dec 03
1
[LLVMdev] operator overloading fails while debugging with gdb for i386
On 3 December 2012 10:42, Mayur Pandey <mayurthebond at gmail.com> wrote: > So this seems to be the cause of the problem. I guess you're mixing two different problems. First, is the possible lack of conformance with the ABI you state, which I can't comment since I don't know that ABI very well. Second, is the fact that clang is not printing correct debug information (or is
2008 Nov 15
1
[LLVMdev] How to use EE->runFunction for a function with StructRet set?
...8.10 (Intrepid Ibex) for a small part-time project combining Witty (http://www.webtoolkit.eu) and the ExecutionEngine in LLVM. (This is my second week with any of these so I still lack a lot of basic knowledge.) Sometimes I want to call a function returing a struct (in this case std::string), thus hasStructRetAttr() is true for the Function and getNumParams() for the FunctionType is one more than the actual number of parameters including "this". I've made an implementation that seems to work fine, but I would apreciate if the people on this list could take a look to see if there's anything...