Searched refs:ValueObjectCast (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectCast.h1 //===-- ValueObjectCast.h ---------------------------------------*- C++ -*-===//
25 class ValueObjectCast : public ValueObject { class in namespace:lldb_private
27 ~ValueObjectCast() override;
50 ValueObjectCast(ValueObject &parent, ConstString name,
60 ValueObjectCast(const ValueObjectCast &) = delete;
61 const ValueObjectCast &operator=(const ValueObjectCast &) = delete;
H A DValueObjectConstResultCast.h12 #include "lldb/Core/ValueObjectCast.h"
28 class ValueObjectConstResultCast : public ValueObjectCast {
42 return ValueObjectCast::GetCompilerType();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObjectCast.cpp1 //===-- ValueObjectCast.cpp -----------------------------------------------===//
9 #include "lldb/Core/ValueObjectCast.h"
24 lldb::ValueObjectSP ValueObjectCast::Create(ValueObject &parent,
27 ValueObjectCast *cast_valobj_ptr =
28 new ValueObjectCast(parent, name, cast_type);
32 ValueObjectCast::ValueObjectCast(ValueObject &parent, ConstString name, function in class:ValueObjectCast
39 ValueObjectCast::~ValueObjectCast() {}
41 CompilerType ValueObjectCast
[all...]
H A DValueObjectConstResultCast.cpp26 : ValueObjectCast(parent, name, cast_type), m_impl(this, live_address) {
H A DValueObject.cpp13 #include "lldb/Core/ValueObjectCast.h"
2872 return ValueObjectCast::Create(*this, GetName(), compiler_type);
2876 return ValueObjectCast::Create(*this, new_name, GetCompilerType());
/freebsd-13-stable/lib/clang/liblldb/
H A DMakefile175 SRCS+= Core/ValueObjectCast.cpp

Completed in 213 milliseconds