Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DDriver.h59 findPathCombination(const llvm::Twine &name,
H A DDriverUtils.cpp257 macho::findPathCombination(const Twine &name, in findPathCombination() function in macho
280 findPathCombination(path, config->systemLibraryRoots)) in rerootPath()
H A DDriver.cpp93 if (Optional<StringRef> path = findPathCombination( in findLibrary()
96 return findPathCombination("lib" + name, config->librarySearchPaths, in findLibrary()
99 return findPathCombination("lib" + name, config->librarySearchPaths, in findLibrary()
H A DInputFiles.cpp1661 } else if (Optional<StringRef> dylibPath = findPathCombination( in findDylib()