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

Declarations

tools/lld/ELF/ScriptLexer.h
   29   StringRef next();

References

tools/lld/ELF/ScriptLexer.cpp
  242   StringRef tok = next();
  251   StringRef tok = next();
  278 void ScriptLexer::skip() { (void)next(); }
  283   StringRef tok = next();
tools/lld/ELF/ScriptParser.cpp
  182     setError("EOF expected, but got " + next());
  197     setError("EOF expected, but got " + next());
  207     StringRef verStr = next();
  226     StringRef tok = next();
  273     setError("EOF expected, but got " + next());
  313     addFile(unquote(next()));
  320   StringRef tok = next();
  329     config->undefined.push_back(unquote(next()));
  342   StringRef tok = unquote(next());
  363       addFile(unquote(next()));
  370   StringRef tok = next();
  411   StringRef name = unquote(next());
  436     cmd.name = next();
  449         setError("unexpected header attribute: " + next());
  458   StringRef alias = unquote(next());
  460   StringRef name = next();
  472   StringRef tok = next();
  532     StringRef tok = next();
  551       dest = &script->insertAfterCommands[next()];
  553       dest = &script->insertBeforeCommands[next()];
  555       setError("expected AFTER/BEFORE, but got '" + next() + "'");
  571   StringRef tok = next();
  598     v.push_back(next());
  638       v.push_back(unquote(next()));
  699     StringRef filePattern = next();
  718   StringRef msg = unquote(next());
  781       script->createOutputSection(next(), getCurrentLocation());
  785     cmd->sectionCommands.push_back(readInputSectionRules(next()));
  816     StringRef tok = next();
  851     cmd->memoryRegionName = next();
  855     cmd->lmaRegionName = next();
  898   SymbolAssignment *cmd = readSymbolAssignment(next());
  931   StringRef op = next();
 1109   StringRef tok = next();
 1137   StringRef tok = next();
 1305     StringRef tok = next();
 1306     phdrs.push_back((tok.size() == 1) ? next() : tok.substr(1));
 1314   StringRef tok = next();
 1409       StringRef tok = next();
 1423   StringRef tok = next();
 1431     StringRef tok = next();
 1460     StringRef tok = next();
 1493   for (char c : next().lower()) {