Home | History | Annotate | Download | only in ExecutionEngine

Lines Matching refs:EnvVars

462         std::vector<std::string> EnvVars;
464 EnvVars.emplace_back(envp[i]);
466 GVArgs.push_back(PTOGV(CEnv.reset(Fn->getContext(), this, EnvVars)));