Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DSymbolTable.cpp177 getSymbolLocations(ObjFile *file, uint32_t symIndex, size_t maxStrings) { in getSymbolLocations() argument
193 if (locations.size() >= maxStrings) in getSymbolLocations()
206 if (maxStrings == 0) in getSymbolLocations()
233 getSymbolLocations(InputFile *file, uint32_t symIndex, size_t maxStrings) { in getSymbolLocations() argument
235 return getSymbolLocations(o, symIndex, maxStrings); in getSymbolLocations()
239 if (symbolLocations.size() > maxStrings) in getSymbolLocations()
240 symbolLocations.resize(maxStrings); in getSymbolLocations()