The ELF backend originally used `getSymbols()` but went though a sequence of changes that resulted in this method being called `symbols()`.d8f8abbd4areplaced `getSymbols()` with `forEachSymbol`.a2fc964417replaced `forEachSymbol` with `llvm::iterator_range`.e9262edf0dreplaced `llvm::iterator_range` with `symbols()`. Differential Revision: https://reviews.llvm.org/D131284
6.5 KiB
6.5 KiB