| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | LibCxx.h | 95 SyntheticChildrenFrontEnd * 103 SyntheticChildrenFrontEnd * 107 class LibcxxSharedPtrSyntheticFrontEnd : public SyntheticChildrenFrontEnd { 126 class LibcxxUniquePtrSyntheticFrontEnd : public SyntheticChildrenFrontEnd { 145 SyntheticChildrenFrontEnd * 149 SyntheticChildrenFrontEnd * 153 SyntheticChildrenFrontEnd * 157 SyntheticChildrenFrontEnd * 161 SyntheticChildrenFrontEnd * 165 SyntheticChildrenFrontEnd * [all …]
|
| H A D | LibStdcpp.h | 32 SyntheticChildrenFrontEnd * 36 SyntheticChildrenFrontEnd * 40 SyntheticChildrenFrontEnd * 44 SyntheticChildrenFrontEnd * 48 SyntheticChildrenFrontEnd * 52 SyntheticChildrenFrontEnd * 56 SyntheticChildrenFrontEnd *
|
| H A D | LibStdcpp.cpp | 32 class LibstdcppMapIteratorSyntheticFrontEnd : public SyntheticChildrenFrontEnd { 63 class LibStdcppSharedPtrSyntheticFrontEnd : public SyntheticChildrenFrontEnd { 89 : SyntheticChildrenFrontEnd(*valobj_sp), m_exe_ctx_ref(), m_pair_type(), in LibstdcppMapIteratorSyntheticFrontEnd() 161 SyntheticChildrenFrontEnd * 178 SyntheticChildrenFrontEnd * 189 : SyntheticChildrenFrontEnd(*valobj_sp), m_exe_ctx_ref(), in VectorIteratorSyntheticFrontEnd() 253 : SyntheticChildrenFrontEnd(*valobj_sp) { in LibStdcppSharedPtrSyntheticFrontEnd() 318 SyntheticChildrenFrontEnd *
|
| H A D | GenericOptional.cpp | 30 class GenericOptionalFrontend : public SyntheticChildrenFrontEnd { 66 : SyntheticChildrenFrontEnd(valobj), m_stdlib(stdlib) { in GenericOptionalFrontend() 130 SyntheticChildrenFrontEnd * 139 SyntheticChildrenFrontEnd *formatters::LibcxxOptionalSyntheticFrontEndCreator( in LibcxxOptionalSyntheticFrontEndCreator()
|
| H A D | MsvcStlSmartPointer.cpp | 69 class MsvcStlSmartPointerSyntheticFrontEnd : public SyntheticChildrenFrontEnd { 87 class MsvcStlUniquePtrSyntheticFrontEnd : public SyntheticChildrenFrontEnd { 109 : SyntheticChildrenFrontEnd(*valobj_sp) { in MsvcStlSmartPointerSyntheticFrontEnd() 178 lldb_private::SyntheticChildrenFrontEnd * 208 : SyntheticChildrenFrontEnd(*valobj_sp) { in MsvcStlUniquePtrSyntheticFrontEnd() 276 lldb_private::SyntheticChildrenFrontEnd *
|
| H A D | LibCxxQueue.cpp | 17 class QueueFrontEnd : public SyntheticChildrenFrontEnd { 19 QueueFrontEnd(ValueObject &valobj) : SyntheticChildrenFrontEnd(valobj) { in QueueFrontEnd() 60 SyntheticChildrenFrontEnd *
|
| H A D | LibCxxRangesRefView.cpp | 24 : public SyntheticChildrenFrontEnd { 55 : SyntheticChildrenFrontEnd(*valobj_sp) { in LibcxxStdRangesRefViewSyntheticFrontEnd() 74 lldb_private::SyntheticChildrenFrontEnd *
|
| H A D | LibStdcppUniquePointer.cpp | 25 class LibStdcppUniquePtrSyntheticFrontEnd : public SyntheticChildrenFrontEnd { 55 : SyntheticChildrenFrontEnd(*valobj_sp) { in LibStdcppUniquePtrSyntheticFrontEnd() 90 std::unique_ptr<SyntheticChildrenFrontEnd> tuple_frontend( in Update() 160 SyntheticChildrenFrontEnd *
|
| H A D | GenericBitset.cpp | 22 class GenericBitsetFrontEnd : public SyntheticChildrenFrontEnd { 66 : SyntheticChildrenFrontEnd(valobj), m_stdlib(stdlib) { in GenericBitsetFrontEnd() 144 SyntheticChildrenFrontEnd *formatters::LibStdcppBitsetSyntheticFrontEndCreator( in LibStdcppBitsetSyntheticFrontEndCreator() 152 SyntheticChildrenFrontEnd *formatters::LibcxxBitsetSyntheticFrontEndCreator( in LibcxxBitsetSyntheticFrontEndCreator()
|
| H A D | LibCxxTuple.cpp | 17 class TupleFrontEnd: public SyntheticChildrenFrontEnd { 19 TupleFrontEnd(ValueObject &valobj) : SyntheticChildrenFrontEnd(valobj) { in TupleFrontEnd() 93 SyntheticChildrenFrontEnd *
|
| H A D | BlockPointer.cpp | 31 class BlockPointerSyntheticFrontEnd : public SyntheticChildrenFrontEnd { 34 : SyntheticChildrenFrontEnd(*valobj_sp), m_block_struct_type() { in BlockPointerSyntheticFrontEnd() 166 lldb_private::SyntheticChildrenFrontEnd *synthetic_children = in BlockPointerSummaryProvider() 204 lldb_private::SyntheticChildrenFrontEnd *
|
| H A D | LibCxxAtomic.cpp | 87 class LibcxxStdAtomicSyntheticFrontEnd : public SyntheticChildrenFrontEnd { 109 : SyntheticChildrenFrontEnd(*valobj_sp) {} in LibcxxStdAtomicSyntheticFrontEnd() 142 SyntheticChildrenFrontEnd *
|
| H A D | LibStdcppTuple.cpp | 25 class LibStdcppTupleSyntheticFrontEnd : public SyntheticChildrenFrontEnd { 50 : SyntheticChildrenFrontEnd(*valobj_sp) { in LibStdcppTupleSyntheticFrontEnd() 109 SyntheticChildrenFrontEnd *
|
| H A D | LibCxxUnorderedMap.cpp | 31 : public SyntheticChildrenFrontEnd { 59 : public SyntheticChildrenFrontEnd { 84 : SyntheticChildrenFrontEnd(*valobj_sp), m_element_type(), in LibcxxStdUnorderedMapSyntheticFrontEnd() 299 SyntheticChildrenFrontEnd * 308 : SyntheticChildrenFrontEnd(*valobj_sp) { in LibCxxUnorderedMapIteratorSyntheticFrontEnd() 412 SyntheticChildrenFrontEnd *
|
| H A D | LibCxxInitializerList.cpp | 23 : public SyntheticChildrenFrontEnd { 48 : SyntheticChildrenFrontEnd(*valobj_sp), m_element_type() { in LibcxxInitializerListSyntheticFrontEnd() 119 lldb_private::SyntheticChildrenFrontEnd *
|
| H A D | LibCxxSpan.cpp | 24 class LibcxxStdSpanSyntheticFrontEnd : public SyntheticChildrenFrontEnd { 69 : SyntheticChildrenFrontEnd(*valobj_sp) { in LibcxxStdSpanSyntheticFrontEnd() 144 lldb_private::SyntheticChildrenFrontEnd *
|
| H A D | LibCxxVector.cpp | 24 class LibcxxStdVectorSyntheticFrontEnd : public SyntheticChildrenFrontEnd { 45 class LibcxxVectorBoolSyntheticFrontEnd : public SyntheticChildrenFrontEnd { 70 : SyntheticChildrenFrontEnd(*valobj_sp), m_element_type() { in LibcxxStdVectorSyntheticFrontEnd() 181 : SyntheticChildrenFrontEnd(*valobj_sp), m_bool_type(), m_exe_ctx_ref(), in LibcxxVectorBoolSyntheticFrontEnd() 286 lldb_private::SyntheticChildrenFrontEnd *
|
| H A D | LibCxxMap.cpp | 188 class LibcxxStdMapSyntheticFrontEnd : public SyntheticChildrenFrontEnd { 229 class LibCxxMapIteratorSyntheticFrontEnd : public SyntheticChildrenFrontEnd { 251 : SyntheticChildrenFrontEnd(*valobj_sp) { in LibcxxStdMapSyntheticFrontEnd() 403 SyntheticChildrenFrontEnd * 411 : SyntheticChildrenFrontEnd(*valobj_sp) { in LibCxxMapIteratorSyntheticFrontEnd() 503 SyntheticChildrenFrontEnd *
|
| H A D | MsvcStl.h | 37 lldb_private::SyntheticChildrenFrontEnd * 45 lldb_private::SyntheticChildrenFrontEnd *
|
| H A D | Coroutines.h | 31 : public SyntheticChildrenFrontEnd { 49 SyntheticChildrenFrontEnd *
|
| H A D | LibCxxValarray.cpp | 21 class LibcxxStdValarraySyntheticFrontEnd : public SyntheticChildrenFrontEnd { 51 : SyntheticChildrenFrontEnd(*valobj_sp), m_element_type() { in LibcxxStdValarraySyntheticFrontEnd() 140 lldb_private::SyntheticChildrenFrontEnd *
|
| H A D | LibCxxSliceArray.cpp | 53 class LibcxxStdSliceArraySyntheticFrontEnd : public SyntheticChildrenFrontEnd { 85 : SyntheticChildrenFrontEnd(*valobj_sp), m_element_type() { in LibcxxStdSliceArraySyntheticFrontEnd() 161 lldb_private::SyntheticChildrenFrontEnd *
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
| H A D | TypeSynthetic.h | 27 class SyntheticChildrenFrontEnd { 36 SyntheticChildrenFrontEnd(ValueObject &backend) in SyntheticChildrenFrontEnd() function 39 virtual ~SyntheticChildrenFrontEnd() = default; 83 typedef std::shared_ptr<SyntheticChildrenFrontEnd> SharedPointer; 84 typedef std::unique_ptr<SyntheticChildrenFrontEnd> AutoPointer; 104 SyntheticChildrenFrontEnd(const SyntheticChildrenFrontEnd &) = delete; 105 const SyntheticChildrenFrontEnd & 106 operator=(const SyntheticChildrenFrontEnd &) = delete; 109 class SyntheticValueProviderFrontEnd : public SyntheticChildrenFrontEnd { 112 : SyntheticChildrenFrontEnd(backend) {} in SyntheticValueProviderFrontEnd() [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | Cocoa.h | 62 SyntheticChildrenFrontEnd * 65 SyntheticChildrenFrontEnd * 72 SyntheticChildrenFrontEnd * 97 SyntheticChildrenFrontEnd * 101 SyntheticChildrenFrontEnd *
|
| /freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | TypeSynthetic.cpp | 104 SyntheticChildrenFrontEnd::AutoPointer 120 SyntheticChildrenFrontEnd::CalculateNumChildrenIgnoringErrors(uint32_t max) { in CalculateNumChildrenIgnoringErrors() 129 lldb::ValueObjectSP SyntheticChildrenFrontEnd::CreateValueObjectFromExpression( in CreateValueObjectFromExpression() 139 lldb::ValueObjectSP SyntheticChildrenFrontEnd::CreateValueObjectFromAddress( in CreateValueObjectFromAddress() 149 lldb::ValueObjectSP SyntheticChildrenFrontEnd::CreateValueObjectFromData( in CreateValueObjectFromData() 161 : SyntheticChildrenFrontEnd(backend), m_python_class(pclass), in FrontEnd()
|