Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DSymbolTable.cpp142 getSymbolLocations(ObjFile *file, uint32_t symIndex, size_t maxStrings) { in getSymbolLocations() argument
158 if (locations.size() >= maxStrings) in getSymbolLocations()
171 if (maxStrings == 0) in getSymbolLocations()
198 getSymbolLocations(InputFile *file, uint32_t symIndex, size_t maxStrings) { in getSymbolLocations() argument
200 return getSymbolLocations(o, symIndex, maxStrings); in getSymbolLocations()
204 if (symbolLocations.size() > maxStrings) in getSymbolLocations()
205 symbolLocations.resize(maxStrings); in getSymbolLocations()