Lines Matching defs:gii
699 const auto &gii = LR->Locations[Idx];
700 Log << " [" << Idx << "]: " << gii.Name << " @ " << gii.Dir
701 << '/' << gii.Base << ':' << gii.Line << '\n';
711 const auto &gii = LR->Locations[Idx];
716 if (dii.FunctionName.find(gii.Name.str()) != 0)
719 << "\" doesn't match GSYM function \"" << gii.Name << "\"\n";
727 if (dii.Line != gii.Line)
729 << dii.Line << " != GSYM line " << gii.Line << "\n";