Searched refs:ValueObjectMemory (Results 1 – 14 of 14) sorted by relevance
51 ValueObjectMemory::ValueObjectMemory(ExecutionContextScope *exe_scope, in ValueObjectMemory() function in ValueObjectMemory79 ValueObjectMemory::ValueObjectMemory(ExecutionContextScope *exe_scope, in ValueObjectMemory() function in ValueObjectMemory109 ValueObjectMemory::~ValueObjectMemory() = default;111 CompilerType ValueObjectMemory::GetCompilerTypeImpl() { in GetCompilerTypeImpl()117 ConstString ValueObjectMemory::GetTypeName() { in GetTypeName()123 ConstString ValueObjectMemory::GetDisplayTypeName() { in GetDisplayTypeName()129 size_t ValueObjectMemory::CalculateNumChildren(uint32_t max) { in CalculateNumChildren()142 std::optional<uint64_t> ValueObjectMemory::GetByteSize() { in GetByteSize()149 lldb::ValueType ValueObjectMemory::GetValueType() const { in GetValueType()154 bool ValueObjectMemory::UpdateValue() { in UpdateValue()[all …]
2761 valobj_sp = ValueObjectMemory::Create( in CastPointerType()2775 valobj_sp = ValueObjectMemory::Create( in CastPointerType()
30 class ValueObjectMemory : public ValueObject {32 ~ValueObjectMemory() override;68 ValueObjectMemory(ExecutionContextScope *exe_scope,72 ValueObjectMemory(ExecutionContextScope *exe_scope,76 ValueObjectMemory(const ValueObjectMemory &) = delete;77 const ValueObjectMemory &operator=(const ValueObjectMemory &) = delete;
210 m_new_value_sp = ValueObjectMemory::Create( in CaptureWatchedValue()225 ValueObjectSP newest_valueobj_sp = ValueObjectMemory::Create( in WatchedValueReportable()
502 return_valobj_sp = ValueObjectMemory::Create( in GetReturnValueObjectSimple()611 return_valobj_sp = ValueObjectMemory::Create( in GetReturnValueObjectImpl()
729 return_valobj_sp = ValueObjectMemory::Create( in GetReturnValueObjectImpl()
845 return_valobj_sp = ValueObjectMemory::Create( in GetReturnValueObjectImpl()
611 return_valobj_sp = ValueObjectMemory::Create( in GetReturnValueObjectImpl()
864 return_valobj_sp = ValueObjectMemory::Create( in GetReturnValueObjectImpl()
1128 return_valobj_sp = ValueObjectMemory::Create( in GetReturnValueObjectImpl()
1370 return ValueObjectMemory::Create(this, "", addr, void_ptr_type); in GuessValueForAddress()1605 ValueObjectSP return_value_sp = ValueObjectMemory::Create( in DoGuessValueAt()
856 return_valobj_sp = ValueObjectMemory::Create( in GetReturnValueObjectImpl()
808 ValueObjectSP valobj_sp(ValueObjectMemory::Create( in DoExecute()
202 SRCS+= Core/ValueObjectMemory.cpp