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

References

tools/lld/lib/Driver/DarwinLdDriver.cpp
 1057     switch (arg->getOption().getID()) {
 1061       addFile(arg->getValue(), ctx, globalWholeArchive, false);
 1064       addFile(arg->getValue(), ctx, false, true);
 1067       addFile(arg->getValue(), ctx, true, false);
 1071       upward = (arg->getOption().getID() == OPT_upward_l);
 1072       resolvedPath = ctx.searchLibrary(arg->getValue());
 1074         error("Unable to find library for " + arg->getSpelling() +
 1075               arg->getValue());
 1085       upward = (arg->getOption().getID() == OPT_upward_framework);
 1086       resolvedPath = ctx.findPathForFramework(arg->getValue());
 1088         error("Unable to find framework for " + arg->getSpelling() + " " +
 1089               arg->getValue());
 1098       if (auto ec = loadFileList(arg->getValue(), ctx, globalWholeArchive)) {
 1100           error(EI.message() + ", processing '-filelist " + arg->getValue());
 1106         const char* seg  = arg->getValue(0);
 1107         const char* sect = arg->getValue(1);
 1108         const char* fileName = arg->getValue(2);