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

Declarations

tools/lld/ELF/Driver.h
   30   void addFile(StringRef path, bool withLOption);

References

tools/lld/ELF/Driver.cpp
  275     addFile(*path, /*withLOption=*/true);
 1158       addFile(arg->getValue(), /*withLOption=*/false);
tools/lld/ELF/InputFiles.cpp
  488     driver->addFile(specifier, /*withLOption=*/false);
  490     driver->addFile(*s, /*withLOption=*/true);
  492     driver->addFile(*s, /*withLOption=*/true);
tools/lld/ELF/ScriptParser.cpp
  283       driver->addFile(saver.save(path), /*withLOption=*/false);
  289     driver->addFile(s, /*withLOption=*/false);
  292       driver->addFile(s.substr(1), /*withLOption=*/false);
  294       driver->addFile(saver.save(config->sysroot + "/" + s.substr(1)),
  299     driver->addFile(s, /*withLOption=*/false);
  302       driver->addFile(saver.save(*path), /*withLOption=*/true);