Home
last modified time | relevance | path

Searched refs:symbolLocations (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lld/COFF/
DSymbolTable.cpp178 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()
[all …]
DChunks.cpp339 std::vector<std::string> symbolLocations = in maybeReportRelocationToDiscarded() local
345 for (const std::string &s : symbolLocations) in maybeReportRelocationToDiscarded()