Searched refs:resolvedPath (Results 1 – 1 of 1) sorted by relevance
1057 llvm::Optional<StringRef> resolvedPath; in parse() local1073 resolvedPath = ctx.searchLibrary(arg->getValue()); in parse()1074 if (!resolvedPath) { in parse()1080 canonicalizePath(resolvedPath.getValue())); in parse()1082 addFile(resolvedPath.getValue(), ctx, globalWholeArchive, upward); in parse()1087 resolvedPath = ctx.findPathForFramework(arg->getValue()); in parse()1088 if (!resolvedPath) { in parse()1094 canonicalizePath(resolvedPath.getValue())); in parse()1096 addFile(resolvedPath.getValue(), ctx, globalWholeArchive, upward); in parse()