Home
last modified time | relevance | path

Searched refs:GetBytesTotal (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DConstString.h400 size_t GetBytesTotal() const { return bytes_total; } in GetBytesTotal() function
/src/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp99 obj.try_emplace<int64_t>("bytesTotal", stats.GetBytesTotal()); in ToJSON()