summaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/CodeView/DebugSubsectionRecord.cpp
AgeCommit message (Expand)Author
2022-02-08Cleanup LLVMDebugInfoCodeView headersserge-sans-paille
2020-05-02[PDB] Remove unique_ptr wrapper around C13 line table subsectionsReid Kleckner
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-06-29[CodeView] Fix some Clang-tidy modernize-use-using and Include What You Use w...Eugene Zelenko
2017-06-19[PDB] Start emitting source file and line informationReid Kleckner
2017-06-14Resubmit "[codeview] Make obj2yaml/yaml2obj support .debug$S..."Zachary Turner
2017-06-14Revert "[codeview] Make obj2yaml/yaml2obj support .debug$S..."Zachary Turner
2017-06-14[codeview] Make obj2yaml/yaml2obj support .debug$S/T sections.Zachary Turner
2017-06-09[pdb] Don't crash on unknown debug subsections.Zachary Turner
2017-06-09[CodeView] Support remaining debug subsection typesZachary 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-06-01Fix 2 more -Wreorder warnings.Zachary Turner
2017-06-01[CodeView] Properly align symbol records on read/write.Zachary Turner
2017-05-30[CodeView] Add more DebugSubsection implementations.Zachary Turner
2017-05-30[CodeView] Rename ModuleDebugFragment -> DebugSubsection.Zachary Turner