Searched refs:ValueObjectCast (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/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, ConstString name, in ValueObjectCast() function in ValueObjectCast 40 ValueObjectCast::~ValueObjectCast() = default; 42 CompilerType ValueObjectCast::GetCompilerTypeImpl() { return m_cast_type; } in GetCompilerTypeImpl() 44 size_t ValueObjectCast::CalculateNumChildren(uint32_t max) { in CalculateNumChildren() 51 std::optional<uint64_t> ValueObjectCast::GetByteSize() { in GetByteSize() 56 lldb::ValueType ValueObjectCast::GetValueType() const { in GetValueType() 61 bool ValueObjectCast::UpdateValue() { in UpdateValue() [all …]
|
| H A D | ValueObjectConstResultCast.cpp | 26 : ValueObjectCast(parent, name, cast_type), m_impl(this, live_address) { in ValueObjectConstResultCast()
|
| H A D | CMakeLists.txt | 61 ValueObjectCast.cpp
|
| H A D | ValueObject.cpp | 2778 return ValueObjectCast::Create(*this, GetName(), compiler_type); in Cast() 2782 return ValueObjectCast::Create(*this, new_name, GetCompilerType()); in Clone()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | ValueObjectCast.h | 26 class ValueObjectCast : public ValueObject { 28 ~ValueObjectCast() override; 51 ValueObjectCast(ValueObject &parent, ConstString name, 61 ValueObjectCast(const ValueObjectCast &) = delete; 62 const ValueObjectCast &operator=(const ValueObjectCast &) = delete;
|
| H A D | ValueObjectConstResultCast.h | 28 class ValueObjectConstResultCast : public ValueObjectCast { 42 return ValueObjectCast::GetCompilerType(); in GetCompilerType()
|
| /openbsd-src/gnu/usr.bin/clang/liblldbCore/ |
| H A D | Makefile | 47 ValueObjectCast.cpp \
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Core/ |
| H A D | BUILD.gn | 84 "ValueObjectCast.cpp",
|