[LLVMdev] where is type symbol table now

Hui Zhang wayne.huizhang at gmail.com
Wed Apr 15 12:50:32 PDT 2015


Hello,

I found some source code using llvm 2.5 that has a call to
Module::getTypeName(Type*), which I can't find it anymore in llvm newer
than 3.3, so how can I get the name of a type(e.g a user-defined structure)
if we have Type* of that ?

Besides, I checked that old llvm maintains a TypeSymbolTable that enabled
type name look-up, so what's the replacement and mechanism of it in the
newer llvm now ?

thanks

-- 
Best regards


Hui Zhang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150415/0fe1aae3/attachment.html>


More information about the llvm-dev mailing list