summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-readobj/codeview-vftable.test
Commit message (Collapse)AuthorAgeFilesLines
* [codeview] Align class and print names of typesReid Kleckner2016-05-131-3/+3
| | | | | | | | | | | | Summary: This way we can get rid of one of the fields in the .def file. Reviewers: llvm-commits Subscribers: zturner Differential Revision: http://reviews.llvm.org/D20251 llvm-svn: 269461
* [codeview] Dump the type index on the first line of each recordReid Kleckner2016-05-131-6/+3
| | | | | | This will make it easier to write FileCheck tests. llvm-svn: 269444
* [codeview] Fix dumping VFTables, stop when we see LF_PAD*Reid Kleckner2016-05-121-0/+51
Also stop visiting type records when we encounter an error. llvm-svn: 269374
OpenPOWER on IntegriCloud