Searched defs:GetValueDidChange (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/ | ||
H A D | ValueObject.h | 533 bool GetValueDidChange() { return m_flags.m_value_did_change; } GetValueDidChange() function |
/freebsd-src/contrib/llvm-project/lldb/source/API/ | ||
H A D | SBValue.cpp | 400 bool SBValue::GetValueDidChange() { GetValueDidChange() function in SBValue |