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

References

tools/llvm-mca/CodeRegion.cpp
   47         SM.PrintMessage(Loc, SourceMgr::DK_Error,
   49         SM.PrintMessage(R.startLoc(), SourceMgr::DK_Note,
   55       SM.PrintMessage(Loc, SourceMgr::DK_Error,
   57       SM.PrintMessage(R.startLoc(), SourceMgr::DK_Note,
   98   SM.PrintMessage(Loc, SourceMgr::DK_Error,
  101     SM.PrintMessage(Loc, SourceMgr::DK_Note,
  104     SM.PrintMessage(Loc, SourceMgr::DK_Note,
tools/llvm-mca/CodeRegion.h
  110   llvm::SourceMgr &getSourceMgr() const { return SM; }