Home
last modified time | relevance | path

Searched refs:setError (Results 1 – 19 of 19) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp189 setError("EOF expected, but got " + next()); in readDynamicList()
204 setError("EOF expected, but got " + next()); in readVersionScript()
272 setError("unknown directive: " + tok); in readLinkerScript()
331 setError("unable to find " + s); in addFile()
382 setError("cannot find linker script " + tok); in readInclude()
621 setError("unknown target: " + tok); in readTarget()
1124 setError("unknown constant: " + s); in readConstant()
1224 setError("unrecognised flag: " + tok); in readInputSectionFlags()
1230 setError("expected & or )"); in readInputSectionFlags()
1434 setError("malformed number: " + tok); in readPrimary()
[all …]
H A DScriptLexer.cpp94 void ScriptLexer::setError(const Twine &msg) { in setError() function in ScriptLexer
167 setError("unclosed comment in a linker script"); in skipSpace()
255 setError("unexpected EOF"); in next()
305 setError(expect + " expected, but got " + tok); in expect()
H A DScriptLexer.h25 void setError(const Twine &msg);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DYAMLTraits.cpp147 setError(CurrentNode, "not a mapping"); in keys()
172 setError(CurrentNode, "not a mapping"); in preflightKey()
229 setError(CurrentNode, "not a sequence"); in beginSequence()
296 setError(CurrentNode, "unknown enumerated scalar"); in endEnumScalar()
351 setError(CurrentNode, "unexpected scalar"); in scalarString()
363 setError(hnode->_node, message); in setError()
376 void Input::setError(Node *node, const Twine &message) { in setError() function in Input
449 setError(N, "unknown node kind"); in createHNodes()
454 void Input::setError(const Twine &Message) { in setError() function in Input
455 setError(CurrentNode, Message); in setError()
[all …]
H A DLockFileManager.cpp167 setError(EC, S); in LockFileManager()
186 setError(EC, S); in LockFileManager()
194 setError(EC, "failed to get host id"); in LockFileManager()
207 setError(Out.error(), S); in LockFileManager()
230 setError(EC, OSS.str()); in LockFileManager()
253 setError(EC, S); in LockFileManager()
H A DYAMLParser.cpp1469 setError("Got empty plain scalar", Start); in scanPlainScalar()
1503 setError("Got empty alias or anchor", Start); in scanAliasOrAnchor()
1597 setError( in findBlockScalarIndent()
1952 Doc->setError(Msg, Tok); in setError()
2022 setError("Unrecognized escape code", T); in unescapeDoubleQuoted()
2030 setError("Unrecognized escape code", T); in unescapeDoubleQuoted()
2170 setError("Null key in Key Value.", peekNext()); in getValue()
2326 setError("Could not find closing ]!", T); in increment()
2333 setError("Expected , between entries!", T); in increment()
2495 setError("Unexpected token", T); in parseBlockNode()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DObjectYAML.cpp42 IO.setError(Err); in mapping()
67 IO.setError("YAML Object File missing document type tag!"); in mapping()
69 IO.setError("YAML Object File unsupported document type tag '" + in mapping()
H A DELFYAML.cpp1121 YamlIO.setError("an unknown value is used for symbol's 'Other' field: " + in toValue()
1278 IO.setError("Content and ContentArray can't be used together"); in sectionMapping()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DLockFileManager.h92 void setError(const std::error_code &EC, StringRef ErrorMsg = "") {
H A DYAMLParser.h173 void setError(const Twine &Message, Token &Location) const;
571 void setError(const Twine &Message, Token &Location) const;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndexYAML.h75 io.setError("key not an integer");
120 io.setError("key not an integer");
212 io.setError("key not an integer");
/freebsd-13.1/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DIFSHandler.cpp137 IO.setError("Not a .tbe YAML file."); in mapping()
150 IO.setError("Not a .tbe YAML file."); in mapping()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DAtomicChange.h77 void setError(llvm::StringRef Error) { this->Error = std::string(Error); } in setError() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp423 void setError(Error E) { in setError() function in __anone8cafb1c0211::IRLinker
591 setError(NewProto.takeError()); in materialize()
627 setError(linkGlobalValueBody(*New, *SGV)); in materialize()
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileYAML.cpp777 io.setError(stream.str()); in handledDocTag()
782 io.setError(Twine("file is wrong architecture. Expected (" in handledDocTag()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.h173 YamlIO.setError("missing required key 'reg' or 'offset'");
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/YAML/
H A DReaderWriterYAML.cpp189 _io.setError(Twine("no such atom name: ") + name); in lookup()
198 _io.setError(Twine("duplicate atom name: ") + name); in add()
/freebsd-13.1/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStub.cpp777 IO.setError("unsupported file type"); in mapping()
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp522 IO.setError(Twine("Unknown value for BasedOnStyle: ", BasedOnStyle)); in mapping()