Searched refs:systemLibraryRoots (Results 1 – 4 of 4) sorted by relevance
204 std::vector<llvm::StringRef> systemLibraryRoots; member
352 findPathCombination(path, config->systemLibraryRoots)) in rerootPath()
1675 config->systemLibraryRoots = getSystemLibraryRoots(args); in link()1948 getLibrarySearchPaths(args, config->systemLibraryRoots); in link()1950 getFrameworkSearchPaths(args, config->systemLibraryRoots); in link()
1605 for (StringRef root : config->systemLibraryRoots) in findDylib()