| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SymbolRewriter.cpp | 303 YS.printError(Entry.getKey(), "rewrite type must be a scalar"); in parseEntry() 321 YS.printError(Entry.getKey(), "unknown rewrite type"); in parseEntry() 343 YS.printError(Field.getKey(), "descriptor key must be a scalar"); in parseRewriteFunctionDescriptor() 359 YS.printError(Field.getKey(), "invalid regex: " + Error); in parseRewriteFunctionDescriptor() 372 YS.printError(Field.getKey(), "unknown key for function"); in parseRewriteFunctionDescriptor() 378 YS.printError(Descriptor, in parseRewriteFunctionDescriptor() 428 YS.printError(Field.getKey(), "invalid regex: " + Error); in parseRewriteGlobalVariableDescriptor() 442 YS.printError(Descriptor, in parseRewriteGlobalVariableDescriptor() 491 YS.printError(Field.getKey(), "invalid regex: " + Error); in parseRewriteGlobalAliasDescriptor() 499 YS.printError(Field.getKey(), "unknown key for Global Alias"); in parseRewriteGlobalAliasDescriptor() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/ |
| H A D | DIPrinter.h | 54 virtual bool printError(const Request &Request, 100 bool printError(const Request &Request, const ErrorInfoBase &ErrorInfo, 151 bool printError(const Request &Request, const ErrorInfoBase &ErrorInfo,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
| H A D | DIPrinter.cpp | 266 bool PlainPrinterBase::printError(const Request &Request, in printError() function in llvm::symbolize::PlainPrinterBase 369 printError(Request, in printInvalidCommand() 375 bool JSONPrinter::printError(const Request &Request, in printError() function in llvm::symbolize::JSONPrinter
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/MCParser/ |
| H A D | MCAsmParser.h | 231 virtual bool printError(SMLoc L, const Twine &Msg, SMRange Range = None) = 0; 238 printError(Err.Loc, Twine(Err.Msg), Err.Range); in printPendingErrors()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | YAMLTraits.cpp | 377 Strm->printError(node, message); in setError() 382 Strm->printError(range, message); in setError() 388 Strm->printError(hnode->_node, message, SourceMgr::DK_Warning); in reportWarning() 392 Strm->printError(node, message, SourceMgr::DK_Warning); in reportWarning() 396 Strm->printError(range, message, SourceMgr::DK_Warning); in reportWarning()
|
| H A D | YAMLParser.cpp | 262 void printError(SMLoc Loc, SourceMgr::DiagKind Kind, const Twine &Message, in printError() function in llvm::yaml::Scanner 278 printError(SMLoc::getFromPointer(Position), SourceMgr::DK_Error, Message); in setError() 1854 void Stream::printError(Node *N, const Twine &Msg, SourceMgr::DiagKind Kind) { in printError() function in Stream 1855 printError(N ? N->getSourceRange() : SMRange(), Msg, Kind); in printError() 1858 void Stream::printError(const SMRange &Range, const Twine &Msg, in printError() function in Stream 1860 scanner->printError(Range.Start, Kind, Msg, Range); in printError()
|
| H A D | VirtualFileSystem.cpp | 1299 void error(yaml::Node *N, const Twine &Msg) { Stream.printError(N, Msg); } in error()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | YAMLParser.h | 106 void printError(Node *N, const Twine &Msg, 108 void printError(const SMRange &Range, const Twine &Msg,
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-symbolizer/ |
| H A D | llvm-symbolizer.cpp | 88 PrintEmpty = Printer.printError( in print()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Remarks/ |
| H A D | YAMLRemarkParser.cpp | 47 Stream.printError(&Node, Twine(Msg) + Twine('\n')); in YAMLParseError()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 245 bool printError(SMLoc L, const Twine &Msg, SMRange Range = None) override; 839 bool AsmParser::printError(SMLoc L, const Twine &Msg, SMRange Range) { in printError() function in AsmParser 1010 printError(getTok().getLoc(), "unmatched .ifs or .elses"); in Run() 1017 printError(getTok().getLoc(), "unassigned file number: " + in Run() 1039 printError(getTok().getLoc(), "assembler local symbol '" + in Run() 1051 printError(std::get<0>(LocSym), "directional label undefined"); in Run() 5587 printError(DirectiveLoc, "no matching '.endr' in definition"); in parseMacroLikeBody() 5605 printError(getTok().getLoc(), in parseMacroLikeBody()
|
| H A D | MasmParser.cpp | 499 bool printError(SMLoc L, const Twine &Msg, SMRange Range = None) override; 1138 bool MasmParser::printError(SMLoc L, const Twine &Msg, SMRange Range) { in printError() function in MasmParser 1384 printError(getTok().getLoc(), "unmatched .ifs or .elses"); in Run() 1391 printError(getTok().getLoc(), "unassigned file number: " + in Run() 1413 printError(getTok().getLoc(), "assembler local symbol '" + in Run() 1425 printError(std::get<0>(LocSym), "directional label undefined"); in Run() 6860 printError(DirectiveLoc, "no matching 'endm' in definition"); in parseMacroLikeBody() 6874 printError(getTok().getLoc(), "unexpected token in 'endm' directive"); in parseMacroLikeBody()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/ |
| H A D | HexagonAsmParser.cpp | 1290 return Parser.printError(IDLoc, ES.str()); in OutOfRange()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
| H A D | MipsAsmParser.cpp | 1140 AsmParser.getParser().printError( in addFGR32AsmRegOperands()
|