Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DValueObject.cpp82 : m_parent(&parent), m_update_point(parent.GetUpdatePoint()), in ValueObject()
260 GetUpdatePoint().GetExecutionContextRef().GetProcessSP()); in MaybeCalculateCompleteType()