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

References

tools/lld/COFF/DriverUtils.cpp
  869     if (tok.startswith_lower("/export:") || tok.startswith_lower("-export:"))
  869     if (tok.startswith_lower("/export:") || tok.startswith_lower("-export:"))
  870       exports.push_back(tok.substr(strlen("/export:")));
  872       rest.push_back(tok.data());