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

Declarations

include/llvm/TableGen/Error.h
   22 void PrintNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg);

References

lib/TableGen/TGParser.cpp
  442       PrintNote(Prev->getLoc(), "location of previous definition");
  467       PrintNote(Defset->Loc, "location of defset declaration");
 2489       PrintNote({}, "references to multiclass template arguments cannot be "
utils/TableGen/CodeGenSchedule.cpp
  251     PrintNote(It->second->getLoc(), "Previous declaration was here.");
  457     PrintNote(It->second->getLoc(),
  472       PrintNote(PM.RetireControlUnit->getLoc(),
  488         PrintNote(PM.LoadQueue->getLoc(),
  499         PrintNote(PM.LoadQueue->getLoc(),
utils/TableGen/RegisterBankEmitter.cpp
  310         PrintNote(Bank.getDef().getLoc(), "RegisterBank was declared here");
  311         PrintNote(Class->getLoc(), "RegisterClass was declared here");