Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h1077 bool IsChecksumEmpty() { return m_value_checksum.empty(); } in IsChecksumEmpty() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp135 bool first_update = IsChecksumEmpty(); in UpdateValueIfNeeded()