Home
last modified time | relevance | path

Searched refs:resolvedPath (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/lib/Driver/
H A DDarwinLdDriver.cpp1057 llvm::Optional<StringRef> resolvedPath; in parse() local
1073 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()