Rafael Espindola 3a8e4d98f8 Use more consistent names
Reviewing another change I noticed that we use "getSymbols" to mean
different things in different files. Depending on the file it can
return

ArrayRef<StringRef>
ArrayRef<SymbolBody*>
ArrayRef<Symbol*>
ArrayRef<Elf_Sym>

With this change it always returns an ArrayRef<SymbolBody*>. The other
functions are renamed getELFsyms() and getSymbolNames().

Note that we cannot return ArrayRef<Symbol*> instead of
ArreyRef<SymbolBody*> because local symbols have a SymbolBody but not
a Symbol.

llvm-svn: 309840
2017-08-02 17:35:18 +00:00
..
2017-07-26 22:13:32 +00:00
2017-06-28 17:05:39 +00:00
2017-08-02 17:35:18 +00:00
2017-07-18 11:55:35 +00:00
2017-07-19 21:40:26 +00:00
2017-07-04 16:03:34 +00:00
2017-07-18 11:55:35 +00:00
2017-08-02 17:35:18 +00:00
2017-07-26 22:13:32 +00:00
2017-07-18 11:55:35 +00:00
2017-08-02 17:35:18 +00:00
2017-08-02 17:35:18 +00:00
2017-07-26 22:13:32 +00:00
2017-07-26 22:13:32 +00:00
2017-08-02 17:35:18 +00:00
2017-07-28 11:13:21 +00:00
2017-07-18 11:55:35 +00:00
2017-07-26 10:25:49 +00:00
2016-03-12 06:06:40 +00:00
2017-08-02 17:35:18 +00:00
2017-07-18 11:55:35 +00:00
2017-07-26 22:13:32 +00:00
2017-07-26 22:13:32 +00:00
2017-07-26 22:13:32 +00:00
2017-07-18 11:55:35 +00:00
2017-07-18 11:55:35 +00:00
2017-07-26 22:13:32 +00:00

See docs/NewLLD.rst