Home
last modified time | relevance | path

Searched refs:Verbosity (Results 1 – 25 of 66) sorted by relevance

123

/llvm-project-15.0.7/compiler-rt/lib/xray/
H A Dxray_profiling.cpp210 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 Dxray_allocator.h45 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 Dxray_fdr_logging.cpp197 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 Dxray_basic_logging.cpp128 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 Dxray_flags.cpp76 if (Verbosity()) in initializeFlags()
H A Dxray_init.cpp78 if (Verbosity()) in __xray_init()
/llvm-project-15.0.7/bolt/lib/Profile/
H A DYAMLProfileReader.cpp21 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 DPatchEntries.cpp22 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 DReorderFunctions.cpp25 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 DBinaryFunctionCallGraph.cpp24 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 DIndirectCallPromotion.cpp33 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 DRegAnalysis.cpp24 extern cl::opt<unsigned> Verbosity;
65 if (opts::Verbosity == 0) { in RegAnalysis()
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_activation.cpp58 cf.verbosity = Verbosity(); in OverrideFromActivationFlags()
68 if (Verbosity()) ReportUnrecognizedFlags(); in OverrideFromActivationFlags()
137 if (Verbosity()) { in AsanActivate()
H A Dasan_shadow_setup.cpp31 if (Verbosity()) in ProtectGap()
86 if (Verbosity()) PrintAddressSpaceLayout(); in InitializeShadowMemory()
H A Dasan_mac.cpp200 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 Dmemprof_shadow_setup.cpp28 if (Verbosity()) in ProtectGap()
49 if (Verbosity()) in InitializeShadowMemory()
H A Dmemprof_flags.cpp79 if (Verbosity()) in InitializeFlags()
/llvm-project-15.0.7/compiler-rt/lib/fuzzer/
H A DFuzzerLoop.cpp152 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 DFuzzerFork.cpp101 int Verbosity = 0; member
192 if (Verbosity >= 2) in CreateNewJob()
321 Env.Verbosity = Options.Verbosity; in FuzzWithFork()
H A DFuzzerOptions.h18 int Verbosity = 1; member
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryData.cpp25 extern cl::opt<unsigned> Verbosity;
110 if ((opts::PrintSymbolAliases || opts::Verbosity > 1) && Symbols.size() > 1) { in printBrief()
H A DExceptions.cpp39 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 Dsanitizer_stackdepot.cpp78 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 Dubsan_flags.cpp69 if (Verbosity()) ReportUnrecognizedFlags(); in InitializeFlags()
/llvm-project-15.0.7/compiler-rt/lib/lsan/
H A Dlsan.cpp79 if (Verbosity()) ReportUnrecognizedFlags(); in InitializeFlags()

123