Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp767 const auto &gii = LR->Locations[Idx]; in verify() local
768 Log << " [" << Idx << "]: " << gii.Name << " @ " << gii.Dir in verify()
769 << '/' << gii.Base << ':' << gii.Line << '\n'; in verify()
778 const auto &gii = LR->Locations[Idx]; in verify() local
783 if (!StringRef(dii.FunctionName).starts_with(gii.Name)) in verify()
786 << "\" doesn't match GSYM function \"" << gii.Name << "\"\n"; in verify()
794 if (dii.Line != gii.Line) in verify()
796 << dii.Line << " != GSYM line " << gii.Line << "\n"; in verify()