search for: fenir50

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

2018 Feb 05
2
Calling virtual "ELF" functions - BC code
...more stranger: I casted the address of the virtual function "down" to a normal function, but with the same return value. When I call this construct, then the return value is correct! So wow! Isn't it possible to call virtual ELF functions from a "PECOFF code"? Kind regards fenir50 (Sorry for hiding my name)
2018 Feb 08
0
Calling virtual "ELF" functions - BC code
On 5 Feb 2018, at 21:19, via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Hello everyone, > > I encountered a strange behaviour which I can't explain. > > I'm developing an application under Windows 7 64bit. This application is using the LLVM library to load and resolve BC files generated with clang. Then the program picks some functions from the module and