Home
last modified time | relevance | path

Searched refs:SymbolIter (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp1871 auto SymbolIter = Rel.getSymbol(); in analyzeRelocation() local
1872 if (SymbolIter == InputFile->symbol_end()) { in analyzeRelocation()
1879 const SymbolRef &Symbol = *SymbolIter; in analyzeRelocation()
2238 symbol_iterator SymbolIter = Rel.getSymbol(); in readDynamicRelocations() local
2239 if (SymbolIter != InputFile->symbol_end()) { in readDynamicRelocations()
2240 SymbolName = cantFail(SymbolIter->getName()); in readDynamicRelocations()
2244 SymbolAddress = cantFail(SymbolIter->getAddress()); in readDynamicRelocations()