Home
last modified time | relevance | path

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

/external/llvm-project/lld/include/lld/ReaderWriter/
DMachOLinkingContext.h240 llvm::Optional<StringRef> findPathForFramework(StringRef fwName) const;
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachOLinkingContext.cpp577 MachOLinkingContext::findPathForFramework(StringRef fwName) const{ in findPathForFramework() function in lld::MachOLinkingContext
/external/llvm-project/lld/lib/Driver/
DDarwinLdDriver.cpp1087 resolvedPath = ctx.findPathForFramework(arg->getValue()); in parse()