Searched refs:Verbose (Results 1 - 25 of 44) sorted by relevance

12

/external/llvm/tools/dsymutil/
H A Ddsymutil.h28 bool Verbose; ///< Verbosity member in struct:llvm::dsymutil::LinkOptions
33 LinkOptions() : Verbose(false), NoOutput(false) {}
41 StringRef PrependPath, bool Verbose, bool InputIsYAML);
H A DBinaryHolder.h46 bool Verbose; member in class:llvm::dsymutil::BinaryHolder
83 BinaryHolder(bool Verbose) : Verbose(Verbose) {} argument
H A DBinaryHolder.cpp47 if (Verbose)
71 if (Verbose)
111 if (Verbose)
115 if (Verbose)
142 if (Verbose)
H A Ddsymutil.cpp64 static opt<bool> Verbose("verbose", desc("Verbosity level"), init(false),
264 Options.Verbose = Verbose;
300 Verbose, InputIsYAMLDebugMap);
318 if (Verbose || DumpDebugMap)
H A DMachODebugMapParser.cpp26 StringRef PathPrefix = "", bool Verbose = false)
28 PathPrefix(PathPrefix), MainBinaryHolder(Verbose),
29 CurrentObjectHolder(Verbose), CurrentDebugMapObject(nullptr) {}
486 StringRef PrependPath, bool Verbose, bool InputIsYAML) {
488 MachODebugMapParser Parser(InputFile, Archs, PrependPath, Verbose);
491 return DebugMap::parseYAMLDebugMap(InputFile, PrependPath, Verbose);
485 parseDebugMap(StringRef InputFile, ArrayRef<std::string> Archs, StringRef PrependPath, bool Verbose, bool InputIsYAML) argument
/external/fec/
H A Dvtest27.c36 int Verbose = 0; variable
91 Verbose++;
140 if(Verbose > 1 && errcnt != 0){
147 if(Verbose)
153 if(Verbose > 1)
155 else if(Verbose == 0)
H A Dvtest29.c36 int Verbose = 0; variable
91 Verbose++;
140 if(Verbose > 1 && errcnt != 0){
147 if(Verbose)
153 if(Verbose > 1)
155 else if(Verbose == 0)
H A Dvtest39.c36 int Verbose = 0; variable
91 Verbose++;
141 if(Verbose > 1 && errcnt != 0){
148 if(Verbose)
154 if(Verbose > 1)
156 else if(Verbose == 0)
H A Dsumsq_test.c25 int Verbose = 0; variable
67 Verbose++;
H A Dvtest615.c38 int Verbose = 0; variable
93 Verbose++;
146 if(Verbose > 1 && errcnt != 0){
153 if(Verbose)
161 if(Verbose > 1)
163 else if(Verbose == 0)
/external/swiftshader/third_party/LLVM/tools/llvm-link/
H A Dllvm-link.cpp47 Verbose("v", cl::desc("Print information about actions taken"));
65 if (Verbose) errs() << "Loading '" << Filename.c_str() << "'\n";
104 if (Verbose) errs() << "Linking in '" << InputFilenames[i] << "'\n";
132 if (Verbose) errs() << "Writing bitcode...\n";
/external/llvm/utils/
H A Dllvm-native-gxx6 $Verbose = 0;
34 $Verbose = 1;
70 "based on '$DefaultOutputFileBase'\n" if $Verbose;
87 print "$command\n" if $Verbose;
164 print "Output file is $OutputFile\n" if $Verbose;
/external/swiftshader/third_party/LLVM/utils/
H A Dllvm-native-gcc6 $Verbose = 0;
34 $Verbose = 1;
70 "based on '$DefaultOutputFileBase'\n" if $Verbose;
87 print "$command\n" if $Verbose;
164 print "Output file is $OutputFile\n" if $Verbose;
H A Dllvm-native-gxx6 $Verbose = 0;
34 $Verbose = 1;
70 "based on '$DefaultOutputFileBase'\n" if $Verbose;
87 print "$command\n" if $Verbose;
164 print "Output file is $OutputFile\n" if $Verbose;
/external/clang/include/clang/Lex/
H A DHeaderSearchOptions.h162 unsigned Verbose : 1;
181 UseStandardCXXIncludes(true), UseLibcxx(false), Verbose(false),
/external/swiftshader/third_party/LLVM/tools/llvm-ranlib/
H A Dllvm-ranlib.cpp32 Verbose("verbose",cl::Optional,cl::init(false),
87 if (Verbose)
/external/clang/tools/scan-build/libexec/
H A Dccc-analyzer207 my ($Clang, $OriginalArgs, $AnalyzeArgs, $Lang, $Output, $Verbose, $HtmlDir,
238 if ($Verbose) {
262 if ($Verbose) {
270 if ($Verbose == 1) {
276 elsif ($Verbose == 2) {
488 my $Verbose = 0;
489 if (defined $ENV{'CCC_ANALYZER_VERBOSE'}) { $Verbose = 1; }
490 if (defined $ENV{'CCC_ANALYZER_LOG'}) { $Verbose = 2; }
777 $Verbose, $HtmlDir, $file);
782 $Verbose,
[all...]
/external/clang/utils/analyzer/
H A DSATestBuild.py198 Verbose = 1 variable
219 if Verbose == 1:
309 if Verbose == 1:
383 if Verbose == 1:
408 if Verbose == 1:
424 if Verbose == 1:
495 if (Verbose > 0):
569 if Verbose == 1:
620 if Verbose == 1:
630 if Verbose
[all...]
/external/clang/lib/Frontend/
H A DInitHeaderSearch.cpp46 bool Verbose; member in class:__anon1331::InitHeaderSearch
53 : Headers(HS), Verbose(verbose), IncludeSysroot(sysroot),
171 if (Verbose)
495 unsigned First, bool Verbose) {
559 if (Verbose) {
589 RemoveDuplicates(SearchList, 0, Verbose);
596 RemoveDuplicates(SearchList, NumQuoted, Verbose);
615 unsigned NonSystemRemoved = RemoveDuplicates(SearchList, NumQuoted, Verbose);
624 if (Verbose) {
649 InitHeaderSearch Init(HS, HSOpts.Verbose, HSOpt
494 RemoveDuplicates(std::vector<DirectoryLookup> &SearchList, unsigned First, bool Verbose) argument
[all...]
/external/llvm/tools/llvm-link/
H A Dllvm-link.cpp89 Verbose("v", cl::desc("Print information about actions taken"));
116 if (Verbose) errs() << "Loading '" << FN << "'\n";
254 if (Verbose)
327 if (Verbose)
389 if (Verbose) errs() << "Writing bitcode...\n";
/external/swiftshader/third_party/LLVM/tools/llvm-ld/
H A Dllvm-ld.cpp62 static cl::opt<bool> Verbose("v",
234 if (Verbose)
277 if (Verbose) {
299 if (Verbose) {
396 if (Verbose) {
411 if (Verbose)
564 // Construct a Linker (now that Verbose is set)
565 Linker TheLinker(progname, OutputFilename, Context, Verbose);
/external/swiftshader/third_party/LLVM/include/llvm/
H A DLinker.h38 /// print out the linking actions it is taking with the Verbose flag.
56 Verbose = 1, ///< Print to stderr what steps the linker is taking enumerator in enum:llvm::Linker::ControlFlags
/external/swiftshader/third_party/LLVM/tools/llvm-ar/
H A Dllvm-ar.cpp102 bool Verbose = false; ///< 'v' modifier variable
209 case 'v': Verbose = true; break;
210 case 'V': Verbose = ReallyVerbose = true; break;
368 if (Verbose)
411 if (Verbose) {
/external/clang/examples/clang-interpreter/
H A Dmain.cpp138 if (CI->getHeaderSearchOpts().Verbose) {
/external/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp144 static bool Verbose = false; ///< 'v' modifier variable
248 case 'v': Verbose = true; break;
317 if (Verbose)
339 if (Verbose) {

Completed in 722 milliseconds

12