]> granicus.if.org Git - llvm/commit
Delete TypeDatabase.
authorZachary Turner <zturner@google.com>
Sun, 18 Jun 2017 20:52:45 +0000 (20:52 +0000)
committerZachary Turner <zturner@google.com>
Sun, 18 Jun 2017 20:52:45 +0000 (20:52 +0000)
commitd8c55ee753fc85bc1f4555ceaea0ce466031a0fb
tree3496c8cf056389a5ff0e0252b9b82277cde24343
parent4f1962c363a40a4a46d36fc8ca1e40534147c048
Delete TypeDatabase.

Merge the functionality into the random access type collection.
This class was only being used in 2 places, so getting rid of it
simplifies the code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@305653 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/DebugInfo/CodeView/CVRecord.h
include/llvm/DebugInfo/CodeView/LazyRandomTypeCollection.h
include/llvm/DebugInfo/CodeView/TypeDatabase.h [deleted file]
include/llvm/DebugInfo/CodeView/TypeDatabaseVisitor.h [deleted file]
include/llvm/DebugInfo/CodeView/TypeTableCollection.h
lib/DebugInfo/CodeView/CMakeLists.txt
lib/DebugInfo/CodeView/LazyRandomTypeCollection.cpp
lib/DebugInfo/CodeView/TypeDatabase.cpp [deleted file]
lib/DebugInfo/CodeView/TypeDatabaseVisitor.cpp [deleted file]
lib/DebugInfo/CodeView/TypeTableCollection.cpp
tools/llvm-readobj/COFFDumper.cpp