Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DDriverUtils.cpp196 static Optional<std::string> findFile(StringRef Path1, const Twine &Path2) { in findFile() argument
199 path::append(S, Config->Sysroot, Path1.substr(1), Path2); in findFile()
201 path::append(S, Path1, Path2); in findFile()