Home
last modified time | relevance | path

Searched refs:ValueObjectMemory (Results 1 – 13 of 13) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectMemory.cpp46 ValueObjectMemory::ValueObjectMemory(ExecutionContextScope *exe_scope, in ValueObjectMemory() function in ValueObjectMemory
73 ValueObjectMemory::ValueObjectMemory(ExecutionContextScope *exe_scope, in ValueObjectMemory() function in ValueObjectMemory
105 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 …]
H A DValueObject.cpp2933 valobj_sp = ValueObjectMemory::Create( in CastPointerType()
2947 valobj_sp = ValueObjectMemory::Create( in CastPointerType()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObjectMemory.h35 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);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DWatchpoint.cpp108 m_new_value_sp = ValueObjectMemory::Create( in CaptureWatchedValue()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-i386/
H A DABISysV_i386.cpp628 return_valobj_sp = ValueObjectMemory::Create( in GetReturnValueObjectSimple()
734 return_valobj_sp = ValueObjectMemory::Create( in GetReturnValueObjectImpl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-s390x/
H A DABISysV_s390x.cpp631 return_valobj_sp = ValueObjectMemory::Create( in GetReturnValueObjectImpl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-mips/
H A DABISysV_mips.cpp870 return_valobj_sp = ValueObjectMemory::Create( in GetReturnValueObjectImpl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStackFrame.cpp1365 return ValueObjectMemory::Create(this, "", addr, void_ptr_type); in GuessValueForAddress()
1605 ValueObjectSP return_value_sp = ValueObjectMemory::Create( in DoGuessValueAt()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc/
H A DABISysV_ppc.cpp864 return_valobj_sp = ValueObjectMemory::Create( in GetReturnValueObjectImpl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-mips64/
H A DABISysV_mips64.cpp1136 return_valobj_sp = ValueObjectMemory::Create( in GetReturnValueObjectImpl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.cpp1800 return_valobj_sp = ValueObjectMemory::Create( in GetReturnValueObjectImpl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMemory.cpp809 ValueObjectSP valobj_sp(ValueObjectMemory::Create( in DoExecute()
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile174 SRCS+= Core/ValueObjectMemory.cpp