Home | History | Annotate | Download | only in Driver

Lines Matching refs:OptPath

7668   llvm::Optional<std::string> OptPath = llvm::sys::Process::GetEnv("PATH");
7669 if (!OptPath.hasValue())
7674 llvm::SplitString(OptPath.getValue(), PathSegments, EnvPathSeparatorStr);