Home
last modified time | relevance | path

Searched refs:PrintError (Results 1 – 13 of 13) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/TableGen/
H A DError.cpp57 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 DTGLexer.cpp70 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 DTGParser.h127 PrintError(L, Msg); in Error()
H A DTGParser.cpp103 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 DError.h28 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 DDisassemblerEmitter.cpp121 PrintError(Target.getTargetRecord()->getLoc(), "Primary decode conflict"); in EmitDisassembler()
H A DOptParserEmitter.cpp84 PrintError(A->getLoc(), Twine("Option is equivalent to")); in CompareOptionRecords()
85 PrintError(B->getLoc(), Twine("Other defined here")); in CompareOptionRecords()
H A DCodeGenHwModes.cpp36 PrintError(R->getLoc(), "in record " + R->getName() + in HwModeSelect()
H A DCodeGenSchedule.cpp251 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 DCodeGenDAGPatterns.cpp2602 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 DCodeGenTarget.cpp626 PrintError(R->getLoc(), in CodeGenIntrinsic()
H A DAsmMatcherEmitter.cpp1362 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 DClangAttrEmitter.cpp2850 PrintError(Spelling->getLoc(), "C++ standard attributes must " in GenerateHasAttrSpellingStringSwitch()
3206 PrintError(R.getLoc(), in CalculateDiagnostic()