Searched refs:ValueObjectCast (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | ValueObjectCast.cpp | 25 lldb::ValueObjectSP ValueObjectCast::Create(ValueObject &parent, in Create() 28 ValueObjectCast *cast_valobj_ptr = in Create() 29 new ValueObjectCast(parent, name, cast_type); in Create() 33 ValueObjectCast::ValueObjectCast(ValueObject &parent, const ConstString &name, in ValueObjectCast() function in ValueObjectCast 42 ValueObjectCast::~ValueObjectCast() {} in ~ValueObjectCast() 44 CompilerType ValueObjectCast::GetCompilerTypeImpl() { return m_cast_type; } in GetCompilerTypeImpl() 46 size_t ValueObjectCast::CalculateNumChildren(uint32_t max) { in CalculateNumChildren() 53 uint64_t ValueObjectCast::GetByteSize() { in GetByteSize() 58 lldb::ValueType ValueObjectCast::GetValueType() const { in GetValueType() 63 bool ValueObjectCast::UpdateValue() { in UpdateValue() [all …]
|
| H A D | ValueObjectConstResultCast.cpp | 27 : ValueObjectCast(parent, name, cast_type), m_impl(this, live_address) { in ValueObjectConstResultCast()
|
| H A D | ValueObject.cpp | 2917 return ValueObjectCast::Create(*this, GetName(), compiler_type); in Cast() 2921 return ValueObjectCast::Create(*this, new_name, GetCompilerType()); in Clone()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | ValueObjectCast.h | 31 class ValueObjectCast : public ValueObject { 33 ~ValueObjectCast() override; 56 ValueObjectCast(ValueObject &parent, const ConstString &name, 66 DISALLOW_COPY_AND_ASSIGN(ValueObjectCast);
|
| H A D | ValueObjectConstResultCast.h | 36 class ValueObjectConstResultCast : public ValueObjectCast { 50 return ValueObjectCast::GetCompilerType(); in GetCompilerType()
|
| /freebsd-12.1/lib/clang/liblldb/ |
| H A D | Makefile | 166 SRCS+= Core/ValueObjectCast.cpp
|