Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lld/MachO/
HDConfig.h199 std::vector<llvm::StringRef> systemLibraryRoots; member
HDDriverUtils.cpp296 findPathCombination(path, config->systemLibraryRoots)) in rerootPath()
HDDriver.cpp1602 config->systemLibraryRoots = getSystemLibraryRoots(args); in link()
1804 getLibrarySearchPaths(args, config->systemLibraryRoots); in link()
1806 getFrameworkSearchPaths(args, config->systemLibraryRoots); in link()
HDInputFiles.cpp1602 for (StringRef root : config->systemLibraryRoots) in findDylib()