Searched refs:symbolLocations (Results 1 – 2 of 2) sorted by relevance
178 std::vector<std::string> symbolLocations(locations.size()); in getSymbolLocations() local181 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() local203 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() local233 std::tie(symbolLocations, totalLocations) = getSymbolLocations( in reportUndefinedSymbol()[all …]
339 std::vector<std::string> symbolLocations = in maybeReportRelocationToDiscarded() local345 for (const std::string &s : symbolLocations) in maybeReportRelocationToDiscarded()