/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
D | BinaryHolder.cpp | 46 TimestampTy Timestamp, bool Verbose) { in load() argument 56 if (Verbose) in load() 87 Error BinaryHolder::ObjectEntry::load(StringRef Filename, bool Verbose) { in load() argument 95 if (Verbose) in load() 149 bool Verbose) { in getObjectEntry() argument 179 if (Verbose) in getObjectEntry() 184 if (Verbose) in getObjectEntry() 214 if (Verbose) in getObjectEntry() 224 Verbose); in getObjectEntry() 227 auto Err = AE.load(Filename, Timestamp, Verbose); in getObjectEntry() [all …]
|
D | BinaryHolder.h | 40 BinaryHolder(bool Verbose = false) : Verbose(Verbose) {} in Verbose() function 58 Error load(StringRef Filename, bool Verbose = false); 109 Error load(StringRef Filename, TimestampTy Timestamp, bool Verbose = false); 113 bool Verbose = false); 136 bool Verbose; variable
|
D | dsymutil.cpp | 120 static opt<bool> Verbose("verbose", desc("Verbosity level"), init(false), variable 266 raw_ostream &os = Verbose ? errs() : nulls(); in verify() 321 Options.Verbose = Verbose; in getOptions() 347 if (DumpDebugMap || Verbose) in getOptions() 472 Verbose, InputIsYAMLDebugMap); in main() 510 if (Verbose || DumpDebugMap) in main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/Symbolize/ |
D | DIPrinter.h | 32 bool Verbose; variable 40 bool Verbose = false) 43 Verbose(Verbose) {} in OS()
|
/external/clang/tools/scan-build/libexec/ |
D | ccc-analyzer | 207 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, $HtmlDir, $file);
|
/external/fec/ |
D | vtest27.c | 36 int Verbose = 0; variable 91 Verbose++; 140 if(Verbose > 1 && errcnt != 0){ 147 if(Verbose) 153 if(Verbose > 1) 155 else if(Verbose == 0)
|
D | vtest29.c | 36 int Verbose = 0; variable 91 Verbose++; 140 if(Verbose > 1 && errcnt != 0){ 147 if(Verbose) 153 if(Verbose > 1) 155 else if(Verbose == 0)
|
D | vtest39.c | 36 int Verbose = 0; variable 91 Verbose++; 141 if(Verbose > 1 && errcnt != 0){ 148 if(Verbose) 154 if(Verbose > 1) 156 else if(Verbose == 0)
|
D | vtest615.c | 38 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/llvm/utils/ |
D | llvm-native-gxx | 6 $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/ |
D | llvm-native-gcc | 6 $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;
|
D | llvm-native-gxx | 6 $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-7.0/llvm/utils/ |
D | llvm-native-gxx | 6 $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-7.0/llvm/tools/llvm-cvtres/ |
D | llvm-cvtres.cpp | 110 bool Verbose = InputArgs.hasArg(OPT_VERBOSE); in main() local 125 if (Verbose) in main() 145 if (Verbose) { in main() 175 if (Verbose) { in main() 189 if (Verbose) { in main() 204 if (Verbose) { in main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFFormValue.cpp | 425 if (DumpOpts.Verbose) in dump() 430 if (DumpOpts.Verbose) in dump() 440 if (DumpOpts.Verbose) in dump() 445 if (DumpOpts.Verbose) in dump() 454 if (DumpOpts.Verbose) in dump() 459 if (DumpOpts.Verbose) in dump() 464 if (DumpOpts.Verbose) in dump() 469 if (DumpOpts.Verbose) in dump() 474 if (DumpOpts.Verbose) in dump() 502 if (DumpOpts.Verbose) in dump() [all …]
|
D | DWARFDebugRnglists.cpp | 158 if (DumpOpts.Verbose) { in dump() 166 if (DumpOpts.Verbose) { in dump() 180 OS << (DumpOpts.Verbose ? "" : "<End of list>"); in dump() 185 if (!DumpOpts.Verbose) in dump()
|
/external/llvm/tools/dsymutil/ |
D | BinaryHolder.h | 46 bool Verbose; variable 83 BinaryHolder(bool Verbose) : Verbose(Verbose) {} in BinaryHolder() argument
|
D | dsymutil.h | 28 bool Verbose; ///< Verbosity member 33 LinkOptions() : Verbose(false), NoOutput(false) {} in LinkOptions() 41 StringRef PrependPath, bool Verbose, bool InputIsYAML);
|
D | BinaryHolder.cpp | 47 if (Verbose) in GetMemoryBuffersForFile() 71 if (Verbose) in GetMemoryBuffersForFile() 111 if (Verbose) in GetArchiveMemberBuffers() 115 if (Verbose) in GetArchiveMemberBuffers() 142 if (Verbose) in MapArchiveAndGetMemberBuffers()
|
D | dsymutil.cpp | 64 static opt<bool> Verbose("verbose", desc("Verbosity level"), init(false), variable 264 Options.Verbose = Verbose; in main() 300 Verbose, InputIsYAMLDebugMap); in main() 318 if (Verbose || DumpDebugMap) in main()
|
/external/swiftshader/third_party/LLVM/tools/llvm-link/ |
D | llvm-link.cpp | 47 Verbose("v", cl::desc("Print information about actions taken")); variable 65 if (Verbose) errs() << "Loading '" << Filename.c_str() << "'\n"; in LoadFile() 104 if (Verbose) errs() << "Linking in '" << InputFilenames[i] << "'\n"; in main() 132 if (Verbose) errs() << "Writing bitcode...\n"; in main()
|
/external/clang/utils/analyzer/ |
D | SATestBuild.py | 198 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 == 1: [all …]
|
/external/clang/lib/Frontend/ |
D | InitHeaderSearch.cpp | 46 bool Verbose; member in __anonb3d904be0111::InitHeaderSearch 53 : Headers(HS), Verbose(verbose), IncludeSysroot(sysroot), in InitHeaderSearch() 171 if (Verbose) in AddUnmappedPath() 495 unsigned First, bool Verbose) { in RemoveDuplicates() argument 559 if (Verbose) { in RemoveDuplicates() 589 RemoveDuplicates(SearchList, 0, Verbose); in Realize() 596 RemoveDuplicates(SearchList, NumQuoted, Verbose); in Realize() 615 unsigned NonSystemRemoved = RemoveDuplicates(SearchList, NumQuoted, Verbose); in Realize() 624 if (Verbose) { in Realize() 649 InitHeaderSearch Init(HS, HSOpts.Verbose, HSOpts.Sysroot); in ApplyHeaderSearchOptions()
|
/external/llvm/tools/llvm-link/ |
D | llvm-link.cpp | 89 Verbose("v", cl::desc("Print information about actions taken")); variable 116 if (Verbose) errs() << "Loading '" << FN << "'\n"; in loadFile() 254 if (Verbose) in importFunctions() 327 if (Verbose) in linkFiles() 389 if (Verbose) errs() << "Writing bitcode...\n"; in main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/WindowsResource/ |
D | ResourceProcessor.h | 36 void setVerbose(bool Verbose) { IsVerbose = Verbose; } in setVerbose() argument
|