Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp760 const auto &dii = DwarfInlineInfos.getFrame(Idx); in verify() local
761 Log << " [" << Idx << "]: " << dii.FunctionName << " @ " in verify()
762 << dii.FileName << ':' << dii.Line << '\n'; in verify()
780 const auto &dii = DwarfInlineInfos.getFrame(Idx); in verify() local
783 if (!StringRef(dii.FunctionName).starts_with(gii.Name)) in verify()
785 << dii.FunctionName.c_str() in verify()
789 if (dii.FileName != gsymFilename) in verify()
791 << dii.FileName.c_str() << "\" doesn't match GSYM path \"" in verify()
794 if (dii.Line != gii.Line) in verify()
796 << dii.Line << " != GSYM line " << gii.Line << "\n"; in verify()