reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lld/ELF/ScriptLexer.h
   25   void setError(const Twine &msg);

References

tools/lld/ELF/ScriptLexer.cpp
  235     setError("unexpected EOF");
  285     setError(expect + " expected, but got " + tok);
tools/lld/ELF/ScriptParser.cpp
  182     setError("EOF expected, but got " + next());
  186     setError("\"local:\" scope not supported in --dynamic-list");
  197     setError("EOF expected, but got " + next());
  209       setError("anonymous version definition is used in "
  263       setError("unknown directive: " + tok);
  273     setError("EOF expected, but got " + next());
  304       setError("unable to find " + s);
  345     setError("there is a cycle in linker script INCLUDEs");
  354   setError("cannot find linker script " + tok);
  418     setError("unknown output format name: " + name);
  449         setError("unexpected header attribute: " + next());
  464     setError("redefinition of memory region '" + alias + "'");
  466     setError("memory region '" + name + "' is not defined");
  555       setError("expected AFTER/BEFORE, but got '" + next() + "'");
  579     setError("unknown target: " + tok);
  643       setError("section pattern is expected");
  765     setError("unknown section directive: " + peek2());
  888     setError("filler expression result does not fit 32-bit: 0x" +
 1050   setError("unknown constant: " + s);
 1222       setError("memory region not defined: " + name);
 1249       setError("memory region not defined: " + name);
 1283     setError("malformed number: " + tok);
 1336     setError("invalid program header type: " + tok);
 1426     setError("Unknown language");
 1446     setError("expected one of: " + s1 + ", " + s2 + ", or " + s3);
 1481       setError("region '" + tok + "' already defined");
 1504       setError("invalid memory region attribute");