Home
last modified time | relevance | path

Searched refs:ParseEnvironmentOptions (Results 1 – 4 of 4) sorted by relevance

/external/llvm/unittests/Support/
DCommandLineTest.cpp54 cl::ParseEnvironmentOptions("CommandLineTest", test_env_var); in TEST()
65 cl::ParseEnvironmentOptions("CommandLineTest", test_env_var); in TEST()
/external/llvm/docs/
DCommandLine.rst1208 enabled by an optional fourth argument to `cl::ParseEnvironmentOptions`_ and
1233 .. _cl::ParseEnvironmentOptions:
1235 The ``cl::ParseEnvironmentOptions`` function
1238 The ``cl::ParseEnvironmentOptions`` function has mostly the same effects as
1250 ``cl::ParseEnvironmentOptions`` will break the environment variable's value up
1252 **Note:** Currently ``cl::ParseEnvironmentOptions`` does not support quoting, so
/external/llvm/lib/Support/
DCommandLine.cpp466 void cl::ParseEnvironmentOptions(const char *progName, const char *envVar, in ParseEnvironmentOptions() function in cl
/external/llvm/include/llvm/Support/
DCommandLine.h51 void ParseEnvironmentOptions(const char *progName, const char *envvar,