Home
last modified time | relevance | path

Searched defs:getStats (Results 1 – 12 of 12) sorted by relevance

/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlocal_cache.h105 LocalStats &getStats() { return Stats; } in getStats() function
107 void getStats(ScopedString *Str) { in getStats() function
H A Dquarantine.h130 void getStats(ScopedString *Str) const { in getStats() function
228 void getStats(ScopedString *Str) EXCLUDES(CacheMutex) { in getStats() function
H A Dsecondary.h112 void getStats(UNUSED ScopedString *Str) { getStats() function
176 void getStats(ScopedString *Str) { getStats() function
721 void MapAllocator<Config>::getStats(ScopedString *Str) EXCLUDES(Mutex) { getStats() function
H A Dtsd_exclusive.h126 void getStats(ScopedString *Str) { in getStats() function
H A Dtsd_shared.h117 void getStats(ScopedString *Str) EXCLUDES(MutexTSDs) { in getStats() function
H A Dprimary32.h301 void getStats(ScopedString *Str) { getStats() function
877 void getStats(ScopedString *Str, uptr ClassId, SizeClassInfo *Sci) getStats() function
H A Dcombined.h631 uptr getStats(char *Buffer, uptr Size) { getStats() function
775 void getStats(StatCounters S) { getStats() function
1623 uptr getStats(ScopedString *Str) { getStats() function
[all...]
H A Dprimary64.h355 void getStats(ScopedString *Str) { in getStats() function
1121 void getStats(ScopedString *Str, uptr ClassId, RegionInfo *Region) getStats() function
/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DClustering.h152 const std::vector<PerInstructionStats> &getStats() const { in getStats() function
/llvm-project/clang-tools-extra/clang-tidy/
H A DClangTidyDiagnosticConsumer.h175 const ClangTidyStats &getStats() const { return Stats; } getStats() function
/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph.cpp278 void GraphRenderer::getStats(U begin, U end, GraphRenderer::TimeStat &S) { in getStats() function in GraphRenderer
H A Dxray-account.cpp274 ResultRow getStats(MutableArrayRef<uint64_t> Timings) { in getStats() function