Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObjectDynamicValue.h69 bool GetIsConstant() const override { return false; } in GetIsConstant() function
H A DValueObjectSyntheticFilter.h111 bool GetIsConstant() const override { return false; } in GetIsConstant() function
H A DValueObject.h710 virtual bool GetIsConstant() const { return m_update_point.IsConstant(); } in GetIsConstant() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DABI.cpp117 if (return_valobj_sp->GetIsConstant()) { in GetReturnValueObject()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObject.cpp152 if (GetIsConstant()) { in UpdateValueIfNeeded()