Add a flag to the struct type finder to collect only those types which have
authorBill Wendling <isanbard@gmail.com>
Sat, 21 Apr 2012 23:59:16 +0000 (23:59 +0000)
committerBill Wendling <isanbard@gmail.com>
Sat, 21 Apr 2012 23:59:16 +0000 (23:59 +0000)
commitd46575f1908b1fb9950e610a1f36733893ad44b1
treeac9f67df8d0aedfedcfef7e2e61e7486286d531c
parent2dbd7844e831caa107c6c9c57889f3d89b843ef3
Add a flag to the struct type finder to collect only those types which have
names. This saves collecting types we normally don't care about.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155300 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Module.h
lib/Linker/LinkModules.cpp
lib/VMCore/Module.cpp