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