reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/DebugInfo/Symbolize/DIPrinter.cpp
  107     print(Info.getFrame(i), i > 0);
tools/llvm-cfi-verify/llvm-cfi-verify.cpp
  161     const auto &LineInfo = InliningInfo->getFrame(0);
  166         const auto &Line = InliningInfo->getFrame(i);
tools/llvm-symbolizer/llvm-symbolizer.cpp
  262     Printer << (error(ResOrErr) ? DILineInfo() : ResOrErr.get().getFrame(0));
tools/sancov/sancov.cpp
  543         auto FrameInfo = InliningInfo->getFrame(I);
  575       auto FrameInfo = InliningInfo->getFrame(I);