Searched refs:FindInEnvPath (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | Process.cpp | 34 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 D | Process.h | 108 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 D | PerfReader.cpp | 364 auto PerfExecutable = sys::Process::FindInEnvPath("PATH", "perf"); in convertPerfDataToTrace()
|
| /llvm-project-15.0.7/llvm/tools/llvm-rc/ |
| H A D | ResourceFileWriter.cpp | 1557 if (auto Result = llvm::sys::Process::FindInEnvPath("INCLUDE", File)) in loadFile()
|
| /llvm-project-15.0.7/bolt/lib/Profile/ |
| H A D | DataAggregator.cpp | 145 sys::Process::FindInEnvPath("PATH", "perf"); in findPerfExecutable()
|