Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h326 const EvaluationPoint &GetUpdatePoint() const { return m_update_point; } in GetUpdatePoint() function
328 EvaluationPoint &GetUpdatePoint() { return m_update_point; } in GetUpdatePoint() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp83 : m_parent(&parent), m_update_point(parent.GetUpdatePoint()), in ValueObject()
259 GetUpdatePoint().GetExecutionContextRef().GetProcessSP()); in MaybeCalculateCompleteType()