Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DConstString.h398 struct MemoryStats { struct
406 static MemoryStats GetMemoryStats(); argument
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DStatistics.h130 ConstString::MemoryStats stats = ConstString::GetMemoryStats();