This change renames this method match its original name and the name used in the wasm linker. Back ind8f8abbd4athe ELF SymbolTable method `getSymbols()` was replaced with `forEachSymbol`. Then ina2fc964417`forEachSymbol` was replaced with a `llvm::iterator_range`. Then ine9262edf0dwe came full circle and the `llvm::iterator_range` was replaced with a `symbols()` accessor that was identical the original `getSymbols()`. `getSymbols` also matches the name used elsewhere in the ELF linker as well as in both COFF and wasm backend (e.g. `InputFiles.h` and `SyntheticSections.h`) Differential Revision: https://reviews.llvm.org/D130787
105 KiB
105 KiB