aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-pdbutil/BytesOutputStyle.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-06-20[llvm] Don't use Optional::hasValue (NFC)Kazu Hirata1-2/+2
2022-06-18[llvm] Use value_or instead of getValueOr (NFC)Kazu Hirata1-2/+2
2022-03-25[llvm-pdbutil] Move InputFile/FormatUtil/LinePrinter to PDB library.Carlos Alberto Enciso1-2/+2
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-1/+1
2019-07-12Slightly simplify MappedBlockStream::createIndexedStream() callsNico Weber1-3/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2017-08-21[llvm-pdbutil] Add support for dumping detailed module stats.Zachary Turner1-23/+3
2017-08-02[pdbutil] Add a command to dump the FPM.Zachary Turner1-0/+13
2017-06-26[llvm-pdbutil] Add a mode to `bytes` for dumping split debug chunks.Zachary Turner1-7/+46
2017-06-23[llvm-pdbutil] Dump raw bytes of module symbols and debug chunks.Zachary Turner1-0/+109
2017-06-23[llvm-pdbutil] Dump raw bytes of type and id records.Zachary Turner1-0/+64
2017-06-23[llvm-pdbutil] Dump raw bytes of various DBI stream subsections.Zachary Turner1-0/+98
2017-06-23[llvm-pdbutil] Dump raw bytes of pdb name map.Zachary Turner1-0/+17
2017-06-23[llvm-pdbutil] Add the ability to dump raw bytes from the file.Zachary Turner1-0/+31
2017-06-23[llvm-pdbutil] Add a function for formatting MSF data.Zachary Turner1-27/+3
2017-06-22[llvm-pdbutil] Create a "bytes" subcommand.Zachary Turner1-0/+167