Searched refs:symbolLocations (Results 1 – 2 of 2) sorted by relevance
194 std::vector<std::string> symbolLocations(locations.size()); in getSymbolLocations() local197 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() local219 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()[all …]
379 std::vector<std::string> symbolLocations = in maybeReportRelocationToDiscarded() local385 for (const std::string &s : symbolLocations) in maybeReportRelocationToDiscarded()