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

References

tools/lld/lib/Driver/DarwinLdDriver.cpp
 1072       resolvedPath = ctx.searchLibrary(arg->getValue());
 1073       if (!resolvedPath) {
 1079                 canonicalizePath(resolvedPath.getValue()));
 1081       addFile(resolvedPath.getValue(), ctx, globalWholeArchive, upward);
 1086       resolvedPath = ctx.findPathForFramework(arg->getValue());
 1087       if (!resolvedPath) {
 1093                 canonicalizePath(resolvedPath.getValue()));
 1095       addFile(resolvedPath.getValue(), ctx, globalWholeArchive, upward);