Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp5144 static bool ScanDirForExecutable(SmallString<128> &Dir, StringRef Name) { in ScanDirForExecutable() function
5161 if (ScanDirForExecutable(P, Name)) in GetProgramPath()
5181 if (ScanDirForExecutable(P, TargetSpecificExecutable)) in GetProgramPath()