Home
last modified time | relevance | path

Searched refs:MemoryStats (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_sync.h126 struct MemoryStats { struct
131 MemoryStats GetMemoryStats() const; argument
H A Dtsan_sync.cpp282 MetaMap::MemoryStats MetaMap::GetMemoryStats() const { in GetMemoryStats()
283 MemoryStats stats; in GetMemoryStats()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_sync.h130 struct MemoryStats { struct
135 MemoryStats GetMemoryStats() const; argument
H A Dtsan_sync.cpp272 MetaMap::MemoryStats MetaMap::GetMemoryStats() const { in GetMemoryStats()
273 MemoryStats stats; in GetMemoryStats()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DConstString.h399 struct MemoryStats { struct
407 static MemoryStats GetMemoryStats(); argument
/llvm-project-15.0.7/lldb/source/Utility/
H A DConstString.cpp162 ConstString::MemoryStats GetMemoryStats() const { in GetMemoryStats()
163 ConstString::MemoryStats stats; in GetMemoryStats()
329 ConstString::MemoryStats ConstString::GetMemoryStats() { in GetMemoryStats()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DStatistics.h125 ConstString::MemoryStats stats = ConstString::GetMemoryStats();