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/
DValueObjectDynamicValue.h60 bool GetIsConstant() const override { return false; } in GetIsConstant() function
DValueObjectSyntheticFilter.h101 bool GetIsConstant() const override { return false; } in GetIsConstant() function
DValueObject.h693 virtual bool GetIsConstant() const { return m_update_point.IsConstant(); } in GetIsConstant() function
/openbsd/src/gnu/llvm/lldb/source/Target/
DABI.cpp102 if (return_valobj_sp->GetIsConstant()) { in GetReturnValueObject()
/openbsd/src/gnu/llvm/lldb/source/Core/
DValueObject.cpp121 if (GetIsConstant()) { in UpdateValueIfNeeded()