/openbsd-src/gnu/llvm/lldb/source/Utility/ |
H A D | Timer.cpp | 117 struct Stats { struct 118 const char *name; 119 uint64_t nanos; 120 uint64_t nanos_total; 121 uint64_t count;
|
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_allocator_secondary.h | 318 struct Stats { struct 319 uptr n_allocs, n_frees, currently_allocated, max_allocated, by_size_log[64];
|
H A D | sanitizer_allocator_primary64.h | 656 struct Stats { struct 678 Stats stats; in ALIGNED() argument
|
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | Statistic.cpp | 67 std::vector<TrackingStatistic *> Stats; member in __anon5cfe08ab0111::StatisticInfo 177 StatisticInfo &Stats = *StatInfo; in PrintStatistics() local 205 StatisticInfo &Stats = *StatInfo; in PrintStatisticsJSON() local 232 StatisticInfo &Stats = *StatInfo; in PrintStatistics() local
|
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/ |
H A D | FuzzerFork.cpp | 32 struct Stats { struct 33 size_t number_of_executed_units = 0; 34 size_t peak_rss_mb = 0; 35 size_t average_exec_per_sec = 0; 200 auto Stats = ParseFinalStatsFromLog(Job->LogPath); in RunOneMergeJob() local
|
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/ |
H A D | stats.h | 79 for (const auto &Stats : StatsList) { in get() local
|
H A D | local_cache.h | 179 LocalStats Stats; member
|
H A D | primary64.h | 335 RegionStats Stats = {}; member
|
H A D | secondary.h | 482 LocalStats Stats; variable
|
H A D | primary32.h | 303 SizeClassStats Stats; member
|
/openbsd-src/gnu/llvm/clang/include/clang/Driver/ |
H A D | SanitizerArgs.h | 56 bool Stats = false; variable
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/ |
H A D | PDBSymbol.cpp | 130 TagStats Stats; in dumpChildStats() local
|
H A D | PDBExtras.cpp | 403 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, const TagStats &Stats) { in operator <<()
|
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/tests/unit/ |
H A D | tsan_mman_test.cpp | 110 TEST(Mman, Stats) { in TEST() argument
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/ |
H A D | SchedClassResolution.cpp | 305 const PerInstructionStats &Stats = std::get<1>(I); in getAsPoint() local
|
H A D | Analysis.cpp | 322 for (const auto &Stats : Cluster.getCentroid().getStats()) { in printSchedClassClustersHtml() local
|
/openbsd-src/usr.sbin/amd/amq/ |
H A D | amq.c | 65 enum show_opt { Full, Stats, Calc, Short, ShowDone }; enumerator
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/ |
H A D | DumpOutputStyle.cpp | 274 StatCollection Stats; in getSymbolStats() local 302 StatCollection Stats; in getChunkStats() local 331 const StatCollection &Stats) { in printModuleDetailStats() 656 static uint32_t getLongestTypeLeafName(const StatCollection &Stats) { in getLongestTypeLeafName()
|
/openbsd-src/gnu/llvm/clang/utils/analyzer/ |
H A D | CmpRuns.py | 43 Stats = Dict[str, Dict[str, Number]] variable
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | RegAllocGreedy.cpp | 2446 RAGreedyStats Stats; in computeStats() local 2537 RAGreedyStats Stats; in reportStats() local 2565 RAGreedyStats Stats; in reportStats() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
H A D | ControlHeightReduction.cpp | 379 CHRStats Stats; member in __anon50f5060f0111::CHR 403 const CHRStats &Stats) { in operator <<() 431 CHRStats *Stats) { in dumpIR()
|
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/ |
H A D | combined_test.cpp | 419 SCUDO_TYPED_TEST(ScudoCombinedTest, Stats) { in SCUDO_TYPED_TEST() argument 430 std::string Stats(Buffer.begin(), Buffer.end()); in SCUDO_TYPED_TEST() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | Debugify.cpp | 728 DebugifyStatistics *Stats = nullptr; in checkDebugifyMetadata() local 947 DebugifyStatistics Stats = Entry.second; in exportDebugifyStats() local
|
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeAnalyzer.cpp | 665 const PerBlockIDStats &Stats = Stat.second; in printStats() local
|
/openbsd-src/gnu/llvm/llvm/tools/sancov/ |
H A D | sancov.cpp | 289 static raw_ostream &operator<<(raw_ostream &OS, const CoverageStats &Stats) { in operator <<() 998 CoverageStats Stats = {Coverage.Points.size(), Coverage.CoveredIds.size(), in computeStats() local
|