Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DProcess.cpp41 Optional<std::string> OptPath = Process::GetEnv(EnvName); in FindInEnvPath() local
42 if (!OptPath.hasValue()) in FindInEnvPath()
47 SplitString(OptPath.getValue(), Dirs, EnvPathSeparatorStr); in FindInEnvPath()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DHIP.cpp150 SmallString<128> OptPath(C.getDriver().Dir); in constructOptCommand() local
151 llvm::sys::path::append(OptPath, "opt"); in constructOptCommand()
152 const char *OptExec = Args.MakeArgString(OptPath); in constructOptCommand()