Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DConfig.h168 std::vector<llvm::StringRef> systemLibraryRoots; member
H A DDriverUtils.cpp280 findPathCombination(path, config->systemLibraryRoots)) in rerootPath()
H A DDriver.cpp1258 config->systemLibraryRoots = getSystemLibraryRoots(args); in link()
1408 getLibrarySearchPaths(args, config->systemLibraryRoots); in link()
1410 getFrameworkSearchPaths(args, config->systemLibraryRoots); in link()
H A DInputFiles.cpp1668 for (StringRef root : config->systemLibraryRoots) in findDylib()