[cfe-dev] Clang/LLVM Member Function Pointers size and behavior?
Devid
DevOmem at web.de
Wed Oct 17 07:26:26 PDT 2012
So to solve this particular problem one will need to implement
MicrosoftCXXABI::EmitLoadOfMemberFunctionPointer()
For now it is not implemented and default one from CGCXXABI will be used
with create an error.
It should create something like this.
mov ecx, [this]
call [memfunc_ptr]
No I need to figure out how to do this...
--
View this message in context: http://clang-developers.42468.n3.nabble.com/Clang-LLVM-Member-Function-Pointers-size-and-behavior-tp4027414p4027497.html
Sent from the Clang Developers mailing list archive at Nabble.com.
More information about the cfe-dev
mailing list