Home
last modified time | relevance | path

Searched refs:GetIsConstant (Results 1 – 5 of 5) 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
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DABI.cpp102 if (return_valobj_sp->GetIsConstant()) { in GetReturnValueObject()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DValueObject.cpp121 if (GetIsConstant()) { in UpdateValueIfNeeded()