Home
last modified time | relevance | path

Searched refs:GetIsConstant (Results 1 – 5 of 5) 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
/external/llvm-project/lldb/source/Target/
DABI.cpp101 if (return_valobj_sp->GetIsConstant()) { in GetReturnValueObject()
/external/llvm-project/lldb/source/Core/
DValueObject.cpp152 if (GetIsConstant()) { in UpdateValueIfNeeded()