Searched refs:ShowVersion (Results 1 – 7 of 7) sorted by relevance
/external/clang/include/clang/Frontend/ |
D | FrontendOptions.h | 133 unsigned ShowVersion : 1; ///< Show the -version text. variable 277 ShowStats(false), ShowTimers(false), ShowVersion(false), in FrontendOptions()
|
/external/clang/tools/driver/ |
D | cc1as_main.cpp | 110 unsigned ShowVersion : 1; member 240 Opts.ShowVersion = Args.hasArg(OPT_version); in CreateFromArgs() 484 if (Asm.ShowVersion) { in cc1as_main()
|
/external/clang/lib/FrontendTool/ |
D | ExecuteCompilerInvocation.cpp | 184 if (Clang->getFrontendOpts().ShowVersion) { in ExecuteCompilerInvocation()
|
/external/abi-dumper/ |
D | abi-dumper.pl | 64 my ($Help, $ShowVersion, $DumpVersion, $OutputDump, $SortDump, $StdOut, 108 "v|version!" => \$ShowVersion, 5601 if($ShowVersion)
|
/external/clang/lib/Frontend/ |
D | CompilerInstance.cpp | 827 assert(!getFrontendOpts().ShowVersion && "Client must handle '-version'!"); in ExecuteAction()
|
D | CompilerInvocation.cpp | 1187 Opts.ShowVersion = Args.hasArg(OPT_version); in ParseFrontendArgs()
|
/external/abi-compliance-checker/ |
D | abi-compliance-checker.pl | 80 my ($Help, $ShowVersion, %Descriptor, $TargetLibraryName, 186 "v|version!" => \$ShowVersion, 23078 if($ShowVersion)
|