[PDB] Move some code around. NFC.
authorZachary Turner <zturner@google.com>
Thu, 6 Dec 2018 17:49:15 +0000 (17:49 +0000)
committerZachary Turner <zturner@google.com>
Thu, 6 Dec 2018 17:49:15 +0000 (17:49 +0000)
commita93458b050ef7158d848252d294b4ada62f4e479
tree3ce15c6dccdec123a1e24ebbf1f66ae9c57f14a5
parent6dd34dc3dd5482b3884d131f17429ef47a25cb56
[PDB] Move some code around.  NFC.

llvm-svn: 348505
lld/COFF/PDB.cpp
lldb/source/Plugins/SymbolFile/NativePDB/CMakeLists.txt
lldb/source/Plugins/SymbolFile/NativePDB/DWARFLocationExpression.cpp [new file with mode: 0644]
lldb/source/Plugins/SymbolFile/NativePDB/DWARFLocationExpression.h [new file with mode: 0644]
lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.h
lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
llvm/include/llvm/DebugInfo/CodeView/SymbolRecordHelpers.h [new file with mode: 0644]
llvm/lib/DebugInfo/CodeView/CMakeLists.txt
llvm/lib/DebugInfo/CodeView/SymbolRecordHelpers.cpp [new file with mode: 0644]