]> granicus.if.org Git - llvm/commit
Split TypeTableBuilder into two classes.
authorZachary Turner <zturner@google.com>
Thu, 30 Nov 2017 18:39:50 +0000 (18:39 +0000)
committerZachary Turner <zturner@google.com>
Thu, 30 Nov 2017 18:39:50 +0000 (18:39 +0000)
commit47856b25a74f4676cbcd3a38b9db221dc5a182b3
treec784088532b523b226dde2e77619e4ca21ce78fe
parent69d3274f508e17a5c37367b9414211fa160753d4
Split TypeTableBuilder into two classes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@319456 91177308-0d34-0410-b5e6-96231b3b80d8
16 files changed:
include/llvm/DebugInfo/CodeView/AppendingTypeTableBuilder.h [new file with mode: 0644]
include/llvm/DebugInfo/CodeView/MergingTypeTableBuilder.h [moved from include/llvm/DebugInfo/CodeView/TypeTableBuilder.h with 84% similarity]
include/llvm/DebugInfo/CodeView/TypeStreamMerger.h
include/llvm/ObjectYAML/CodeViewYAMLTypes.h
lib/CodeGen/AsmPrinter/CodeViewDebug.h
lib/DebugInfo/CodeView/AppendingTypeTableBuilder.cpp [new file with mode: 0644]
lib/DebugInfo/CodeView/CMakeLists.txt
lib/DebugInfo/CodeView/MergingTypeTableBuilder.cpp [moved from lib/DebugInfo/CodeView/TypeTableBuilder.cpp with 77% similarity]
lib/DebugInfo/CodeView/TypeStreamMerger.cpp
lib/ObjectYAML/CodeViewYAMLTypes.cpp
tools/llvm-pdbutil/llvm-pdbutil.cpp
tools/llvm-readobj/COFFDumper.cpp
tools/llvm-readobj/ObjDumper.h
tools/llvm-readobj/llvm-readobj.cpp
unittests/DebugInfo/CodeView/RandomAccessVisitorTest.cpp
unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp