Searched refs:EnvVar (Results 1 - 2 of 2) sorted by relevance

/external/llvm/runtime/libprofile/
H A DCommonProfiling.c39 const char *EnvVar; local
42 if ((EnvVar = getenv("LLVMPROF_OUTPUT")) != NULL) {
46 SavedEnvVar = strdup(EnvVar);
/external/clang/lib/Driver/
H A DTools.cpp96 const char *EnvVar) {
97 const char *DirList = ::getenv(EnvVar);
93 addDirectoryList(const ArgList &Args, ArgStringList &CmdArgs, const char *ArgName, const char *EnvVar) argument

Completed in 618 milliseconds