Cache the names for Objective-C classes if we know
authorSean Callanan <scallanan@apple.com>
Tue, 4 Dec 2012 20:52:38 +0000 (20:52 +0000)
committerSean Callanan <scallanan@apple.com>
Tue, 4 Dec 2012 20:52:38 +0000 (20:52 +0000)
commit2f505a1c56a3b61fb4b95f7f8a2978f60cf6c1c4
tree2b424865a8c77a2317ecd818cab6dd9d15fe517d
parent4e718e7dd875a14a5b1322e53a2cc16858248635
Cache the names for Objective-C classes if we know
them while making our initial run through the
Objective-C runtime's class tables.

<rdar://problem/12799087>

llvm-svn: 169299
lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp