Lines Matching refs:symbolLocations
178 std::vector<std::string> symbolLocations(locations.size()); in getSymbolLocations() local
181 llvm::raw_string_ostream os(symbolLocations[i++]); in getSymbolLocations()
190 return std::make_pair(symbolLocations, numLocations); in getSymbolLocations()
202 std::vector<std::string> symbolLocations = getSymbolLocations(b); in getSymbolLocations() local
203 size_t numLocations = symbolLocations.size(); in getSymbolLocations()
204 if (symbolLocations.size() > maxStrings) in getSymbolLocations()
205 symbolLocations.resize(maxStrings); in getSymbolLocations()
206 return std::make_pair(symbolLocations, numLocations); in getSymbolLocations()
231 std::vector<std::string> symbolLocations; in reportUndefinedSymbol() local
233 std::tie(symbolLocations, totalLocations) = getSymbolLocations( in reportUndefinedSymbol()
237 numDisplayedRefs += symbolLocations.size(); in reportUndefinedSymbol()
238 for (const std::string &s : symbolLocations) { in reportUndefinedSymbol()