Lines Matching defs:symIndex
136 getSymbolLocations(ObjFile *file, uint32_t symIndex, size_t maxStrings) {
149 if (r.SymbolTableIndex != symIndex)
187 std::vector<std::string> getSymbolLocations(ObjFile *file, uint32_t symIndex) {
188 return getSymbolLocations(file, symIndex, SIZE_MAX).first;
192 getSymbolLocations(InputFile *file, uint32_t symIndex, size_t maxStrings) {
194 return getSymbolLocations(o, symIndex, maxStrings);
212 uint32_t symIndex;
226 ref.file, ref.symIndex, maxUndefReferences - numDisplayedRefs);
378 uint32_t symIndex = (uint32_t)-1;
380 ++symIndex;
386 undefDiags.push_back({sym, {{file, symIndex}}});
388 undefDiags[it->second].files.push_back({file, symIndex});