aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/PDB/Native/ModuleDebugStream.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-03-12Cleanup includes: DebugInfo & CodeGenserge-sans-paille1-3/+4
2020-02-10Revert "Remove redundant "std::move"s in return statements"Bill Wendling1-1/+1
2020-02-10Remove redundant "std::move"s in return statementsBill Wendling1-1/+1
2019-03-18[DebugInfo][PDB] Don't write empty debug streamsAlexandre Ganea1-4/+12
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-17[PDB] Add some helper functions for working with scopes.Zachary Turner1-0/+7
2018-12-06Support skewed stream arrays.Zachary Turner1-6/+5
2018-10-08[PDB] Add the ability to lookup global symbols by name.Zachary Turner1-0/+8
2017-06-30[CodeView, PDB] Fix some Clang-tidy modernize and Include What You Use warnin...Eugene Zelenko1-3/+3
2017-06-23[llvm-pdbutil] Dump raw bytes of module symbols and debug chunks.Zachary Turner1-8/+28
2017-06-15[llvm-pdbutil] Add support for dumping lines and inlinee lines.Zachary Turner1-9/+0
2017-06-15[llvm-pdbutil] Add back support for dumping file checksums.Zachary Turner1-0/+9
2017-06-05[CodeView] Handle Cross Module Imports and Exports.Zachary Turner1-2/+2
2017-06-02[CodeView] Support CodeView subsections in any order.Zachary Turner1-7/+21
2017-05-01[PDB/CodeView] Rename some classes.Zachary Turner1-10/+11
2017-04-29[llvm-pdbdump] Abstract some of the YAML/Raw printing code.Zachary Turner1-1/+1
2017-04-28[llvm-readobj] Use LLVMDebugInfoCodeView to parse line tables.Zachary Turner1-3/+0
2017-04-27[CodeView] Isolate Debug Info Fragments into standalone classes.Zachary Turner1-5/+7
2017-04-27Rename some PDB classes.Zachary Turner1-0/+89