Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/
H A DDriver.cpp5849 static bool ScanDirForExecutable(SmallString<128> &Dir, StringRef Name) { in ScanDirForExecutable() function
5866 if (ScanDirForExecutable(P, Name)) in GetProgramPath()
5886 if (ScanDirForExecutable(P, TargetSpecificExecutable)) in GetProgramPath()