search for: vinvoke

Displaying 1 result from an estimated 1 matches for "vinvoke".

Did you mean: invoke
2009 Mar 24
3
[LLVMdev] C++ type erasure in llvm-g++
...tand that there's some issue with structural type equivalence that can merge identical looking table types, but I feel like it would help me with alias analysis to determine possible targets for indirect calls/invokes, or for debug related purposes. What I'd really like would be a vcall/vinvoke instruction, but I get LL part of LLVM. I guess my main complaint is that I'd like to use the LLVM infrastructure to do some higher-level (semantics-wise) manipulation of code without waiting for clang to handle C++. Any other suggestions would be appreciated. Thanks, Luke