Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/include/lldb/Core/
H A DValueObject.h998 bool IsChecksumEmpty() { return m_value_checksum.empty(); } in IsChecksumEmpty() function
/openbsd/gnu/llvm/lldb/source/Core/
H A DValueObject.cpp134 bool first_update = IsChecksumEmpty(); in UpdateValueIfNeeded()