Home
last modified time | relevance | path

Searched refs:GetValueIsValid (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.cpp394 value_sp->GetValueIsValid()) { in GetStepThroughTrampolinePlan()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h559 bool GetValueIsValid() const { return m_flags.m_value_is_valid; } in GetValueIsValid() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp153 const bool value_was_valid = GetValueIsValid(); in UpdateValueIfNeeded()