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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DProcess.cpp41 Optional<std::string> OptPath = Process::GetEnv(EnvName); local
42 if (!OptPath.hasValue())
47 SplitString(OptPath.getValue(), Dirs, EnvPathSeparatorStr);

Completed in 102 milliseconds