Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDSymbolRewriter.cpp280 YS.printError(Document.getRoot(), "DescriptorList node must be a map"); in parse()
301 YS.printError(Entry.getKey(), "rewrite type must be a scalar"); in parseEntry()
307 YS.printError(Entry.getValue(), "rewrite descriptor must be a map"); in parseEntry()
319 YS.printError(Entry.getKey(), "unknown rewrite type"); in parseEntry()
341 YS.printError(Field.getKey(), "descriptor key must be a scalar"); in parseRewriteFunctionDescriptor()
347 YS.printError(Field.getValue(), "descriptor value must be a scalar"); in parseRewriteFunctionDescriptor()
357 YS.printError(Field.getKey(), "invalid regex: " + Error); in parseRewriteFunctionDescriptor()
370 YS.printError(Field.getKey(), "unknown key for function"); in parseRewriteFunctionDescriptor()
376 YS.printError(Descriptor, in parseRewriteFunctionDescriptor()
410 YS.printError(Field.getKey(), "descriptor Key must be a scalar"); in parseRewriteGlobalVariableDescriptor()
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
HDMCAsmParser.h198 virtual bool printError(SMLoc L, const Twine &Msg, SMRange Range = None) = 0;
205 printError(Err.Loc, Twine(Err.Msg), Err.Range); in printPendingErrors()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
HDYAMLParser.cpp265 void printError(SMLoc Loc, SourceMgr::DiagKind Kind, const Twine &Message, in printError() function in llvm::yaml::Scanner
281 printError(SMLoc::getFromPointer(Current), SourceMgr::DK_Error, Message); in setError()
1782 void Stream::printError(Node *N, const Twine &Msg) { in printError() function in Stream
1784 scanner->printError( Range.Start in printError()
HDYAMLTraits.cpp367 Strm->printError(node, message); in setError()
HDVirtualFileSystem.cpp1155 void error(yaml::Node *N, const Twine &Msg) { Stream.printError(N, Msg); } in error()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
HDAsmParser.cpp227 bool printError(SMLoc L, const Twine &Msg, SMRange Range = None) override;
776 bool AsmParser::printError(SMLoc L, const Twine &Msg, SMRange Range) { in printError() function in AsmParser
943 printError(getTok().getLoc(), "unmatched .ifs or .elses"); in Run()
950 printError(getTok().getLoc(), "unassigned file number: " + in Run()
972 printError(getTok().getLoc(), "assembler local symbol '" + in Run()
984 printError(std::get<0>(LocSym), "directional label undefined"); in Run()
5491 printError(DirectiveLoc, "no matching '.endr' in definition"); in parseMacroLikeBody()
5509 printError(getTok().getLoc(), in parseMacroLikeBody()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDYAMLParser.h103 void printError(Node *N, const Twine &Msg);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Remarks/
HDYAMLRemarkParser.cpp48 Stream.printError(&Node, Twine(Msg) + Twine('\n')); in YAMLParseError()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
HDHexagonAsmParser.cpp1278 return Parser.printError(IDLoc, ES.str()); in OutOfRange()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
HDMipsAsmParser.cpp1124 AsmParser.getParser().printError( in addFGR32AsmRegOperands()