Searched refs:symbolIt (Results 1 – 2 of 2) sorted by relevance
43 auto symbolIt = symbols.begin(); in ProcessSymbolsFiles() local44 while (symbolIt != symbols.end()) { in ProcessSymbolsFiles()45 addNewFunction(libId, symbolIt->Name()); in ProcessSymbolsFiles()46 symbolIt++; in ProcessSymbolsFiles()
504 auto symbolIt = callIdToLasLibId.find(callChainIds_[i]); in UpdateLastCallerPathIndexs() local505 if (symbolIt != callIdToLasLibId.end()) { in UpdateLastCallerPathIndexs()506 lastCallerPathIndexs_[i] = symbolIt->second; in UpdateLastCallerPathIndexs()590 auto symbolIt = symbolIdToSymbolName_.find(symbolNames_[i]); in UpdateSymbolId() local591 if (symbolIt != symbolIdToSymbolName_.end()) { in UpdateSymbolId()592 symbolNames_[i] = symbolIt->second; in UpdateSymbolId()602 auto symbolIt = filePathIdToFilePathName.find(filePaths_[i]); in UpdateFileId() local603 if (symbolIt != filePathIdToFilePathName.end()) { in UpdateFileId()604 filePaths_[i] = symbolIt->second; in UpdateFileId()