summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-vtabledump/llvm-vtabledump.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't own the buffer in object::Binary.Rafael Espindola2014-08-191-2/+2
* Remove some calls to std::move.Rafael Espindola2014-08-011-3/+3
* Use std::unique_ptr to make the ownership explicit.Rafael Espindola2014-07-311-2/+2
* llvm-vtabledump: use a std::map instead of a StringMap for VBTablesDavid Majnemer2014-07-251-6/+6
* llvm-vtabledump: A vtable dumperDavid Majnemer2014-07-241-0/+203
OpenPOWER on IntegriCloud