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

Overridden By

tools/polly/include/polly/ScopDetectionDiagnostic.h
  290   const DebugLoc &getDebugLoc() const override { return Inst->getDebugLoc(); }
tools/polly/lib/Analysis/ScopDetectionDiagnostic.cpp
  210 const DebugLoc &ReportInvalidTerminator::getDebugLoc() const {
  232 const DebugLoc &ReportUnreachableInExit::getDebugLoc() const { return DbgLoc; }
  257 const DebugLoc &ReportIrreducibleRegion::getDebugLoc() const { return DbgLoc; }
  461 const DebugLoc &ReportLoopBound::getDebugLoc() const { return Loc; }
  488 const DebugLoc &ReportLoopHasNoExit::getDebugLoc() const { return Loc; }
  513 const DebugLoc &ReportLoopHasMultipleExits::getDebugLoc() const { return Loc; }
  539 const DebugLoc &ReportLoopOnlySomeLatches::getDebugLoc() const { return Loc; }
  560 const DebugLoc &ReportFuncCall::getDebugLoc() const {
  591 const DebugLoc &ReportNonSimpleMemoryAccess::getDebugLoc() const {
  657 const DebugLoc &ReportAlias::getDebugLoc() const { return Inst->getDebugLoc(); }
  692 const DebugLoc &ReportIntToPtr::getDebugLoc() const {
  714 const DebugLoc &ReportAlloca::getDebugLoc() const {
  738 const DebugLoc &ReportUnknownInst::getDebugLoc() const {
  764 const DebugLoc &ReportEntry::getDebugLoc() const {
  790 const DebugLoc &ReportUnprofitable::getDebugLoc() const {

Declarations

tools/polly/include/polly/ScopDetectionDiagnostic.h
  151   virtual const DebugLoc &getDebugLoc() const;

References

tools/polly/lib/Analysis/ScopDetectionDiagnostic.cpp
  145     if (const DebugLoc &Loc = RR->getDebugLoc())