Home
last modified time | relevance | path

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

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