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)
commit4a0bf5423c2dc7eb8ae197447b4b61e6517f108a
tree53e6b2889489482bd0daf550d2f26e524e1f615f
parenta5db79d5148d3972b90390f526fd35d707729c5a
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185680 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Object/Archive.h
lib/Object/Archive.cpp