Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DDriver.h39 std::optional<std::string> searchScript(Ctx &, StringRef path);
H A DDriverUtils.cpp265 std::optional<std::string> elf::searchScript(Ctx &ctx, StringRef name) { in searchScript() function in elf
H A DScriptParser.cpp400 if (std::optional<std::string> path = searchScript(ctx, name)) { in readInclude()
H A DDriver.cpp1964 if (std::optional<std::string> path = searchScript(ctx, arg->getValue())) { in readConfigs()
2102 searchScript(ctx, arg->getValue())) { in createFiles()