Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DSymbolTable.cpp159 getSymbolLocations(ObjFile *file, uint32_t symIndex, size_t maxStrings) { in getSymbolLocations() argument
175 if (locations.size() >= maxStrings) in getSymbolLocations()
188 if (maxStrings == 0) in getSymbolLocations()
215 getSymbolLocations(InputFile *file, uint32_t symIndex, size_t maxStrings) { in getSymbolLocations() argument
217 return getSymbolLocations(o, symIndex, maxStrings); in getSymbolLocations()
221 if (symbolLocations.size() > maxStrings) in getSymbolLocations()
222 symbolLocations.resize(maxStrings); in getSymbolLocations()