Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DConfig.h199 std::vector<llvm::StringRef> systemLibraryRoots; member
H A DDriverUtils.cpp296 findPathCombination(path, config->systemLibraryRoots)) in rerootPath()
H A DDriver.cpp1602 config->systemLibraryRoots = getSystemLibraryRoots(args); in link()
1804 getLibrarySearchPaths(args, config->systemLibraryRoots); in link()
1806 getFrameworkSearchPaths(args, config->systemLibraryRoots); in link()
H A DInputFiles.cpp1602 for (StringRef root : config->systemLibraryRoots) in findDylib()