Home
last modified time | relevance | path

Searched defs:GetIsConstant (Results 1 – 3 of 3) 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