Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/include/lld/ReaderWriter/
H A DMachOLinkingContext.h159 const StringRefVector &frameworkDirs() const { return _frameworkDirs; } in frameworkDirs() function
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachOLinkingContext.cpp579 for (StringRef dir : frameworkDirs()) { in findPathForFramework()
/freebsd-13.1/contrib/llvm-project/lld/lib/Driver/
H A DDarwinLdDriver.cpp647 for (auto path : ctx.frameworkDirs()) { in parse()