Lines Matching defs:gii
757 const auto &gii = LR->Locations[Idx];
758 Log << " [" << Idx << "]: " << gii.Name << " @ " << gii.Dir
759 << '/' << gii.Base << ':' << gii.Line << '\n';
768 const auto &gii = LR->Locations[Idx];
773 if (dii.FunctionName.find(gii.Name.str()) != 0)
776 << "\" doesn't match GSYM function \"" << gii.Name << "\"\n";
784 if (dii.Line != gii.Line)
786 << dii.Line << " != GSYM line " << gii.Line << "\n";