summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-vtabledump
Commit message (Expand)AuthorAgeFilesLines
* llvm-cxxdump: Rename llvm-vtabledump to llvm-cxxdumpDavid Majnemer2015-03-157-724/+0
* Make helper functions static.Benjamin Kramer2015-03-091-1/+1
* llvm-vtabledump: Update field with a better nameDavid Majnemer2015-02-271-3/+3
* llvm-vtabledump: Dump catch/throw exception structures for MS ABIDavid Majnemer2015-02-271-2/+107
* llvm-vtabledump: Handle Itanium VTablesDavid Majnemer2014-11-031-47/+166
* Remove bogus std::error_code returns form SectionRef.Rafael Espindola2014-10-081-3/+2
* llvm-vtabledump: Further simplificationDavid Majnemer2014-09-261-43/+15
* llvm-vtabledump: Small cleanupDavid Majnemer2014-09-261-24/+24
* llvm-vtabledump: strip trailing NUL bytesDavid Majnemer2014-09-261-1/+3
* llvm-vtabledump: Dump RTTI structures for the MS ABIDavid Majnemer2014-09-261-15/+186
* Object: Add range iterators for Archive childrenDavid Majnemer2014-09-251-4/+2
* Don't own the buffer in object::Binary.Rafael Espindola2014-08-191-2/+2
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-132-4/+4
* 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-247-0/+358
OpenPOWER on IntegriCloud