Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Core/
DValueObject.h327 const EvaluationPoint &GetUpdatePoint() const { return m_update_point; } in GetUpdatePoint() function
329 EvaluationPoint &GetUpdatePoint() { return m_update_point; } in GetUpdatePoint() function
/external/llvm-project/lldb/source/Core/
DValueObject.cpp81 m_update_point(parent.GetUpdatePoint()), m_name(), m_data(), m_value(), in ValueObject()
291 GetUpdatePoint().GetExecutionContextRef().GetProcessSP()); in MaybeCalculateCompleteType()