Home
last modified time | relevance | path

Searched refs:printError (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp282 YS.printError(Document.getRoot(), "DescriptorList node must be a map"); in parse()
303 YS.printError(Entry.getKey(), "rewrite type must be a scalar"); in parseEntry()
309 YS.printError(Entry.getValue(), "rewrite descriptor must be a map"); 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()
349 YS.printError(Field.getValue(), "descriptor value 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()
412 YS.printError(Field.getKey(), "descriptor Key must be a scalar"); in parseRewriteGlobalVariableDescriptor()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/Symbolize/
H A DDIPrinter.h53 virtual bool printError(const Request &Request,
99 bool printError(const Request &Request, const ErrorInfoBase &ErrorInfo,
150 bool printError(const Request &Request, const ErrorInfoBase &ErrorInfo,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp266 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
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h230 virtual bool printError(SMLoc L, const Twine &Msg, SMRange Range = None) = 0;
237 printError(Err.Loc, Twine(Err.Msg), Err.Range); in printPendingErrors()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DYAMLTraits.cpp377 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 DYAMLParser.cpp262 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 DVirtualFileSystem.cpp1299 void error(yaml::Node *N, const Twine &Msg) { Stream.printError(N, Msg); } in error()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DYAMLParser.h106 void printError(Node *N, const Twine &Msg,
108 void printError(const SMRange &Range, const Twine &Msg,
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp86 PrintEmpty = Printer.printError( in print()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Remarks/
H A DYAMLRemarkParser.cpp47 Stream.printError(&Node, Twine(Msg) + Twine('\n')); in YAMLParseError()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp240 bool printError(SMLoc L, const Twine &Msg, SMRange Range = None) override;
835 bool AsmParser::printError(SMLoc L, const Twine &Msg, SMRange Range) { in printError() function in AsmParser
1006 printError(getTok().getLoc(), "unmatched .ifs or .elses"); in Run()
1013 printError(getTok().getLoc(), "unassigned file number: " + in Run()
1035 printError(getTok().getLoc(), "assembler local symbol '" + in Run()
1047 printError(std::get<0>(LocSym), "directional label undefined"); in Run()
5565 printError(DirectiveLoc, "no matching '.endr' in definition"); in parseMacroLikeBody()
5583 printError(getTok().getLoc(), in parseMacroLikeBody()
H A DMasmParser.cpp490 bool printError(SMLoc L, const Twine &Msg, SMRange Range = None) override;
1083 bool MasmParser::printError(SMLoc L, const Twine &Msg, SMRange Range) { in printError() function in MasmParser
1275 printError(getTok().getLoc(), "unmatched .ifs or .elses"); in Run()
1282 printError(getTok().getLoc(), "unassigned file number: " + in Run()
1304 printError(getTok().getLoc(), "assembler local symbol '" + in Run()
1316 printError(std::get<0>(LocSym), "directional label undefined"); in Run()
6530 printError(DirectiveLoc, "no matching 'endm' in definition"); in parseMacroLikeBody()
6544 printError(getTok().getLoc(), "unexpected token in 'endm' directive"); in parseMacroLikeBody()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1289 return Parser.printError(IDLoc, ES.str()); in OutOfRange()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp1140 AsmParser.getParser().printError( in addFGR32AsmRegOperands()