Searched refs:ValueObjectMemory (Results 1 – 16 of 16) 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 …]
68 ValueObjectMemory.cpp
2782 valobj_sp = ValueObjectMemory::Create( in CastPointerType()2796 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;
90 "ValueObjectMemory.cpp",
501 return_valobj_sp = ValueObjectMemory::Create( in GetReturnValueObjectSimple()609 return_valobj_sp = ValueObjectMemory::Create( in GetReturnValueObjectImpl()
728 return_valobj_sp = ValueObjectMemory::Create( in GetReturnValueObjectImpl()
844 return_valobj_sp = ValueObjectMemory::Create( in GetReturnValueObjectImpl()
116 m_new_value_sp = ValueObjectMemory::Create( in CaptureWatchedValue()
611 return_valobj_sp = ValueObjectMemory::Create( in GetReturnValueObjectImpl()
826 return_valobj_sp = ValueObjectMemory::Create( in GetReturnValueObjectImpl()
1089 return_valobj_sp = ValueObjectMemory::Create( in GetReturnValueObjectImpl()
1362 return ValueObjectMemory::Create(this, "", addr, void_ptr_type); in GuessValueForAddress()1598 ValueObjectSP return_value_sp = ValueObjectMemory::Create( in DoGuessValueAt()
855 return_valobj_sp = ValueObjectMemory::Create( in GetReturnValueObjectImpl()
819 ValueObjectSP valobj_sp(ValueObjectMemory::Create( in DoExecute()
3694 lldb/include/lldb/Core/ValueObjectMemory.h4020 lldb/source/Core/ValueObjectMemory.cpp