use std::vector instead of std::list for both Section and Symbol lists because
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Wed, 15 Jul 2009 20:49:10 +0000 (20:49 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Wed, 15 Jul 2009 20:49:10 +0000 (20:49 +0000)
commit4b70fab658114dbab81725f2a42db381bf6f031f
tree6f179081c49b8b191cbe079d0239c955bb0d6ffa
parentcf20031f60f3a242f0cf4e0a42e115762e2948e4
use std::vector instead of std::list for both Section and Symbol lists because
we care more about random access than insertion/deletion of elements.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75828 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/ELF.h
lib/CodeGen/ELFCodeEmitter.cpp
lib/CodeGen/ELFWriter.cpp
lib/CodeGen/ELFWriter.h
lib/Target/X86/X86ELFWriterInfo.cpp