Home
last modified time | relevance | path

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

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