| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | ScriptParser.cpp | 189 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 D | ScriptLexer.cpp | 94 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 D | ScriptLexer.h | 25 void setError(const Twine &msg);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | YAMLTraits.cpp | 147 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 D | LockFileManager.cpp | 167 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 D | YAMLParser.cpp | 1469 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 D | ObjectYAML.cpp | 42 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 D | ELFYAML.cpp | 1121 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 D | LockFileManager.h | 92 void setError(const std::error_code &EC, StringRef ErrorMsg = "") {
|
| H A D | YAMLParser.h | 173 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 D | ModuleSummaryIndexYAML.h | 75 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 D | IFSHandler.cpp | 137 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 D | AtomicChange.h | 77 void setError(llvm::StringRef Error) { this->Error = std::string(Error); } in setError() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Linker/ |
| H A D | IRMover.cpp | 423 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 D | MachONormalizedFileYAML.cpp | 777 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 D | SIMachineFunctionInfo.h | 173 YamlIO.setError("missing required key 'reg' or 'offset'");
|
| /freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/YAML/ |
| H A D | ReaderWriterYAML.cpp | 189 _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 D | TextStub.cpp | 777 IO.setError("unsupported file type"); in mapping()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Format/ |
| H A D | Format.cpp | 522 IO.setError(Twine("Unknown value for BasedOnStyle: ", BasedOnStyle)); in mapping()
|