Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp279 YS.printError(Document.getRoot(), "DescriptorList node must be a map"); in parse()
300 YS.printError(Entry.getKey(), "rewrite type must be a scalar"); in parseEntry()
306 YS.printError(Entry.getValue(), "rewrite descriptor must be a map"); in parseEntry()
318 YS.printError(Entry.getKey(), "unknown rewrite type"); in parseEntry()
340 YS.printError(Field.getKey(), "descriptor key must be a scalar"); in parseRewriteFunctionDescriptor()
346 YS.printError(Field.getValue(), "descriptor value must be a scalar"); in parseRewriteFunctionDescriptor()
356 YS.printError(Field.getKey(), "invalid regex: " + Error); in parseRewriteFunctionDescriptor()
369 YS.printError(Field.getKey(), "unknown key for function"); in parseRewriteFunctionDescriptor()
375 YS.printError(Descriptor, in parseRewriteFunctionDescriptor()
409 YS.printError(Field.getKey(), "descriptor Key must be a scalar"); in parseRewriteGlobalVariableDescriptor()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/
H A DDlltoolDriver.cpp162 int printError(llvm::Error E, Twine File) { in printError() function
177 return printError(NameOrErr.takeError(), Name); in forEachCoff()
182 return printError(ChildMB.takeError(), Name); in forEachCoff()
187 return printError(Obj.takeError(), Name); in forEachCoff()
193 return printError(std::move(Err), Name); in forEachCoff()
226 printError(NameOrErr.takeError(), ObjName); in identifyImportName()
240 printError(ContentsOrErr.takeError(), ObjName); in identifyImportName()
257 return printError(errorCodeToError(MaybeBuf.getError()), File); in doIdentify()
267 return printError(std::move(Err), B->getBufferIdentifier()); in doIdentify()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DDIPrinter.h54 virtual bool printError(const Request &Request,
101 bool printError(const Request &Request,
152 bool printError(const Request &Request,
/freebsd/contrib/llvm-project/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp85 static void printError(const ErrorInfoBase &EI, StringRef AuxInfo) { in printError() function
106 PrintEmpty = Printer.printError(Request, EI); in print()
357 printError(EI, InputString); in symbolizeInput()
566 Printer = std::make_unique<GNUPrinter>(outs(), printError, Config); in llvm_symbolizer_main()
570 Printer = std::make_unique<LLVMPrinter>(outs(), printError, Config); in llvm_symbolizer_main()
580 Printer->printError(SymRequest, EI); in llvm_symbolizer_main()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h232 virtual bool printError(SMLoc L, const Twine &Msg,
240 printError(Err.Loc, Twine(Err.Msg), Err.Range); in printPendingErrors()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DYAMLTraits.cpp371 Strm->printError(node, message); in setError()
376 Strm->printError(range, message); in setError()
382 Strm->printError(hnode->_node, message, SourceMgr::DK_Warning); in reportWarning()
386 Strm->printError(node, message, SourceMgr::DK_Warning); in reportWarning()
390 Strm->printError(range, message, SourceMgr::DK_Warning); in reportWarning()
H A DYAMLParser.cpp260 void printError(SMLoc Loc, SourceMgr::DiagKind Kind, const Twine &Message, in printError() function in llvm::yaml::Scanner
276 printError(SMLoc::getFromPointer(Position), SourceMgr::DK_Error, Message); in setError()
1927 void Stream::printError(Node *N, const Twine &Msg, SourceMgr::DiagKind Kind) { in printError() function in Stream
1928 printError(N ? N->getSourceRange() : SMRange(), Msg, Kind); in printError()
1931 void Stream::printError(const SMRange &Range, const Twine &Msg, in printError() function in Stream
1933 scanner->printError(Range.Start, Kind, Msg, Range); in printError()
H A DVirtualFileSystem.cpp1631 void error(yaml::Node *N, const Twine &Msg) { Stream.printError(N, Msg); } in error()
/freebsd/crypto/krb5/src/ccapi/server/win/
H A Dccs_os_server.cpp84 void printError(TCHAR* msg);
222 if( !GetUserName( infoBuf, &bufCharCount ) ) printError( TEXT("GetUserName") ); in ccs_os_server_listen_loop()
559 void printError( TCHAR* msg ) { in printError() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLParser.h108 LLVM_ABI void printError(Node *N, const Twine &Msg,
110 LLVM_ABI void printError(const SMRange &Range, const Twine &Msg,
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp281 bool PlainPrinterBase::printError(const Request &Request, in printError() function in llvm::symbolize::PlainPrinterBase
401 bool JSONPrinter::printError(const Request &Request, in printError() function in llvm::symbolize::JSONPrinter
/freebsd/contrib/llvm-project/llvm/lib/Remarks/
H A DYAMLRemarkParser.cpp49 Stream.printError(&Node, Twine(Msg) + Twine('\n')); in YAMLParseError()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp234 bool printError(SMLoc L, const Twine &Msg,
842 bool AsmParser::printError(SMLoc L, const Twine &Msg, SMRange Range) { in printError() function in AsmParser
1003 printError(getTok().getLoc(), "unmatched .ifs or .elses"); in Run()
1010 printError(getTok().getLoc(), "unassigned file number: " + in Run()
1033 printError(getTok().getLoc(), "assembler local symbol '" + in Run()
1045 printError(std::get<0>(LocSym), "directional label undefined"); in Run()
5586 printError(DirectiveLoc, "no matching '.endr' in definition"); in parseMacroLikeBody()
5601 printError(getTok().getLoc(), "expected newline"); in parseMacroLikeBody()
H A DMasmParser.cpp489 bool printError(SMLoc L, const Twine &Msg,
1039 bool MasmParser::printError(SMLoc L, const Twine &Msg, SMRange Range) { in printError() function in MasmParser
1250 printError(getTok().getLoc(), "unmatched .ifs or .elses"); in Run()
1264 printError(std::get<0>(LocSym), "directional label undefined"); in Run()
5351 printError(DirectiveLoc, "no matching 'endm' in definition"); in parseMacroLikeBody()
5365 printError(getTok().getLoc(), "unexpected token in 'endm' directive"); in parseMacroLikeBody()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1350 return Parser.printError(IDLoc, ES.str()); in OutOfRange()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp1092 AsmParser.getParser().printError( in addFGR32AsmRegOperands()