Home
last modified time | relevance | path

Searched defs:GetIsConstant (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DValueObjectDynamicValue.h60 bool GetIsConstant() const override { return false; } in GetIsConstant() function
H A DValueObjectSyntheticFilter.h101 bool GetIsConstant() const override { return false; } in GetIsConstant() function
H A DValueObject.h693 virtual bool GetIsConstant() const { return m_update_point.IsConstant(); } in GetIsConstant() function