HomeSort by relevance Sort by last modified time
    Searched refs:ShowVersion (Results 1 - 17 of 17) sorted by null

  /external/clang/include/clang/Frontend/
FrontendOptions.h 133 unsigned ShowVersion : 1; ///< Show the -version text.
277 ShowStats(false), ShowTimers(false), ShowVersion(false),
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
FrontendOptions.h 142 unsigned ShowVersion : 1; ///< Show the -version text.
291 ShowStats(false), ShowTimers(false), ShowVersion(false),
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
FrontendOptions.h 142 unsigned ShowVersion : 1; ///< Show the -version text.
291 ShowStats(false), ShowTimers(false), ShowVersion(false),
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
FrontendOptions.h 142 unsigned ShowVersion : 1; ///< Show the -version text.
291 ShowStats(false), ShowTimers(false), ShowVersion(false),
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
FrontendOptions.h 142 unsigned ShowVersion : 1; ///< Show the -version text.
291 ShowStats(false), ShowTimers(false), ShowVersion(false),
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
FrontendOptions.h 142 unsigned ShowVersion : 1; ///< Show the -version text.
291 ShowStats(false), ShowTimers(false), ShowVersion(false),
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
FrontendOptions.h 142 unsigned ShowVersion : 1; ///< Show the -version text.
291 ShowStats(false), ShowTimers(false), ShowVersion(false),
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
FrontendOptions.h 142 unsigned ShowVersion : 1; ///< Show the -version text.
291 ShowStats(false), ShowTimers(false), ShowVersion(false),
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
FrontendOptions.h 142 unsigned ShowVersion : 1; ///< Show the -version text.
291 ShowStats(false), ShowTimers(false), ShowVersion(false),
  /external/clang/tools/driver/
cc1as_main.cpp 110 unsigned ShowVersion : 1;
240 Opts.ShowVersion = Args.hasArg(OPT_version);
484 if (Asm.ShowVersion) {
  /art/runtime/
runtime_options.def 39 RUNTIME_OPTIONS_KEY (Unit, ShowVersion)
parsed_options.cc 74 .Define("-showversion")
75 .IntoKey(M::ShowVersion)
489 // -help, -showversion, etc.
493 } else if (args.Exists(M::ShowVersion)) {
661 UsageMessage(stream, " -showversion\n");
    [all...]
  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 184 if (Clang->getFrontendOpts().ShowVersion) {
  /external/clang/lib/Frontend/
CompilerInstance.cpp 827 assert(!getFrontendOpts().ShowVersion && "Client must handle '-version'!");
    [all...]
CompilerInvocation.cpp     [all...]
  /external/abi-dumper/
abi-dumper.pl 64 my ($Help, $ShowVersion, $DumpVersion, $OutputDump, $SortDump, $StdOut,
108 "v|version!" => \$ShowVersion,
    [all...]
  /external/abi-compliance-checker/
abi-compliance-checker.pl 80 my ($Help, $ShowVersion, %Descriptor, $TargetLibraryName,
186 "v|version!" => \$ShowVersion,
    [all...]

Completed in 802 milliseconds