Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/WindowsDriver/
H A DMSVCPaths.cpp529 if (std::optional<std::string> PathEnv = sys::Process::GetEnv("PATH")) { in findVCToolChainViaEnvironment() local
531 StringRef(*PathEnv).split(PathEntries, sys::EnvPathSeparator); in findVCToolChainViaEnvironment()
/openbsd-src/gnu/llvm/llvm/lib/Support/Unix/
H A DProgram.inc79 if (const char *PathEnv = std::getenv("PATH")) {
80 SplitString(PathEnv, EnvironmentPaths, ":");