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

References

tools/lld/ELF/ScriptParser.cpp
  227     if (tok == ";")
  230     if (tok == "ENTRY") {
  232     } else if (tok == "EXTERN") {
  234     } else if (tok == "GROUP") {
  236     } else if (tok == "INCLUDE") {
  238     } else if (tok == "INPUT") {
  240     } else if (tok == "MEMORY") {
  242     } else if (tok == "OUTPUT") {
  244     } else if (tok == "OUTPUT_ARCH") {
  246     } else if (tok == "OUTPUT_FORMAT") {
  248     } else if (tok == "PHDRS") {
  250     } else if (tok == "REGION_ALIAS") {
  252     } else if (tok == "SEARCH_DIR") {
  254     } else if (tok == "SECTIONS") {
  256     } else if (tok == "TARGET") {
  258     } else if (tok == "VERSION") {
  260     } else if (SymbolAssignment *cmd = readAssignment(tok)) {
  263       setError("unknown directive: " + tok);