summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-readobj/COFFDumper.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [codeview] Add a type visitor to help abstract away type stream handlingReid Kleckner2016-05-041-485/+448
* Move CodeViewTypeStream to DebugInfo/CodeViewZachary Turner2016-05-031-137/+14
* [codeview] Maintain the type enum-to-classname mapping in the .def fileReid Kleckner2016-05-031-23/+5
* Move llvm-readobj/StreamWriter to Support.Zachary Turner2016-05-031-7/+7
* NFC: An iterator for stepping through CodeView type stream in llvm-readobjAdrian McCarthy2016-05-021-39/+125
* [codeview] Isolate type dumping from object file stateReid Kleckner2016-05-021-18/+38
* [codeview] Don't dump type stream bytes unless asked toReid Kleckner2016-05-021-1/+2
* Thread Expected<...> up from libObject’s getName() for symbols to allow llv...Kevin Enderby2016-04-201-5/+5
* [codeview] Dump char16_t and char32_t simple typesReid Kleckner2016-04-151-0/+2
* Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...Duncan P. N. Exon Smith2016-04-051-87/+51
* Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...Eugene Zelenko2016-04-051-51/+87
* [codeview] Dump def range lengths in hexReid Kleckner2016-02-111-3/+3
* [codeview] Dump a missing field and change its signednessReid Kleckner2016-02-051-0/+2
* Correctly handle {Always,Never}StepIntoLineDavid Majnemer2016-02-041-8/+9
* Add support for S_DEFRANGE and S_DEFRANGE_SUBFIELDDavid Majnemer2016-02-041-2/+27
* Make the dumper's output for variable ranges easier to readDavid Majnemer2016-02-041-24/+14
* Print the OffsetStart field's relocationDavid Majnemer2016-02-031-8/+15
* [llvm-readobj] Add support for dumping S_DEFRANGE symbolsDavid Majnemer2016-02-031-1/+84
* [codeview] Wire up the .cv_inline_linetable directiveReid Kleckner2016-02-021-1/+1
* [CodeView] Fix dumping the is_stmt bit from the line tableReid Kleckner2016-01-291-1/+1
* Reland "[CodeView] Use assembler directives for line tables"Reid Kleckner2016-01-291-6/+5
* Revert "[CodeView] Use assembler directives for line tables"Reid Kleckner2016-01-291-5/+6
* [CodeView] Use assembler directives for line tablesReid Kleckner2016-01-281-6/+5
* [readobj] Print CodeOffset first, it's easier to readReid Kleckner2016-01-201-5/+5
* Use new function name. NFC.Rafael Espindola2016-01-181-3/+2
* [codeview] Handle multiple frame descriptions in readobjReid Kleckner2016-01-151-35/+29
* [codeview] Dump the file checksum substreamReid Kleckner2016-01-151-0/+38
* [codeview] Translate file table offsets to filenames and print themReid Kleckner2016-01-151-48/+63
* [codeview] Dump function callees and add more labels to inlinee infoReid Kleckner2016-01-141-8/+26
* Update to use new name alignTo().Rui Ueyama2016-01-141-1/+1
* [codeview] Dump CodeView inlinee lines subsectionReid Kleckner2016-01-141-0/+36
* Use std::map::insert instead of emplace for libstdc++ 4.7Reid Kleckner2016-01-141-1/+1
* Print function names when they are referenced via TypeIndexReid Kleckner2016-01-141-1/+1
* [readobj] Add functionality to dump relocations inside of binary blobsReid Kleckner2016-01-141-6/+38
* [codeview] Print relocations against code and data offset fieldsReid Kleckner2016-01-141-76/+62
* [CodeView] Add support for dumping binary annotationsDavid Majnemer2016-01-141-1/+100
* [codeview] Share more enums across the writer and the dumperReid Kleckner2016-01-131-12/+17
* [readobj] Expand CodeView dumping functionalityReid Kleckner2016-01-131-140/+1568
* [CodeView] Improve the line table dumperDavid Majnemer2016-01-131-14/+28
* Reland "[llvm-readobj] Simplify usage of -codeview flag"Reid Kleckner2015-12-161-7/+13
* Revert "[llvm-readobj] Simplify usage of -codeview flag"Reid Kleckner2015-12-161-13/+7
* [llvm-readobj] Simplify usage of -codeview flagReid Kleckner2015-12-161-7/+13
* [llvm-readobj] s/FunctionName/LinkageName/ for codeview dumpingReid Kleckner2015-12-151-7/+7
* [COFF] Add IMAGE_SCN_TYPE_NOLOAD to SectionCharacteristicsDavid Majnemer2015-07-301-0/+1
* llvm-readobj: call exit(1) on error.Rafael Espindola2015-07-201-54/+33
* [llvm-readobj] Re-add sanity checking which was accidentally removed in r241764David Majnemer2015-07-091-2/+9
* llvm-readobj: Fix an unused variable after r241764Justin Bogner2015-07-091-2/+3
* [CodeView] Add support for emitting column informationDavid Majnemer2015-07-091-6/+14
* Check that COFF .obj files have sections with zero virtual address spaces.Rafael Espindola2015-07-061-1/+6
* Return ErrorOr from SymbolRef::getName.Rafael Espindola2015-07-021-3/+9
OpenPOWER on IntegriCloud