Searched refs:systemLibraryRoots (Results 1 – 4 of 4) sorted by relevance
199 std::vector<llvm::StringRef> systemLibraryRoots; member
296 findPathCombination(path, config->systemLibraryRoots)) in rerootPath()
1602 config->systemLibraryRoots = getSystemLibraryRoots(args); in link()1804 getLibrarySearchPaths(args, config->systemLibraryRoots); in link()1806 getFrameworkSearchPaths(args, config->systemLibraryRoots); in link()
1602 for (StringRef root : config->systemLibraryRoots) in findDylib()