Searched refs:OptPath (Results 1 – 2 of 2) sorted by relevance
41 Optional<std::string> OptPath = Process::GetEnv(EnvName); in FindInEnvPath() local42 if (!OptPath.hasValue()) in FindInEnvPath()47 SplitString(OptPath.getValue(), Dirs, EnvPathSeparatorStr); in FindInEnvPath()
150 SmallString<128> OptPath(C.getDriver().Dir); in constructOptCommand() local151 llvm::sys::path::append(OptPath, "opt"); in constructOptCommand()152 const char *OptExec = Args.MakeArgString(OptPath); in constructOptCommand()