Searched refs:PrintNote (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/TableGen/ |
| H A D | Error.h | 22 void PrintNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg);
|
| /freebsd-12.1/contrib/llvm/utils/TableGen/ |
| H A D | RegisterBankEmitter.cpp | 311 PrintNote(Bank.getDef().getLoc(), "RegisterBank was declared here"); in run() 312 PrintNote(Class->getLoc(), "RegisterClass was declared here"); in run()
|
| H A D | CodeGenSchedule.cpp | 252 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 D | Error.cpp | 43 void PrintNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg) { in PrintNote() function
|
| H A D | TGParser.cpp | 443 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()
|