Home
last modified time | relevance | path

Searched defs:GetValueDidChange (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h563 bool GetValueDidChange() { return m_flags.m_value_did_change; } in GetValueDidChange() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp403 bool SBValue::GetValueDidChange() { in GetValueDidChange() function in SBValue