Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObject.h350 const EvaluationPoint &GetUpdatePoint() const { return m_update_point; } in GetUpdatePoint() function
352 EvaluationPoint &GetUpdatePoint() { return m_update_point; } in GetUpdatePoint() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObject.cpp86 m_parent(&parent), m_root(NULL), m_update_point(parent.GetUpdatePoint()), in ValueObject()
306 GetUpdatePoint().GetExecutionContextRef().GetProcessSP()); in MaybeCalculateCompleteType()