/external/llvm/tools/dsymutil/ |
D | dsymutil.cpp | 42 static opt<bool> Verbose("v", desc("Verbosity level"), init(false)); variable 62 auto DebugMapPtrOrErr = parseDebugMap(InputFile, OsoPrependPath, Verbose); in main() 64 Options.Verbose = Verbose; in main() 78 if (Verbose) in main()
|
D | BinaryHolder.h | 41 bool Verbose; variable 67 BinaryHolder(bool Verbose) : Verbose(Verbose) {} in BinaryHolder() argument
|
D | dsymutil.h | 28 bool Verbose; ///< Verbosity member 31 LinkOptions() : Verbose(false), NoOutput(false) {} in LinkOptions() 38 bool Verbose = false);
|
D | BinaryHolder.cpp | 23 if (Verbose) in GetMemoryBufferForFile() 45 if (Verbose) in GetMemoryBufferForFile() 67 if (Verbose) in GetArchiveMemberBuffer() 84 if (Verbose) in MapArchiveAndGetMemberBuffer()
|
D | MachODebugMapParser.cpp | 25 bool Verbose = false) in MachODebugMapParser() argument 27 MainBinaryHolder(Verbose), CurrentObjectHolder(Verbose), in MachODebugMapParser() 248 parseDebugMap(StringRef InputFile, StringRef PrependPath, bool Verbose) { in parseDebugMap() argument 249 MachODebugMapParser Parser(InputFile, PrependPath, Verbose); in parseDebugMap()
|
D | DwarfLinker.cpp | 981 BinHolder(Options.Verbose) {} in DwarfLinker() 1286 if (!Options.Verbose || !DIE) in reportWarning() 1479 if (Options.Verbose) in hasValidRelocation() 1544 if (Options.Verbose) in shouldKeepVariableDIE() 1576 if (Options.Verbose) in shouldKeepSubprogramDIE() 2441 if (Options.Verbose) in link() 2451 if (Options.Verbose) in link() 2464 if (Options.Verbose) { in link()
|
/external/clang/tools/scan-build/ |
D | ccc-analyzer | 189 my ($Clang, $OriginalArgs, $AnalyzeArgs, $Lang, $Output, $Verbose, $HtmlDir, 220 if ($Verbose) { 240 if ($Verbose) { 248 if ($Verbose == 1) { 254 elsif ($Verbose == 2) { 478 my $Verbose = 0; 479 if (defined $ENV{'CCC_ANALYZER_VERBOSE'}) { $Verbose = 1; } 480 if (defined $ENV{'CCC_ANALYZER_LOG'}) { $Verbose = 2; } 750 $Verbose, $HtmlDir, $file); 755 $Verbose, $HtmlDir, $file);
|
D | scan-build | 28 my $Verbose = 0; # Verbose output from this script. 234 if ($Verbose) { 929 my $Verbose = $Options->{'VERBOSE'}; 930 if ($Verbose >= 2) { 933 if ($Verbose >= 3) { 1484 $Verbose++; 1694 'VERBOSE' => $Verbose,
|
/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/clang/utils/analyzer/ |
D | SATestBuild.py | 175 Verbose = 1 variable 186 if Verbose == 1: 226 if Verbose == 1: 283 if Verbose == 1: 310 if Verbose == 1: 317 if Verbose == 1: 372 if (Verbose > 0): 442 if Verbose == 1: 472 if Verbose == 1: 482 if Verbose == 1: [all …]
|
/external/llvm/tools/llvm-link/ |
D | llvm-link.cpp | 53 Verbose("v", cl::desc("Print information about actions taken")); variable 78 if (Verbose) errs() << "Loading '" << FN << "'\n"; in loadFile() 135 if (Verbose) errs() << "Linking in '" << InputFilenames[i] << "'\n"; in main() 155 if (Verbose) errs() << "Writing bitcode...\n"; in main()
|
/external/clang/lib/Frontend/ |
D | InitHeaderSearch.cpp | 45 bool Verbose; member in __anonb3d904be0111::InitHeaderSearch 52 : Headers(HS), Verbose(verbose), IncludeSysroot(sysroot), in InitHeaderSearch() 175 if (Verbose) in AddUnmappedPath() 537 unsigned First, bool Verbose) { in RemoveDuplicates() argument 601 if (Verbose) { in RemoveDuplicates() 632 RemoveDuplicates(SearchList, 0, Verbose); in Realize() 641 RemoveDuplicates(SearchList, NumQuoted, Verbose); in Realize() 663 unsigned NonSystemRemoved = RemoveDuplicates(SearchList, NumQuoted, Verbose); in Realize() 672 if (Verbose) { in Realize() 697 InitHeaderSearch Init(HS, HSOpts.Verbose, HSOpts.Sysroot); in ApplyHeaderSearchOptions()
|
/external/clang/include/clang/Lex/ |
D | HeaderSearchOptions.h | 157 unsigned Verbose : 1; variable 176 UseLibcxx(false), Verbose(false), in Sysroot()
|
/external/llvm/docs/CommandGuide/ |
D | llvm-link.rst | 46 Verbose mode. Print information about what :program:`llvm-link` is doing.
|
/external/lldb/include/lldb/Core/ |
D | Log.h | 154 Verbose (const char *fmt, ...) __attribute__ ((format (printf, 2, 3)));
|
/external/clang/lib/Sema/ |
D | AnalysisBasedWarnings.cpp | 1448 bool Verbose; member in clang::threadSafety::__anon75d552dd0e11::ThreadSafetyReporter 1451 if (Verbose && CurrentFunction) { in getNotes() 1462 if (Verbose && CurrentFunction) { in getNotes() 1476 if (Verbose && CurrentFunction) { in getNotes() 1499 CurrentFunction(nullptr), Verbose(false) {} in ThreadSafetyReporter() 1501 void setVerbose(bool b) { Verbose = b; } in setVerbose() 1627 if (Verbose && POK == POK_VarAccess) { in handleMutexNotHeld() 1655 if (Verbose && POK == POK_VarAccess) { in handleMutexNotHeld()
|
/external/llvm/tools/llvm-ar/ |
D | llvm-ar.cpp | 124 static bool Verbose = false; ///< 'v' modifier variable 226 case 'v': Verbose = true; break; in parseCommandLine() 286 if (Verbose) in doPrint() 315 if (Verbose) { in doDisplayTable()
|
/external/clang/examples/clang-interpreter/ |
D | main.cpp | 138 if (CI->getHeaderSearchOpts().Verbose) { in main()
|
/external/libvpx/libvpx/test/ |
D | tools_common.sh | 268 --verbose: Verbose output.
|
/external/libedit/ |
D | configure.ac | 22 # Verbose output can be enabled with
|
/external/iputils/doc/ |
D | ninfod.sgml | 51 Verbose mode.
|
/external/openssh/ |
D | scp.0 | 145 -v Verbose mode. Causes scp and ssh(1) to print debugging messages
|
/external/blktrace/btreplay/doc/ |
D | btreplay.tex | 342 \texttt{--verbose}\\Select Verbose Output} 356 \caption{\label{fig:verb-out}Verbose Output Example} 377 \caption{\label{fig:verb-defs}Verbose Field Definitions} 511 \texttt{--verbose}\\Select Verbose Output}
|
/external/lldb/source/Core/ |
D | Log.cpp | 264 Log::Verbose (const char *format, ...) in Verbose() function in Log
|
/external/clang/include/clang/Analysis/Analyses/ |
D | ThreadSafetyTraverse.h | 386 bool Verbose; // Print out additional information 392 : Verbose(V), Cleanup(C), CStyle(CS) in Verbose() function
|