Searched refs:ValueObjectMemory (Results 1 – 13 of 13) sorted by relevance
46 ValueObjectMemory::ValueObjectMemory(ExecutionContextScope *exe_scope, in ValueObjectMemory() function in ValueObjectMemory73 ValueObjectMemory::ValueObjectMemory(ExecutionContextScope *exe_scope, in ValueObjectMemory() function in ValueObjectMemory105 ValueObjectMemory::~ValueObjectMemory() {} in ~ValueObjectMemory()107 CompilerType ValueObjectMemory::GetCompilerTypeImpl() { in GetCompilerTypeImpl()113 ConstString ValueObjectMemory::GetTypeName() { in GetTypeName()119 ConstString ValueObjectMemory::GetDisplayTypeName() { in GetDisplayTypeName()125 size_t ValueObjectMemory::CalculateNumChildren(uint32_t max) { in CalculateNumChildren()138 uint64_t ValueObjectMemory::GetByteSize() { in GetByteSize()146 lldb::ValueType ValueObjectMemory::GetValueType() const { in GetValueType()151 bool ValueObjectMemory::UpdateValue() { in UpdateValue()[all …]
2933 valobj_sp = ValueObjectMemory::Create( in CastPointerType()2947 valobj_sp = ValueObjectMemory::Create( in CastPointerType()
35 class ValueObjectMemory : public ValueObject {37 ~ValueObjectMemory() override;73 ValueObjectMemory(ExecutionContextScope *exe_scope, llvm::StringRef name,76 ValueObjectMemory(ExecutionContextScope *exe_scope, llvm::StringRef name,81 DISALLOW_COPY_AND_ASSIGN(ValueObjectMemory);
108 m_new_value_sp = ValueObjectMemory::Create( in CaptureWatchedValue()
628 return_valobj_sp = ValueObjectMemory::Create( in GetReturnValueObjectSimple()734 return_valobj_sp = ValueObjectMemory::Create( in GetReturnValueObjectImpl()
631 return_valobj_sp = ValueObjectMemory::Create( in GetReturnValueObjectImpl()
870 return_valobj_sp = ValueObjectMemory::Create( in GetReturnValueObjectImpl()
1365 return ValueObjectMemory::Create(this, "", addr, void_ptr_type); in GuessValueForAddress()1605 ValueObjectSP return_value_sp = ValueObjectMemory::Create( in DoGuessValueAt()
864 return_valobj_sp = ValueObjectMemory::Create( in GetReturnValueObjectImpl()
1136 return_valobj_sp = ValueObjectMemory::Create( in GetReturnValueObjectImpl()
1800 return_valobj_sp = ValueObjectMemory::Create( in GetReturnValueObjectImpl()
809 ValueObjectSP valobj_sp(ValueObjectMemory::Create( in DoExecute()
174 SRCS+= Core/ValueObjectMemory.cpp