Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp281 YS.printError(Document.getRoot(), "DescriptorList node must be a map"); in parse()
302 YS.printError(Entry.getKey(), "rewrite type must be a scalar"); in parseEntry()
308 YS.printError(Entry.getValue(), "rewrite descriptor must be a map"); in parseEntry()
320 YS.printError(Entry.getKey(), "unknown rewrite type"); in parseEntry()
342 YS.printError(Field.getKey(), "descriptor key must be a scalar"); in parseRewriteFunctionDescriptor()
348 YS.printError(Field.getValue(), "descriptor value must be a scalar"); in parseRewriteFunctionDescriptor()
358 YS.printError(Field.getKey(), "invalid regex: " + Error); in parseRewriteFunctionDescriptor()
371 YS.printError(Field.getKey(), "unknown key for function"); in parseRewriteFunctionDescriptor()
377 YS.printError(Descriptor, in parseRewriteFunctionDescriptor()
411 YS.printError(Field.getKey(), "descriptor Key must be a scalar"); in parseRewriteGlobalVariableDescriptor()
[all …]
/openbsd-src/gnu/llvm/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,
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp268 bool PlainPrinterBase::printError(const Request &Request, in printError() function in llvm::symbolize::PlainPrinterBase
371 printError(Request, in printInvalidCommand()
377 bool JSONPrinter::printError(const Request &Request, in printError() function in llvm::symbolize::JSONPrinter
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DYAMLTraits.cpp376 Strm->printError(node, message); in setError()
381 Strm->printError(range, message); in setError()
387 Strm->printError(hnode->_node, message, SourceMgr::DK_Warning); in reportWarning()
391 Strm->printError(node, message, SourceMgr::DK_Warning); in reportWarning()
395 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
277 printError(SMLoc::getFromPointer(Position), SourceMgr::DK_Error, Message); in setError()
1910 void Stream::printError(Node *N, const Twine &Msg, SourceMgr::DiagKind Kind) { in printError() function in Stream
1911 printError(N ? N->getSourceRange() : SMRange(), Msg, Kind); in printError()
1914 void Stream::printError(const SMRange &Range, const Twine &Msg, in printError() function in Stream
1916 scanner->printError(Range.Start, Kind, Msg, Range); in printError()
H A DVirtualFileSystem.cpp1586 void error(yaml::Node *N, const Twine &Msg) { Stream.printError(N, Msg); } in error()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DYAMLParser.h106 void printError(Node *N, const Twine &Msg,
108 void printError(const SMRange &Range, const Twine &Msg,
/openbsd-src/gnu/llvm/llvm/lib/Remarks/
H A DYAMLRemarkParser.cpp48 Stream.printError(&Node, Twine(Msg) + Twine('\n')); in YAMLParseError()
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmParser.cpp243 bool printError(SMLoc L, const Twine &Msg,
858 bool AsmParser::printError(SMLoc L, const Twine &Msg, SMRange Range) { in printError() function in AsmParser
1032 printError(getTok().getLoc(), "unmatched .ifs or .elses"); in Run()
1039 printError(getTok().getLoc(), "unassigned file number: " + in Run()
1061 printError(getTok().getLoc(), "assembler local symbol '" + in Run()
1073 printError(std::get<0>(LocSym), "directional label undefined"); in Run()
5614 printError(DirectiveLoc, "no matching '.endr' in definition"); in parseMacroLikeBody()
5632 printError(getTok().getLoc(), in parseMacroLikeBody()
H A DMasmParser.cpp514 bool printError(SMLoc L, const Twine &Msg,
1158 bool MasmParser::printError(SMLoc L, const Twine &Msg, SMRange Range) { in printError() function in MasmParser
1403 printError(getTok().getLoc(), "unmatched .ifs or .elses"); in Run()
1410 printError(getTok().getLoc(), "unassigned file number: " + in Run()
1432 printError(getTok().getLoc(), "assembler local symbol '" + in Run()
1444 printError(std::get<0>(LocSym), "directional label undefined"); in Run()
6844 printError(DirectiveLoc, "no matching 'endm' in definition"); in parseMacroLikeBody()
6858 printError(getTok().getLoc(), "unexpected token in 'endm' directive"); in parseMacroLikeBody()
/openbsd-src/gnu/llvm/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp99 PrintEmpty = Printer.printError( in print()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1288 return Parser.printError(IDLoc, ES.str()); in OutOfRange()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp1148 AsmParser.getParser().printError( in addFGR32AsmRegOperands()