Use the raw member names in Archive::Archive.
authorRafael Espindola <rafael.espindola@gmail.com>
Fri, 5 Jul 2013 03:35:15 +0000 (03:35 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Fri, 5 Jul 2013 03:35:15 +0000 (03:35 +0000)
commit6cc2dc713e61f1795e913fd95b535e5c534189cb
tree51942b2a9c0daa434ba93259a261a2551981a125
parentc8c995a2bd7e5bf8e4d446ccea4b830f5b21844d
Use the raw member names in Archive::Archive.

This a bit more efficient and avoids having a function that uses the string
table being called by a function that searches for it.

llvm-svn: 185680
llvm/include/llvm/Object/Archive.h
llvm/lib/Object/Archive.cpp