[LLVMdev] where is type symbol table now

Hui Zhang wayne.huizhang at gmail.com
Wed Apr 15 17:59:54 PDT 2015


Does anyone has any idea of that ?

thanks

On Wed, Apr 15, 2015 at 3:50 PM, Hui Zhang <wayne.huizhang at gmail.com> wrote:

> 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
>



-- 
Best regards


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


More information about the llvm-dev mailing list