Searched refs:systemLibraryRoots (Results 1 – 4 of 4) sorted by relevance
197 std::vector<llvm::StringRef> systemLibraryRoots; member
286 findPathCombination(path, config->systemLibraryRoots)) in rerootPath()
1538 config->systemLibraryRoots = getSystemLibraryRoots(args); in link()1733 getLibrarySearchPaths(args, config->systemLibraryRoots); in link()1735 getFrameworkSearchPaths(args, config->systemLibraryRoots); in link()
1601 for (StringRef root : config->systemLibraryRoots) in findDylib()