[LLVMdev] IR + Module Pass
Duncan Sands
baldrick at free.fr
Fri Mar 2 10:59:24 PST 2012
Hi Михаил,
> Can I know that in Module *M Function* F is a method of StructType *st? Also can
> I know that in this StructType the F has mark "virtual"?
no, LLVM IR is too low level for this. However you may be able to work it out
from debug information. Perhaps you should be working at the clang AST level?
What do you want to do with this information?
Ciao, Duncan.
More information about the llvm-dev
mailing list