Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DProcess.cpp34 Process::FindInEnvPath(StringRef EnvName, StringRef FileName, char Separator) { in FindInEnvPath() function in Process
35 return FindInEnvPath(EnvName, FileName, {}, Separator); in FindInEnvPath()
38 Optional<std::string> Process::FindInEnvPath(StringRef EnvName, in FindInEnvPath() function in Process
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DProcess.h108 static Optional<std::string> FindInEnvPath(StringRef EnvName,
113 static Optional<std::string> FindInEnvPath(StringRef EnvName,
/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DPerfReader.cpp364 auto PerfExecutable = sys::Process::FindInEnvPath("PATH", "perf"); in convertPerfDataToTrace()
/llvm-project-15.0.7/llvm/tools/llvm-rc/
H A DResourceFileWriter.cpp1557 if (auto Result = llvm::sys::Process::FindInEnvPath("INCLUDE", File)) in loadFile()
/llvm-project-15.0.7/bolt/lib/Profile/
H A DDataAggregator.cpp145 sys::Process::FindInEnvPath("PATH", "perf"); in findPerfExecutable()