Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DProcess.cpp44 Optional<std::string> OptPath = Process::GetEnv(EnvName); in FindInEnvPath() local
45 if (!OptPath) in FindInEnvPath()
50 SplitString(OptPath.value(), Dirs, EnvPathSeparatorStr); in FindInEnvPath()