Lines Matching refs:symbolLocations
194 std::vector<std::string> symbolLocations(locations.size()); in getSymbolLocations() local
197 llvm::raw_string_ostream os(symbolLocations[i++]); in getSymbolLocations()
206 return std::make_pair(symbolLocations, numLocations); in getSymbolLocations()
218 std::vector<std::string> symbolLocations = getSymbolLocations(b); in getSymbolLocations() local
219 size_t numLocations = symbolLocations.size(); in getSymbolLocations()
220 if (symbolLocations.size() > maxStrings) in getSymbolLocations()
221 symbolLocations.resize(maxStrings); in getSymbolLocations()
222 return std::make_pair(symbolLocations, numLocations); in getSymbolLocations()
248 auto [symbolLocations, totalLocations] = getSymbolLocations( in reportUndefinedSymbol()
252 numDisplayedRefs += symbolLocations.size(); in reportUndefinedSymbol()
253 for (const std::string &s : symbolLocations) { in reportUndefinedSymbol()