Searched defs:Verbose (Results 1 - 8 of 8) sorted by relevance

/external/llvm/tools/dsymutil/
H A Ddsymutil.h28 bool Verbose; ///< Verbosity member in struct:llvm::dsymutil::LinkOptions
31 LinkOptions() : Verbose(false), NoOutput(false) {}
38 bool Verbose = false);
H A DBinaryHolder.h41 bool Verbose; member in class:llvm::dsymutil::BinaryHolder
67 BinaryHolder(bool Verbose) : Verbose(Verbose) {} argument
H A DMachODebugMapParser.cpp25 bool Verbose = false)
27 MainBinaryHolder(Verbose), CurrentObjectHolder(Verbose),
248 parseDebugMap(StringRef InputFile, StringRef PrependPath, bool Verbose) { argument
249 MachODebugMapParser Parser(InputFile, PrependPath, Verbose);
/external/clang/utils/analyzer/
H A DSATestBuild.py175 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
[all...]
/external/clang/lib/Frontend/
H A DInitHeaderSearch.cpp45 bool Verbose; member in class:__anon1053::InitHeaderSearch
52 : Headers(HS), Verbose(verbose), IncludeSysroot(sysroot),
175 if (Verbose)
537 unsigned First, bool Verbose) {
601 if (Verbose) {
632 RemoveDuplicates(SearchList, 0, Verbose);
641 RemoveDuplicates(SearchList, NumQuoted, Verbose);
663 unsigned NonSystemRemoved = RemoveDuplicates(SearchList, NumQuoted, Verbose);
672 if (Verbose) {
697 InitHeaderSearch Init(HS, HSOpts.Verbose, HSOpt
536 RemoveDuplicates(std::vector<DirectoryLookup> &SearchList, unsigned First, bool Verbose) argument
[all...]
/external/lldb/source/Core/
H A DLog.cpp264 Log::Verbose (const char *format, ...) function in class:Log
/external/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp124 static bool Verbose = false; ///< 'v' modifier variable
226 case 'v': Verbose = true; break;
286 if (Verbose)
315 if (Verbose) {
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h386 bool Verbose; // Print out additional information member in class:clang::threadSafety::til::PrettyPrinter
392 : Verbose(V), Cleanup(C), CStyle(CS)

Completed in 579 milliseconds