Searched refs:symbolIt (Results 1 – 2 of 2) sorted by relevance
64 auto symbolIt = callIdToLasLibId.find(callChainIds_[i]); in UpdateLastCallerPathAndSymbolIndexs() local65 if (symbolIt != callIdToLasLibId.end()) { in UpdateLastCallerPathAndSymbolIndexs()66 std::tie(lastCallerPathIndexs_[i], lastSymbolIndexs_[i]) = symbolIt->second; in UpdateLastCallerPathAndSymbolIndexs()226 auto symbolIt = symbolIdToSymbolName_.find(symbolNames_[i]); in UpdateSymbolId() local227 if (symbolIt != symbolIdToSymbolName_.end()) { in UpdateSymbolId()228 symbolNames_[i] = symbolIt->second; in UpdateSymbolId()244 auto symbolIt = filePathIdToFilePathName.find(filePaths_[i]); in UpdateFileId() local245 if (symbolIt != filePathIdToFilePathName.end()) { in UpdateFileId()246 filePaths_[i] = symbolIt->second; in UpdateFileId()
44 auto symbolIt = symbols.begin(); in ProcessSymbolsFiles() local45 while (symbolIt != symbols.end()) { in ProcessSymbolsFiles()46 addNewFunction(libId, symbolIt->GetName()); in ProcessSymbolsFiles()47 symbolIt++; in ProcessSymbolsFiles()