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

Declarations

tools/lld/include/lld/ReaderWriter/MachOLinkingContext.h
  236   void addFrameworkSearchDir(StringRef fwPath, bool isSystemPath = false);

References

tools/lld/lib/Driver/DarwinLdDriver.cpp
  627     ctx.addFrameworkSearchDir(fwPath->getValue());
  634     ctx.addFrameworkSearchDir("/Library/Frameworks", true);
  635     ctx.addFrameworkSearchDir("/System/Library/Frameworks", true);