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

Declarations

tools/lld/include/lld/ReaderWriter/MachOLinkingContext.h
  219   void addModifiedSearchDir(StringRef libPath, bool isSystemPath = false);

References

tools/lld/lib/Driver/DarwinLdDriver.cpp
  622     ctx.addModifiedSearchDir(libPath->getValue());
  632     ctx.addModifiedSearchDir("/usr/lib", true);
  633     ctx.addModifiedSearchDir("/usr/local/lib", true);