Home
last modified time | relevance | path

Searched refs:Verbose (Results 1 – 25 of 128) sorted by relevance

123456

/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DBinaryHolder.cpp46 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 …]
DBinaryHolder.h40 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
Ddsymutil.cpp120 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/
DDIPrinter.h32 bool Verbose; variable
40 bool Verbose = false)
43 Verbose(Verbose) {} in OS()
/external/clang/tools/scan-build/libexec/
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, $HtmlDir, $file);
/external/fec/
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)
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)
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)
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/llvm/utils/
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/
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;
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-7.0/llvm/utils/
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-7.0/llvm/tools/llvm-cvtres/
Dllvm-cvtres.cpp110 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/
DDWARFFormValue.cpp425 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 …]
DDWARFDebugRnglists.cpp158 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/
DBinaryHolder.h46 bool Verbose; variable
83 BinaryHolder(bool Verbose) : Verbose(Verbose) {} in BinaryHolder() argument
Ddsymutil.h28 bool Verbose; ///< Verbosity member
33 LinkOptions() : Verbose(false), NoOutput(false) {} in LinkOptions()
41 StringRef PrependPath, bool Verbose, bool InputIsYAML);
DBinaryHolder.cpp47 if (Verbose) in GetMemoryBuffersForFile()
71 if (Verbose) in GetMemoryBuffersForFile()
111 if (Verbose) in GetArchiveMemberBuffers()
115 if (Verbose) in GetArchiveMemberBuffers()
142 if (Verbose) in MapArchiveAndGetMemberBuffers()
Ddsymutil.cpp64 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/
Dllvm-link.cpp47 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/
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 == 1:
[all …]
/external/clang/lib/Frontend/
DInitHeaderSearch.cpp46 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/
Dllvm-link.cpp89 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/
DResourceProcessor.h36 void setVerbose(bool Verbose) { IsVerbose = Verbose; } in setVerbose() argument

123456