Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DDriverUtils.cpp232 std::optional<std::string> elf::findFromSearchPaths(Ctx &ctx, StringRef path) { in findFromSearchPaths() function in elf
258 return findFromSearchPaths(ctx, name.substr(1)); in searchLibrary()
268 return findFromSearchPaths(ctx, name); in searchScript()
H A DDriver.h38 std::optional<std::string> findFromSearchPaths(Ctx &, StringRef path);
H A DScriptParser.cpp354 if (std::optional<std::string> path = findFromSearchPaths(ctx, s)) in addFile()
H A DInputFiles.cpp391 else if (std::optional<std::string> s = findFromSearchPaths(ctx, specifier)) in addDependentLibrary()