Searched refs:ValueObjectMemory (Results 1 – 14 of 14) sorted by relevance
50 ValueObjectMemory::ValueObjectMemory(ExecutionContextScope *exe_scope, in ValueObjectMemory() function in ValueObjectMemory78 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 llvm::Optional<uint64_t> ValueObjectMemory::GetByteSize() { in GetByteSize()149 lldb::ValueType ValueObjectMemory::GetValueType() const { in GetValueType()154 bool ValueObjectMemory::UpdateValue() { in UpdateValue()[all …]
2779 valobj_sp = ValueObjectMemory::Create( in CastPointerType()2793 valobj_sp = ValueObjectMemory::Create( in CastPointerType()
29 class ValueObjectMemory : public ValueObject {31 ~ValueObjectMemory() override;67 ValueObjectMemory(ExecutionContextScope *exe_scope,71 ValueObjectMemory(ExecutionContextScope *exe_scope,75 ValueObjectMemory(const ValueObjectMemory &) = delete;76 const ValueObjectMemory &operator=(const ValueObjectMemory &) = delete;
501 return_valobj_sp = ValueObjectMemory::Create( in GetReturnValueObjectSimple()609 return_valobj_sp = ValueObjectMemory::Create( in GetReturnValueObjectImpl()
727 return_valobj_sp = ValueObjectMemory::Create( in GetReturnValueObjectImpl()
843 return_valobj_sp = ValueObjectMemory::Create( in GetReturnValueObjectImpl()
117 m_new_value_sp = ValueObjectMemory::Create( in CaptureWatchedValue()
610 return_valobj_sp = ValueObjectMemory::Create( in GetReturnValueObjectImpl()
1348 return ValueObjectMemory::Create(this, "", addr, void_ptr_type); in GuessValueForAddress()1584 ValueObjectSP return_value_sp = ValueObjectMemory::Create( in DoGuessValueAt()
863 return_valobj_sp = ValueObjectMemory::Create( in GetReturnValueObjectImpl()
1126 return_valobj_sp = ValueObjectMemory::Create( in GetReturnValueObjectImpl()
855 return_valobj_sp = ValueObjectMemory::Create( in GetReturnValueObjectImpl()
805 ValueObjectSP valobj_sp(ValueObjectMemory::Create( in DoExecute()
191 SRCS+= Core/ValueObjectMemory.cpp