Home
last modified time | relevance | path

Searched refs:searchLibrary (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DDriver.h41 std::optional<std::string> searchLibrary(Ctx &, StringRef path);
H A DDriverUtils.cpp255 std::optional<std::string> elf::searchLibrary(Ctx &ctx, StringRef name) { in searchLibrary() function in elf
H A DDriver.cpp338 if (std::optional<std::string> path = searchLibrary(ctx, name)) in addLibrary()