| /freebsd-12.1/contrib/llvm/lib/TableGen/ |
| H A D | Error.cpp | 57 void PrintError(ArrayRef<SMLoc> ErrorLoc, const Twine &Msg) { in PrintError() function 61 void PrintError(const char *Loc, const Twine &Msg) { in PrintError() function 65 void PrintError(const Twine &Msg) { WithColor::error() << Msg << "\n"; } in PrintError() function 68 PrintError(Msg); in PrintFatalError() 75 PrintError(ErrorLoc, Msg); in PrintFatalError()
|
| H A D | TGLexer.cpp | 70 PrintError(Loc, Msg); in ReturnError() 367 PrintError(getLoc(), "Expected filename after include"); in LexInclude() 378 PrintError(getLoc(), "Could not find include file '" + Filename + "'"); in LexInclude() 384 PrintError(getLoc(), in LexInclude() 428 PrintError(TokStart, "Unterminated comment!"); in SkipCComment() 720 PrintError(TokStart, "double #else"); in lexPreprocessor() 965 PrintError(CurPtr, "Unexpected character"); in prepSkipDirectiveEnd() 1007 PrintError(CurBuf.end(), "Reached EOF without matching #endif"); in prepReportPreprocessorStackError() 1008 PrintError(PrepControl.SrcPos, "The latest preprocessor control is here"); in prepReportPreprocessorStackError()
|
| H A D | TGParser.h | 127 PrintError(L, Msg); in Error()
|
| H A D | TGParser.cpp | 103 PrintError(R.getLoc(), in checkConcrete() 388 PrintError(Loop.Loc, Twine("attempting to loop over '") + in resolve() 441 PrintError(Rec->getLoc(), in addDefOne() 453 PrintError(Rec->getLoc(), Twine("record name '") + in addDefOne() 465 PrintError(Rec->getLoc(), Twine("adding record of incompatible type '") + in addDefOne()
|
| /freebsd-12.1/contrib/llvm/include/llvm/TableGen/ |
| H A D | Error.h | 28 void PrintError(ArrayRef<SMLoc> ErrorLoc, const Twine &Msg); 29 void PrintError(const char *Loc, const Twine &Msg); 30 void PrintError(const Twine &Msg);
|
| /freebsd-12.1/contrib/llvm/utils/TableGen/ |
| H A D | DisassemblerEmitter.cpp | 121 PrintError(Target.getTargetRecord()->getLoc(), "Primary decode conflict"); in EmitDisassembler()
|
| H A D | OptParserEmitter.cpp | 84 PrintError(A->getLoc(), Twine("Option is equivalent to")); in CompareOptionRecords() 85 PrintError(B->getLoc(), Twine("Other defined here")); in CompareOptionRecords()
|
| H A D | CodeGenHwModes.cpp | 36 PrintError(R->getLoc(), "in record " + R->getName() + in HwModeSelect()
|
| H A D | CodeGenSchedule.cpp | 251 PrintError(R->getLoc(), "STIPredicate " + Name + " multiply declared."); in checkSTIPredicates() 458 PrintError(TIIPred->getLoc(), in checkMCInstPredicates() 473 PrintError(RCU->getLoc(), in collectRetireControlUnits() 489 PrintError(Queue->getLoc(), in collectLoadStoreQueueInfo() 500 PrintError(Queue->getLoc(), in collectLoadStoreQueueInfo() 1939 PrintError("No schedule information for instruction '" in checkCompleteness() 1958 PrintError("'" + ProcModel.ModelName + "' lacks information for '" + in checkCompleteness()
|
| H A D | CodeGenDAGPatterns.cpp | 2602 PrintError(TheRecord->getLoc(), "In " + TheRecord->getName() + ": " + Msg); in error() 3417 PrintError(PatDef->getLoc(), "Pattern doesn't match hasSideEffects = " + in InferFromPattern() 3424 PrintError(PatDef->getLoc(), "Pattern doesn't match mayStore = " + in InferFromPattern() 3433 PrintError(PatDef->getLoc(), "Pattern doesn't match mayLoad = " + in InferFromPattern() 3891 PrintError(InstInfo->TheDef->getLoc(), in InferInstructionFlags() 3894 PrintError(InstInfo->TheDef->getLoc(), in InferInstructionFlags() 3897 PrintError(InstInfo->TheDef->getLoc(), in InferInstructionFlags() 3951 PrintError(PTM.getSrcRecord()->getLoc(), Twine(Msg) + " on the " + in VerifyInstructionFlags() 3957 PrintError(Instr->getLoc(), "defined here"); in VerifyInstructionFlags() 3962 PrintError(InstInfo.InferredFrom->getLoc(), "inferred from pattern"); in VerifyInstructionFlags()
|
| H A D | CodeGenTarget.cpp | 626 PrintError(R->getLoc(), in CodeGenIntrinsic()
|
| H A D | AsmMatcherEmitter.cpp | 1362 PrintError(Rec->getLoc(), "Invalid super class reference!"); in buildOperandClasses() 1368 PrintError(Rec->getLoc(), "Invalid super class reference!"); in buildOperandClasses() 2753 PrintError(ToVec[AliasWithNoPredicate]->getLoc(), in emitMnemonicAliasVariant()
|
| /freebsd-12.1/contrib/llvm/tools/clang/utils/TableGen/ |
| H A D | ClangAttrEmitter.cpp | 2850 PrintError(Spelling->getLoc(), "C++ standard attributes must " in GenerateHasAttrSpellingStringSwitch() 3206 PrintError(R.getLoc(), in CalculateDiagnostic()
|