| /llvm-project-15.0.7/compiler-rt/lib/xray/ |
| H A D | xray_profiling.cpp | 210 if (Verbosity()) in profilingFlush() 217 if (Verbosity()) in profilingFlush() 229 if (Verbosity()) in profilingFlush() 241 if (Verbosity()) in profilingFlush() 320 if (Verbosity()) in profilingFinalize() 362 if (Verbosity()) in profilingLoggingInit() 382 if (Verbosity()) in profilingLoggingInit() 397 if (Verbosity()) in profilingLoggingInit() 413 if (Verbosity()) in profilingLoggingInit() 479 if (Verbosity()) in profilingLoggingInit() [all …]
|
| H A D | xray_allocator.h | 45 if (Verbosity()) in allocate() 56 if (Verbosity()) in allocate() 67 if (Verbosity()) in allocate() 96 if (Verbosity()) in allocateBuffer() 106 if (Verbosity()) in allocateBuffer() 116 if (Verbosity()) in allocateBuffer() 185 if (Verbosity()) in Alloc() 199 if (Verbosity()) in Alloc()
|
| H A D | xray_fdr_logging.cpp | 197 if (Verbosity()) in fdrIterator() 282 if (Verbosity()) in fdrLoggingFlush() 290 if (Verbosity()) in fdrLoggingFlush() 296 if (Verbosity()) in fdrLoggingFlush() 323 if (Verbosity()) in fdrLoggingFlush() 391 if (Verbosity()) in fdrLoggingFinalize() 399 if (Verbosity()) in fdrLoggingFinalize() 622 if (Verbosity()) in fdrLoggingInit() 627 if (Verbosity()) in fdrLoggingInit() 721 if (Verbosity()) in fdrLoggingInit() [all …]
|
| H A D | xray_basic_logging.cpp | 128 if (Verbosity()) in getThreadLocalData() 140 if (Verbosity()) in getThreadLocalData() 347 if (Verbosity()) in TLDDestructor() 352 if (Verbosity()) in TLDDestructor() 378 if (Verbosity()) in basicLoggingInit() 392 if (!atomic_load(&UseRealTSC, memory_order_relaxed) && Verbosity()) in basicLoggingInit() 446 Verbosity()) in basicLoggingFinalize() 474 Verbosity()) in basicLogDynamicInitializer() 481 if (Verbosity()) in basicLogDynamicInitializer() 493 if (Verbosity()) in basicLogDynamicInitializer()
|
| H A D | xray_flags.cpp | 76 if (Verbosity()) in initializeFlags()
|
| H A D | xray_init.cpp | 78 if (Verbosity()) in __xray_init()
|
| /llvm-project-15.0.7/bolt/lib/Profile/ |
| H A D | YAMLProfileReader.cpp | 21 extern cl::opt<unsigned> Verbosity; 87 if (opts::Verbosity >= 1) in parseFunctionProfile() 93 if (opts::Verbosity >= 1) in parseFunctionProfile() 102 if (opts::Verbosity >= 2) in parseFunctionProfile() 145 if (opts::Verbosity >= 2) in parseFunctionProfile() 155 if (opts::Verbosity >= 2) in parseFunctionProfile() 162 if (opts::Verbosity >= 2) in parseFunctionProfile() 171 if (opts::Verbosity >= 1) in parseFunctionProfile() 194 if (opts::Verbosity >= 1) in parseFunctionProfile() 202 if (opts::Verbosity >= 1) in parseFunctionProfile() [all …]
|
| /llvm-project-15.0.7/bolt/lib/Passes/ |
| H A D | PatchEntries.cpp | 22 extern llvm::cl::opt<unsigned> Verbosity; 50 if (opts::Verbosity >= 1) in runOnFunctions() 82 if (opts::Verbosity >= 1) in runOnFunctions() 93 if (opts::Verbosity >= 1) in runOnFunctions()
|
| H A D | ReorderFunctions.cpp | 25 extern cl::opt<unsigned> Verbosity; 141 if (opts::Verbosity == 0) { in reorder() 150 bool PrintDetailed = opts::Verbosity > 1; in reorder() 153 (DebugFlag && isCurrentDebugType("hfsort") && opts::Verbosity > 0); in reorder() 189 if (D < 64 && PrintDetailed && opts::Verbosity > 2) in reorder() 375 else if (opts::Verbosity > 0) in runOnFunctions()
|
| H A D | BinaryFunctionCallGraph.cpp | 24 extern llvm::cl::opt<unsigned> Verbosity; 156 LLVM_DEBUG(if (opts::Verbosity > 1) { in buildCallGraph() 264 if (PrintInfo || opts::Verbosity > 0) in buildCallGraph()
|
| H A D | IndirectCallPromotion.cpp | 33 extern cl::opt<unsigned> Verbosity; 556 if (opts::Verbosity >= 1) in findCallTargetSymbols() 612 if (N == 0 && opts::Verbosity >= 1) { in findCallTargetSymbols() 963 if (opts::Verbosity >= 1) { in canPromoteCallsite() 1004 if (opts::Verbosity >= 1) { in canPromoteCallsite() 1050 if (opts::Verbosity >= 1) { in canPromoteCallsite() 1292 if (opts::Verbosity >= 1) in runOnFunctions() 1313 if (opts::Verbosity >= 1) in runOnFunctions() 1332 if (opts::Verbosity >= 1) in runOnFunctions() 1365 if (opts::Verbosity >= 1) in runOnFunctions() [all …]
|
| H A D | RegAnalysis.cpp | 24 extern cl::opt<unsigned> Verbosity; 65 if (opts::Verbosity == 0) { in RegAnalysis()
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/ |
| H A D | asan_activation.cpp | 58 cf.verbosity = Verbosity(); in OverrideFromActivationFlags() 68 if (Verbosity()) ReportUnrecognizedFlags(); in OverrideFromActivationFlags() 137 if (Verbosity()) { in AsanActivate()
|
| H A D | asan_shadow_setup.cpp | 31 if (Verbosity()) in ProtectGap() 86 if (Verbosity()) PrintAddressSpaceLayout(); in InitializeShadowMemory()
|
| H A D | asan_mac.cpp | 200 if (Verbosity() >= 2) { \ 218 if (Verbosity() >= 2) { in INTERCEPT_DISPATCH_X_F_3() 231 if (Verbosity() >= 2) { in INTERCEPTOR()
|
| /llvm-project-15.0.7/compiler-rt/lib/memprof/ |
| H A D | memprof_shadow_setup.cpp | 28 if (Verbosity()) in ProtectGap() 49 if (Verbosity()) in InitializeShadowMemory()
|
| H A D | memprof_flags.cpp | 79 if (Verbosity()) in InitializeFlags()
|
| /llvm-project-15.0.7/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerLoop.cpp | 152 if (Options.Verbosity) in Fuzzer() 289 if (Options.Verbosity >= 2) in AlarmCallback() 326 if (!Options.Verbosity) in PrintStats() 422 (Options.Verbosity >= 2 ? &AdditionalCorpusPaths : nullptr)); in RereadOutputCorpus() 423 if (Options.Verbosity >= 2) in RereadOutputCorpus() 434 if (Options.Verbosity >= 2) in RereadOutputCorpus() 632 if (Options.Verbosity >= 2) in WriteToOutputCorpus() 654 if (Options.Verbosity) { in PrintStatusForNewUnit() 656 MD.PrintMutationSequence(Options.Verbosity >= 2); in PrintStatusForNewUnit()
|
| H A D | FuzzerFork.cpp | 101 int Verbosity = 0; member 192 if (Verbosity >= 2) in CreateNewJob() 321 Env.Verbosity = Options.Verbosity; in FuzzWithFork()
|
| H A D | FuzzerOptions.h | 18 int Verbosity = 1; member
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | BinaryData.cpp | 25 extern cl::opt<unsigned> Verbosity; 110 if ((opts::PrintSymbolAliases || opts::Verbosity > 1) && Symbols.size() > 1) { in printBrief()
|
| H A D | Exceptions.cpp | 39 extern llvm::cl::opt<unsigned> Verbosity; 215 if (opts::Verbosity >= 1) in parseLSDA() 496 } else if (opts::Verbosity > 0) { in CFIReaderWriter() 622 if (opts::Verbosity >= 1) { in fillCFIInfoFor() 643 if (opts::Verbosity >= 1) in fillCFIInfoFor() 649 if (opts::Verbosity >= 1) { in fillCFIInfoFor() 655 if (opts::Verbosity >= 1) { in fillCFIInfoFor()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_stackdepot.cpp | 78 u64 start = Verbosity() >= 1 ? MonotonicNanoTime() : 0; in CompressStackStore() 83 if (Verbosity() >= 1) { in CompressStackStore()
|
| /llvm-project-15.0.7/compiler-rt/lib/ubsan/ |
| H A D | ubsan_flags.cpp | 69 if (Verbosity()) ReportUnrecognizedFlags(); in InitializeFlags()
|
| /llvm-project-15.0.7/compiler-rt/lib/lsan/ |
| H A D | lsan.cpp | 79 if (Verbosity()) ReportUnrecognizedFlags(); in InitializeFlags()
|