Searched refs:fwPath (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachOLinkingContext.cpp502 void MachOLinkingContext::addFrameworkSearchDir(StringRef fwPath, argument
507 if (fwPath.startswith("/")) {
510 llvm::sys::path::append(path, fwPath);
517 // If fwPath found in any -syslibroot, then done.
525 // Only use raw fwPath if that directory exists.
526 if (pathExists(fwPath))
527 _frameworkDirs.push_back(fwPath);
/freebsd-11-stable/contrib/llvm-project/lld/include/lld/ReaderWriter/
H A DMachOLinkingContext.h236 void addFrameworkSearchDir(StringRef fwPath, bool isSystemPath = false);
/freebsd-11-stable/contrib/llvm-project/lld/lib/Driver/
H A DDarwinLdDriver.cpp626 for (auto fwPath : parsedArgs.filtered(OPT_F)) {
627 ctx.addFrameworkSearchDir(fwPath->getValue());

Completed in 65 milliseconds