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

References

tools/lld/ELF/ScriptParser.cpp
  313     addFile(unquote(next()));
  329     config->undefined.push_back(unquote(next()));
  342   StringRef tok = unquote(next());
  363       addFile(unquote(next()));
  372     config->outputFile = unquote(tok);
  411   StringRef name = unquote(next());
  458   StringRef alias = unquote(next());
  474     config->searchPaths.push_back(unquote(tok));
  638       v.push_back(unquote(next()));
  718   StringRef msg = unquote(next());
 1410       v->push_back({unquote(tok), false, hasWildcard(tok)});
 1433         {unquote(tok), isCXX, !tok.startswith("\"") && hasWildcard(tok)});