Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Core/
DValueObjectDynamicValue.h59 bool GetIsConstant() const override { return false; } in GetIsConstant() function
DValueObjectSyntheticFilter.h100 bool GetIsConstant() const override { return false; } in GetIsConstant() function
DValueObject.h677 virtual bool GetIsConstant() const { return m_update_point.IsConstant(); } in GetIsConstant() function