Searched refs:systemLibraryRoots (Results 1 – 4 of 4) sorted by relevance
192 std::vector<llvm::StringRef> systemLibraryRoots; member
282 findPathCombination(path, config->systemLibraryRoots)) in rerootPath()
1486 config->systemLibraryRoots = getSystemLibraryRoots(args); in link()1677 getLibrarySearchPaths(args, config->systemLibraryRoots); in link()1679 getFrameworkSearchPaths(args, config->systemLibraryRoots); in link()
1578 for (StringRef root : config->systemLibraryRoots) in findDylib()