Home
last modified time | relevance | path

Searched refs:SyntheticChildrenFrontEnd (Results 1 – 25 of 39) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
HDLibCxx.h50 SyntheticChildrenFrontEnd *
57 class LibCxxMapIteratorSyntheticFrontEnd : public SyntheticChildrenFrontEnd {
78 SyntheticChildrenFrontEnd *
82 SyntheticChildrenFrontEnd *
86 class LibcxxSharedPtrSyntheticFrontEnd : public SyntheticChildrenFrontEnd {
110 SyntheticChildrenFrontEnd *
114 SyntheticChildrenFrontEnd *
118 SyntheticChildrenFrontEnd *
122 SyntheticChildrenFrontEnd *
126 SyntheticChildrenFrontEnd *
[all …]
HDLibStdcpp.h36 SyntheticChildrenFrontEnd *
40 SyntheticChildrenFrontEnd *
44 SyntheticChildrenFrontEnd *
48 SyntheticChildrenFrontEnd *
52 SyntheticChildrenFrontEnd *
HDLibStdcpp.cpp28 class LibstdcppMapIteratorSyntheticFrontEnd : public SyntheticChildrenFrontEnd {
61 class LibStdcppSharedPtrSyntheticFrontEnd : public SyntheticChildrenFrontEnd {
80 : SyntheticChildrenFrontEnd(*valobj_sp), m_exe_ctx_ref(), m_pair_address(0), in LibstdcppMapIteratorSyntheticFrontEnd()
152 SyntheticChildrenFrontEnd *
169 SyntheticChildrenFrontEnd *
183 : SyntheticChildrenFrontEnd(*valobj_sp), m_exe_ctx_ref(), in VectorIteratorSyntheticFrontEnd()
352 : SyntheticChildrenFrontEnd(*valobj_sp) { in LibStdcppSharedPtrSyntheticFrontEnd()
382 SyntheticChildrenFrontEnd *
HDLibCxxQueue.cpp17 class QueueFrontEnd : public SyntheticChildrenFrontEnd {
19 QueueFrontEnd(ValueObject &valobj) : SyntheticChildrenFrontEnd(valobj) { in QueueFrontEnd()
59 SyntheticChildrenFrontEnd *
HDLibCxxOptional.cpp17 class OptionalFrontEnd : public SyntheticChildrenFrontEnd {
19 OptionalFrontEnd(ValueObject &valobj) : SyntheticChildrenFrontEnd(valobj) { in OptionalFrontEnd()
77 SyntheticChildrenFrontEnd *
HDLibStdcppUniquePointer.cpp25 class LibStdcppUniquePtrSyntheticFrontEnd : public SyntheticChildrenFrontEnd {
58 : SyntheticChildrenFrontEnd(*valobj_sp) { in LibStdcppUniquePtrSyntheticFrontEnd()
95 std::unique_ptr<SyntheticChildrenFrontEnd> tuple_frontend( in Update()
163 SyntheticChildrenFrontEnd *
HDBlockPointer.cpp29 class BlockPointerSyntheticFrontEnd : public SyntheticChildrenFrontEnd {
32 : SyntheticChildrenFrontEnd(*valobj_sp), m_block_struct_type() { in BlockPointerSyntheticFrontEnd()
172 lldb_private::SyntheticChildrenFrontEnd *synthetic_children = in BlockPointerSummaryProvider()
201 lldb_private::SyntheticChildrenFrontEnd *
HDLibCxxTuple.cpp17 class TupleFrontEnd: public SyntheticChildrenFrontEnd {
19 TupleFrontEnd(ValueObject &valobj) : SyntheticChildrenFrontEnd(valobj) { in TupleFrontEnd()
87 SyntheticChildrenFrontEnd *
HDLibStdcppTuple.cpp25 class LibStdcppTupleSyntheticFrontEnd : public SyntheticChildrenFrontEnd {
52 : SyntheticChildrenFrontEnd(*valobj_sp) { in LibStdcppTupleSyntheticFrontEnd()
107 SyntheticChildrenFrontEnd *
HDLibCxxVector.cpp21 class LibcxxStdVectorSyntheticFrontEnd : public SyntheticChildrenFrontEnd {
44 class LibcxxVectorBoolSyntheticFrontEnd : public SyntheticChildrenFrontEnd {
71 : SyntheticChildrenFrontEnd(*valobj_sp), m_start(nullptr), in LibcxxStdVectorSyntheticFrontEnd()
175 : SyntheticChildrenFrontEnd(*valobj_sp), m_bool_type(), m_exe_ctx_ref(), in LibcxxVectorBoolSyntheticFrontEnd()
284 lldb_private::SyntheticChildrenFrontEnd *
HDLibCxxInitializerList.cpp22 : public SyntheticChildrenFrontEnd {
49 : SyntheticChildrenFrontEnd(*valobj_sp), m_start(nullptr), m_element_type(), in LibcxxInitializerListSyntheticFrontEnd()
117 lldb_private::SyntheticChildrenFrontEnd *
HDLibCxxAtomic.cpp88 class LibcxxStdAtomicSyntheticFrontEnd : public SyntheticChildrenFrontEnd {
114 : SyntheticChildrenFrontEnd(*valobj_sp), m_real_child(nullptr) {} in LibcxxStdAtomicSyntheticFrontEnd()
153 SyntheticChildrenFrontEnd *
HDLibCxxBitset.cpp19 class BitsetFrontEnd : public SyntheticChildrenFrontEnd {
49 : SyntheticChildrenFrontEnd(valobj) { in BitsetFrontEnd()
115 SyntheticChildrenFrontEnd *formatters::LibcxxBitsetSyntheticFrontEndCreator( in LibcxxBitsetSyntheticFrontEndCreator()
HDLibCxxVariant.cpp170 class VariantFrontEnd : public SyntheticChildrenFrontEnd {
172 VariantFrontEnd(ValueObject &valobj) : SyntheticChildrenFrontEnd(valobj) { in VariantFrontEnd()
248 SyntheticChildrenFrontEnd *
HDLibCxxUnorderedMap.cpp28 : public SyntheticChildrenFrontEnd {
57 : SyntheticChildrenFrontEnd(*valobj_sp), m_element_type(), m_tree(nullptr), in LibcxxStdUnorderedMapSyntheticFrontEnd()
216 SyntheticChildrenFrontEnd *
HDLibCxxList.cpp112 class AbstractListFrontEnd : public SyntheticChildrenFrontEnd {
122 : SyntheticChildrenFrontEnd(valobj) {} in AbstractListFrontEnd()
435 SyntheticChildrenFrontEnd *formatters::LibcxxStdListSyntheticFrontEndCreator( in LibcxxStdListSyntheticFrontEndCreator()
440 SyntheticChildrenFrontEnd *
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
HDTypeSynthetic.h27 class SyntheticChildrenFrontEnd {
36 SyntheticChildrenFrontEnd(ValueObject &backend) in SyntheticChildrenFrontEnd() function
39 virtual ~SyntheticChildrenFrontEnd() = default;
78 typedef std::shared_ptr<SyntheticChildrenFrontEnd> SharedPointer;
79 typedef std::unique_ptr<SyntheticChildrenFrontEnd> AutoPointer;
99 DISALLOW_COPY_AND_ASSIGN(SyntheticChildrenFrontEnd);
102 class SyntheticValueProviderFrontEnd : public SyntheticChildrenFrontEnd {
105 : SyntheticChildrenFrontEnd(backend) {} in SyntheticValueProviderFrontEnd()
256 virtual SyntheticChildrenFrontEnd::AutoPointer
309 class FrontEnd : public SyntheticChildrenFrontEnd {
[all …]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
HDCocoa.h62 SyntheticChildrenFrontEnd *
65 SyntheticChildrenFrontEnd *
72 SyntheticChildrenFrontEnd *
97 SyntheticChildrenFrontEnd *
101 SyntheticChildrenFrontEnd *
HDNSArray.cpp46 class NSArrayMSyntheticFrontEndBase : public SyntheticChildrenFrontEnd {
206 class GenericNSArrayISyntheticFrontEnd : public SyntheticChildrenFrontEnd {
278 class NSArray0SyntheticFrontEnd : public SyntheticChildrenFrontEnd {
295 class NSArray1SyntheticFrontEnd : public SyntheticChildrenFrontEnd {
436 : SyntheticChildrenFrontEnd(*valobj_sp), m_exe_ctx_ref(), m_ptr_size(8), in NSArrayMSyntheticFrontEndBase()
582 : SyntheticChildrenFrontEnd(*valobj_sp), m_exe_ctx_ref(), m_ptr_size(8), in GenericNSArrayISyntheticFrontEnd()
694 : SyntheticChildrenFrontEnd(*valobj_sp) {} in NSArray0SyntheticFrontEnd()
723 : SyntheticChildrenFrontEnd(*valobj_sp.get()) {} in NSArray1SyntheticFrontEnd()
768 SyntheticChildrenFrontEnd *
HDNSException.cpp119 class NSExceptionSyntheticFrontEnd : public SyntheticChildrenFrontEnd {
122 : SyntheticChildrenFrontEnd(*valobj_sp) {} in NSExceptionSyntheticFrontEnd()
176 SyntheticChildrenFrontEnd *
HDNSError.cpp109 class NSErrorSyntheticFrontEnd : public SyntheticChildrenFrontEnd {
112 : SyntheticChildrenFrontEnd(*valobj_sp) {} in NSErrorSyntheticFrontEnd()
184 SyntheticChildrenFrontEnd *
HDNSSet.cpp42 class NSSetISyntheticFrontEnd : public SyntheticChildrenFrontEnd {
83 class GenericNSSetMSyntheticFrontEnd : public SyntheticChildrenFrontEnd {
199 class NSSetCodeRunningSyntheticFrontEnd : public SyntheticChildrenFrontEnd {
298 SyntheticChildrenFrontEnd *
357 : SyntheticChildrenFrontEnd(*valobj_sp), m_exe_ctx_ref(), m_ptr_size(8), in NSSetISyntheticFrontEnd()
508 : SyntheticChildrenFrontEnd(*valobj_sp), m_exe_ctx_ref(), m_ptr_size(8), in GenericNSSetMSyntheticFrontEnd()
HDNSIndexPath.cpp32 class NSIndexPathSyntheticFrontEnd : public SyntheticChildrenFrontEnd {
35 : SyntheticChildrenFrontEnd(*valobj_sp.get()), m_descriptor_sp(nullptr), in NSIndexPathSyntheticFrontEnd()
303 SyntheticChildrenFrontEnd *
HDNSDictionary.cpp99 class NSDictionaryISyntheticFrontEnd : public SyntheticChildrenFrontEnd {
142 class NSDictionary1SyntheticFrontEnd : public SyntheticChildrenFrontEnd {
163 class GenericNSDictionaryMSyntheticFrontEnd : public SyntheticChildrenFrontEnd {
196 class NSDictionaryMSyntheticFrontEnd : public SyntheticChildrenFrontEnd {
433 SyntheticChildrenFrontEnd *
499 : SyntheticChildrenFrontEnd(*valobj_sp), m_exe_ctx_ref(), m_ptr_size(8), in NSDictionaryISyntheticFrontEnd()
645 : SyntheticChildrenFrontEnd(*valobj_sp.get()), m_pair(nullptr) {} in NSDictionary1SyntheticFrontEnd()
721 : SyntheticChildrenFrontEnd(*valobj_sp), m_exe_ctx_ref(), m_ptr_size(8), in GenericNSDictionaryMSyntheticFrontEnd()
891 : SyntheticChildrenFrontEnd(*valobj_sp), m_exe_ctx_ref(), m_ptr_size(8), in NSDictionaryMSyntheticFrontEnd()
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
HDTypeSynthetic.cpp98 lldb::ValueObjectSP SyntheticChildrenFrontEnd::CreateValueObjectFromExpression( in CreateValueObjectFromExpression()
108 lldb::ValueObjectSP SyntheticChildrenFrontEnd::CreateValueObjectFromAddress( in CreateValueObjectFromAddress()
118 lldb::ValueObjectSP SyntheticChildrenFrontEnd::CreateValueObjectFromData( in CreateValueObjectFromData()
130 : SyntheticChildrenFrontEnd(backend), m_python_class(pclass), in FrontEnd()

12