Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/TableGen/
H A DError.h22 void PrintNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg);
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DRegisterBankEmitter.cpp311 PrintNote(Bank.getDef().getLoc(), "RegisterBank was declared here"); in run()
312 PrintNote(Class->getLoc(), "RegisterClass was declared here"); in run()
H A DCodeGenSchedule.cpp252 PrintNote(It->second->getLoc(), "Previous declaration was here."); in checkSTIPredicates()
460 PrintNote(It->second->getLoc(), in checkMCInstPredicates()
475 PrintNote(PM.RetireControlUnit->getLoc(), in collectRetireControlUnits()
491 PrintNote(PM.LoadQueue->getLoc(), in collectLoadStoreQueueInfo()
502 PrintNote(PM.LoadQueue->getLoc(), in collectLoadStoreQueueInfo()
/freebsd-12.1/contrib/llvm/lib/TableGen/
H A DError.cpp43 void PrintNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg) { in PrintNote() function
H A DTGParser.cpp443 PrintNote(Prev->getLoc(), "location of previous definition"); in addDefOne()
468 PrintNote(Defset->Loc, "location of defset declaration"); in addDefOne()
2309 PrintNote({}, "references to multiclass template arguments cannot be " in ParseForeachDeclaration()