Home
last modified time | relevance | path

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

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