summaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-pdbutil/BytesOutputStyle.cpp
AgeCommit message (Expand)Author
2022-06-20[llvm] Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-18[llvm] Use value_or instead of getValueOr (NFC)Kazu Hirata
2022-03-25[llvm-pdbutil] Move InputFile/FormatUtil/LinePrinter to PDB library.Carlos Alberto Enciso
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-07-12Slightly simplify MappedBlockStream::createIndexedStream() callsNico Weber
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-08-21[llvm-pdbutil] Add support for dumping detailed module stats.Zachary Turner
2017-08-02[pdbutil] Add a command to dump the FPM.Zachary Turner
2017-06-26[llvm-pdbutil] Add a mode to `bytes` for dumping split debug chunks.Zachary Turner
2017-06-23[llvm-pdbutil] Dump raw bytes of module symbols and debug chunks.Zachary Turner
2017-06-23[llvm-pdbutil] Dump raw bytes of type and id records.Zachary Turner
2017-06-23[llvm-pdbutil] Dump raw bytes of various DBI stream subsections.Zachary Turner
2017-06-23[llvm-pdbutil] Dump raw bytes of pdb name map.Zachary Turner
2017-06-23[llvm-pdbutil] Add the ability to dump raw bytes from the file.Zachary Turner
2017-06-23[llvm-pdbutil] Add a function for formatting MSF data.Zachary Turner
2017-06-22[llvm-pdbutil] Create a "bytes" subcommand.Zachary Turner