Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/MachO/
H A DConfig.h192 std::vector<llvm::StringRef> systemLibraryRoots; member
H A DDriverUtils.cpp282 findPathCombination(path, config->systemLibraryRoots)) in rerootPath()
H A DDriver.cpp1486 config->systemLibraryRoots = getSystemLibraryRoots(args); in link()
1677 getLibrarySearchPaths(args, config->systemLibraryRoots); in link()
1679 getFrameworkSearchPaths(args, config->systemLibraryRoots); in link()
H A DInputFiles.cpp1578 for (StringRef root : config->systemLibraryRoots) in findDylib()