Home
last modified time | relevance | path

Searched refs:EnvVars (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp458 std::vector<std::string> EnvVars; in runFunctionAsMain() local
460 EnvVars.emplace_back(envp[i]); in runFunctionAsMain()
462 GVArgs.push_back(PTOGV(CEnv.reset(Fn->getContext(), this, EnvVars))); in runFunctionAsMain()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp1928 const char *EnvVars[] = { in getDeploymentTargetFromEnvironmentVariables() local
1936 static_assert(std::size(EnvVars) == Darwin::LastDarwinPlatform + 1, in getDeploymentTargetFromEnvironmentVariables()
1938 for (const auto &I : llvm::enumerate(llvm::ArrayRef(EnvVars))) { in getDeploymentTargetFromEnvironmentVariables()
1973 (Darwin::DarwinPlatformKind)Target.index(), EnvVars[Target.index()], in getDeploymentTargetFromEnvironmentVariables()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTargetProperties.td113 def EnvVars: Property<"env-vars", "Dictionary">,