Home
last modified time | relevance | path

Searched refs:ShowVersion (Results 1 – 7 of 7) sorted by relevance

/external/clang/include/clang/Frontend/
DFrontendOptions.h133 unsigned ShowVersion : 1; ///< Show the -version text. variable
277 ShowStats(false), ShowTimers(false), ShowVersion(false), in FrontendOptions()
/external/clang/tools/driver/
Dcc1as_main.cpp110 unsigned ShowVersion : 1; member
240 Opts.ShowVersion = Args.hasArg(OPT_version); in CreateFromArgs()
484 if (Asm.ShowVersion) { in cc1as_main()
/external/clang/lib/FrontendTool/
DExecuteCompilerInvocation.cpp184 if (Clang->getFrontendOpts().ShowVersion) { in ExecuteCompilerInvocation()
/external/abi-dumper/
Dabi-dumper.pl64 my ($Help, $ShowVersion, $DumpVersion, $OutputDump, $SortDump, $StdOut,
108 "v|version!" => \$ShowVersion,
5601 if($ShowVersion)
/external/clang/lib/Frontend/
DCompilerInstance.cpp827 assert(!getFrontendOpts().ShowVersion && "Client must handle '-version'!"); in ExecuteAction()
DCompilerInvocation.cpp1187 Opts.ShowVersion = Args.hasArg(OPT_version); in ParseFrontendArgs()
/external/abi-compliance-checker/
Dabi-compliance-checker.pl80 my ($Help, $ShowVersion, %Descriptor, $TargetLibraryName,
186 "v|version!" => \$ShowVersion,
23078 if($ShowVersion)