Home
last modified time | relevance | path

Searched refs:GetIsConstant (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectDynamicValue.h60 bool GetIsConstant() const override { return false; } in GetIsConstant() function
H A DValueObjectSyntheticFilter.h106 bool GetIsConstant() const override { return false; } in GetIsConstant() function
H A DValueObject.h764 virtual bool GetIsConstant() const { return m_update_point.IsConstant(); } in GetIsConstant() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DABI.cpp102 if (return_valobj_sp->GetIsConstant()) { in GetReturnValueObject()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp122 if (GetIsConstant()) { in UpdateValueIfNeeded()