Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/MachO/
H A DDriver.h58 findPathCombination(const llvm::Twine &name,
H A DDriverUtils.cpp259 macho::findPathCombination(const Twine &name, in findPathCombination() function in macho
282 findPathCombination(path, config->systemLibraryRoots)) in rerootPath()
H A DDriver.cpp94 if (std::optional<StringRef> path = findPathCombination( in findLibrary()
97 return findPathCombination("lib" + name, config->librarySearchPaths, in findLibrary()
100 return findPathCombination("lib" + name, config->librarySearchPaths, in findLibrary()
H A DInputFiles.cpp1571 } else if (std::optional<StringRef> dylibPath = findPathCombination( in findDylib()