[PATCH] llvm-vtabledump: A vtable dumper

Jonathan Roelofs jonathan at codesourcery.com
Thu Jul 24 16:58:45 PDT 2014


It seems to me that this would belong in llvm-objdump... Is there a good reason 
to have this as a separate tool?

Jon

On 7/18/14, 11:37 AM, David Majnemer wrote:
> Hi hansw, rnk, Bigcheese,
>
> This tool's job is to dump the vtables inside object files.  It is
> currently limited to MS ABI vf- and vb-tables but it will eventually
> support Itanium-style v-tables as well.
>
> http://reviews.llvm.org/D4584
>
> Files:
>    test/tools/llvm-vtabledump/Inputs/trivial.obj.coff-i386
>    test/tools/llvm-vtabledump/trivial.test
>    tools/CMakeLists.txt
>    tools/Makefile
>    tools/llvm-vtabledump/CMakeLists.txt
>    tools/llvm-vtabledump/Error.cpp
>    tools/llvm-vtabledump/Error.h
>    tools/llvm-vtabledump/LLVMBuild.txt
>    tools/llvm-vtabledump/Makefile
>    tools/llvm-vtabledump/llvm-vtabledump.cpp
>    tools/llvm-vtabledump/llvm-vtabledump.h
>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>

-- 
Jon Roelofs
jonathan at codesourcery.com
CodeSourcery / Mentor Embedded



More information about the llvm-commits mailing list