Lines Matching defs:symIndex
177 getSymbolLocations(ObjFile *file, uint32_t symIndex, size_t maxStrings) {
190 if (r.SymbolTableIndex != symIndex)
228 std::vector<std::string> getSymbolLocations(ObjFile *file, uint32_t symIndex) {
229 return getSymbolLocations(file, symIndex, SIZE_MAX).first;
233 getSymbolLocations(InputFile *file, uint32_t symIndex, size_t maxStrings) {
235 return getSymbolLocations(o, symIndex, maxStrings);
253 uint32_t symIndex;
268 ref.file, ref.symIndex, maxUndefReferences - numDisplayedRefs);
420 uint32_t symIndex = (uint32_t)-1;
422 ++symIndex;
429 undefDiags.push_back({sym, {{file, symIndex}}});
431 undefDiags[it->second].files.push_back({file, symIndex});