Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DConfig.h204 std::vector<llvm::StringRef> systemLibraryRoots; member
H A DDriverUtils.cpp352 findPathCombination(path, config->systemLibraryRoots)) in rerootPath()
H A DDriver.cpp1675 config->systemLibraryRoots = getSystemLibraryRoots(args); in link()
1948 getLibrarySearchPaths(args, config->systemLibraryRoots); in link()
1950 getFrameworkSearchPaths(args, config->systemLibraryRoots); in link()
H A DInputFiles.cpp1605 for (StringRef root : config->systemLibraryRoots) in findDylib()