Searched refs:SymbolIter (Results 1 – 1 of 1) sorted by relevance
1871 auto SymbolIter = Rel.getSymbol(); in analyzeRelocation() local1872 if (SymbolIter == InputFile->symbol_end()) { in analyzeRelocation()1879 const SymbolRef &Symbol = *SymbolIter; in analyzeRelocation()2238 symbol_iterator SymbolIter = Rel.getSymbol(); in readDynamicRelocations() local2239 if (SymbolIter != InputFile->symbol_end()) { in readDynamicRelocations()2240 SymbolName = cantFail(SymbolIter->getName()); in readDynamicRelocations()2244 SymbolAddress = cantFail(SymbolIter->getAddress()); in readDynamicRelocations()