Home
last modified time | relevance | path

Searched refs:child_sp (Results 26 – 50 of 146) sorted by relevance

123456

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Plugins/Language/CPlusPlus/
H A DBlockPointer.cpp140 ValueObjectSP child_sp(struct_sp->GetSyntheticChildAtOffset( in GetChildAtIndex() local
144 return child_sp; in GetChildAtIndex()
182 lldb::ValueObjectSP child_sp = synthetic_children->GetChildAtIndex( in BlockPointerSummaryProvider() local
185 if (!child_sp) { in BlockPointerSummaryProvider()
190 child_sp->GetQualifiedRepresentationIfAvailable( in BlockPointerSummaryProvider()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Plugins/Language/CPlusPlus/
H A DBlockPointer.cpp140 ValueObjectSP child_sp(struct_sp->GetSyntheticChildAtOffset( in GetChildAtIndex() local
144 return child_sp; in GetChildAtIndex()
182 lldb::ValueObjectSP child_sp = synthetic_children->GetChildAtIndex( in BlockPointerSummaryProvider() local
185 if (!child_sp) { in BlockPointerSummaryProvider()
190 child_sp->GetQualifiedRepresentationIfAvailable( in BlockPointerSummaryProvider()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Plugins/Language/CPlusPlus/
H A DBlockPointer.cpp142 ValueObjectSP child_sp(struct_sp->GetSyntheticChildAtOffset( in GetChildAtIndex() local
146 return child_sp; in GetChildAtIndex()
184 lldb::ValueObjectSP child_sp = synthetic_children->GetChildAtIndex( in BlockPointerSummaryProvider() local
187 if (!child_sp) { in BlockPointerSummaryProvider()
192 child_sp->GetQualifiedRepresentationIfAvailable( in BlockPointerSummaryProvider()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Plugins/Language/CPlusPlus/
H A DBlockPointer.cpp142 ValueObjectSP child_sp(struct_sp->GetSyntheticChildAtOffset( in GetChildAtIndex() local
146 return child_sp; in GetChildAtIndex()
184 lldb::ValueObjectSP child_sp = synthetic_children->GetChildAtIndex( in BlockPointerSummaryProvider() local
187 if (!child_sp) { in BlockPointerSummaryProvider()
192 child_sp->GetQualifiedRepresentationIfAvailable( in BlockPointerSummaryProvider()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Plugins/Language/CPlusPlus/
H A DBlockPointer.cpp140 ValueObjectSP child_sp(struct_sp->GetSyntheticChildAtOffset( in GetChildAtIndex() local
144 return child_sp; in GetChildAtIndex()
182 lldb::ValueObjectSP child_sp = synthetic_children->GetChildAtIndex( in BlockPointerSummaryProvider() local
185 if (!child_sp) { in BlockPointerSummaryProvider()
190 child_sp->GetQualifiedRepresentationIfAvailable( in BlockPointerSummaryProvider()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp548 ValueObjectSP child_sp, in PrintChild() argument
567 if (child_sp.get()) { in PrintChild()
569 child_sp.get(), m_stream, child_options, in PrintChild()
662 if (ValueObjectSP child_sp = GenerateChild(synth_m_valobj, idx)) { in PrintChildren() local
667 PrintChild(child_sp, curr_ptr_depth); in PrintChildren()
712 lldb::ValueObjectSP child_sp(synth_m_valobj->GetChildAtIndex(idx, true)); in PrintChildrenOneLiner() local
713 if (child_sp) in PrintChildrenOneLiner()
714 child_sp = child_sp->GetQualifiedRepresentationIfAvailable( in PrintChildrenOneLiner()
716 if (child_sp) { in PrintChildrenOneLiner()
720 const char *name = child_sp.get()->GetName().AsCString(); in PrintChildrenOneLiner()
[all …]
H A DFormatManager.cpp490 ValueObjectSP child_sp(valobj.GetChildAtIndex(idx, true)); in ShouldPrintAsOneLiner() local
492 if (!child_sp) in ShouldPrintAsOneLiner()
496 CompilerType child_compiler_type(child_sp->GetCompilerType()); in ShouldPrintAsOneLiner()
498 switch (child_compiler_type.ShouldPrintAsOneLiner(child_sp.get())) { in ShouldPrintAsOneLiner()
511 if (child_sp->GetSyntheticChildren().get() != nullptr) { in ShouldPrintAsOneLiner()
512 ValueObjectSP synth_sp(child_sp->GetSyntheticValue()); in ShouldPrintAsOneLiner()
524 total_children_name_len += child_sp->GetName().GetLength(); in ShouldPrintAsOneLiner()
533 if (child_sp->GetSummaryFormat()) { in ShouldPrintAsOneLiner()
535 if (child_sp->GetSummaryFormat()->DoesPrintChildren(child_sp.get())) in ShouldPrintAsOneLiner()
540 if (child_sp->GetNumChildren()) { in ShouldPrintAsOneLiner()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp561 ValueObjectSP child_sp, in PrintChild() argument
580 if (child_sp.get()) { in PrintChild()
582 child_sp.get(), m_stream, child_options, in PrintChild()
675 if (ValueObjectSP child_sp = GenerateChild(synth_m_valobj, idx)) { in PrintChildren() local
680 PrintChild(child_sp, curr_ptr_depth); in PrintChildren()
725 lldb::ValueObjectSP child_sp(synth_m_valobj->GetChildAtIndex(idx, true)); in PrintChildrenOneLiner() local
726 if (child_sp) in PrintChildrenOneLiner()
727 child_sp = child_sp->GetQualifiedRepresentationIfAvailable( in PrintChildrenOneLiner()
729 if (child_sp) { in PrintChildrenOneLiner()
733 const char *name = child_sp.get()->GetName().AsCString(); in PrintChildrenOneLiner()
[all …]
H A DFormatManager.cpp490 ValueObjectSP child_sp(valobj.GetChildAtIndex(idx, true)); in ShouldPrintAsOneLiner() local
492 if (!child_sp) in ShouldPrintAsOneLiner()
496 CompilerType child_compiler_type(child_sp->GetCompilerType()); in ShouldPrintAsOneLiner()
498 switch (child_compiler_type.ShouldPrintAsOneLiner(child_sp.get())) { in ShouldPrintAsOneLiner()
511 if (child_sp->GetSyntheticChildren().get() != nullptr) { in ShouldPrintAsOneLiner()
512 ValueObjectSP synth_sp(child_sp->GetSyntheticValue()); in ShouldPrintAsOneLiner()
524 total_children_name_len += child_sp->GetName().GetLength(); in ShouldPrintAsOneLiner()
533 if (child_sp->GetSummaryFormat()) { in ShouldPrintAsOneLiner()
535 if (child_sp->GetSummaryFormat()->DoesPrintChildren(child_sp.get())) in ShouldPrintAsOneLiner()
540 if (child_sp->GetNumChildren()) { in ShouldPrintAsOneLiner()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp548 ValueObjectSP child_sp, in PrintChild() argument
567 if (child_sp.get()) { in PrintChild()
569 child_sp.get(), m_stream, child_options, in PrintChild()
662 if (ValueObjectSP child_sp = GenerateChild(synth_m_valobj, idx)) { in PrintChildren() local
667 PrintChild(child_sp, curr_ptr_depth); in PrintChildren()
712 lldb::ValueObjectSP child_sp(synth_m_valobj->GetChildAtIndex(idx, true)); in PrintChildrenOneLiner() local
713 if (child_sp) in PrintChildrenOneLiner()
714 child_sp = child_sp->GetQualifiedRepresentationIfAvailable( in PrintChildrenOneLiner()
716 if (child_sp) { in PrintChildrenOneLiner()
720 const char *name = child_sp.get()->GetName().AsCString(); in PrintChildrenOneLiner()
[all …]
H A DFormatManager.cpp488 ValueObjectSP child_sp(valobj.GetChildAtIndex(idx, true)); in ShouldPrintAsOneLiner() local
490 if (!child_sp) in ShouldPrintAsOneLiner()
494 CompilerType child_compiler_type(child_sp->GetCompilerType()); in ShouldPrintAsOneLiner()
496 switch (child_compiler_type.ShouldPrintAsOneLiner(child_sp.get())) { in ShouldPrintAsOneLiner()
509 if (child_sp->GetSyntheticChildren().get() != nullptr) { in ShouldPrintAsOneLiner()
510 ValueObjectSP synth_sp(child_sp->GetSyntheticValue()); in ShouldPrintAsOneLiner()
522 total_children_name_len += child_sp->GetName().GetLength(); in ShouldPrintAsOneLiner()
531 if (child_sp->GetSummaryFormat()) { in ShouldPrintAsOneLiner()
533 if (child_sp->GetSummaryFormat()->DoesPrintChildren(child_sp.get())) in ShouldPrintAsOneLiner()
538 if (child_sp->GetNumChildren()) { in ShouldPrintAsOneLiner()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp561 ValueObjectSP child_sp, in PrintChild() argument
580 if (child_sp.get()) { in PrintChild()
582 child_sp.get(), m_stream, child_options, in PrintChild()
675 if (ValueObjectSP child_sp = GenerateChild(synth_m_valobj, idx)) { in PrintChildren() local
680 PrintChild(child_sp, curr_ptr_depth); in PrintChildren()
725 lldb::ValueObjectSP child_sp(synth_m_valobj->GetChildAtIndex(idx, true)); in PrintChildrenOneLiner() local
726 if (child_sp) in PrintChildrenOneLiner()
727 child_sp = child_sp->GetQualifiedRepresentationIfAvailable( in PrintChildrenOneLiner()
729 if (child_sp) { in PrintChildrenOneLiner()
733 const char *name = child_sp.get()->GetName().AsCString(); in PrintChildrenOneLiner()
[all …]
H A DFormatManager.cpp490 ValueObjectSP child_sp(valobj.GetChildAtIndex(idx, true)); in ShouldPrintAsOneLiner() local
492 if (!child_sp) in ShouldPrintAsOneLiner()
496 CompilerType child_compiler_type(child_sp->GetCompilerType()); in ShouldPrintAsOneLiner()
498 switch (child_compiler_type.ShouldPrintAsOneLiner(child_sp.get())) { in ShouldPrintAsOneLiner()
511 if (child_sp->GetSyntheticChildren().get() != nullptr) { in ShouldPrintAsOneLiner()
512 ValueObjectSP synth_sp(child_sp->GetSyntheticValue()); in ShouldPrintAsOneLiner()
524 total_children_name_len += child_sp->GetName().GetLength(); in ShouldPrintAsOneLiner()
533 if (child_sp->GetSummaryFormat()) { in ShouldPrintAsOneLiner()
535 if (child_sp->GetSummaryFormat()->DoesPrintChildren(child_sp.get())) in ShouldPrintAsOneLiner()
540 if (child_sp->GetNumChildren()) { in ShouldPrintAsOneLiner()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp561 ValueObjectSP child_sp, in PrintChild() argument
580 if (child_sp.get()) { in PrintChild()
582 child_sp.get(), m_stream, child_options, in PrintChild()
675 if (ValueObjectSP child_sp = GenerateChild(synth_m_valobj, idx)) { in PrintChildren() local
680 PrintChild(child_sp, curr_ptr_depth); in PrintChildren()
725 lldb::ValueObjectSP child_sp(synth_m_valobj->GetChildAtIndex(idx, true)); in PrintChildrenOneLiner() local
726 if (child_sp) in PrintChildrenOneLiner()
727 child_sp = child_sp->GetQualifiedRepresentationIfAvailable( in PrintChildrenOneLiner()
729 if (child_sp) { in PrintChildrenOneLiner()
733 const char *name = child_sp.get()->GetName().AsCString(); in PrintChildrenOneLiner()
[all …]
H A DFormatManager.cpp490 ValueObjectSP child_sp(valobj.GetChildAtIndex(idx, true)); in ShouldPrintAsOneLiner() local
492 if (!child_sp) in ShouldPrintAsOneLiner()
496 CompilerType child_compiler_type(child_sp->GetCompilerType()); in ShouldPrintAsOneLiner()
498 switch (child_compiler_type.ShouldPrintAsOneLiner(child_sp.get())) { in ShouldPrintAsOneLiner()
511 if (child_sp->GetSyntheticChildren().get() != nullptr) { in ShouldPrintAsOneLiner()
512 ValueObjectSP synth_sp(child_sp->GetSyntheticValue()); in ShouldPrintAsOneLiner()
524 total_children_name_len += child_sp->GetName().GetLength(); in ShouldPrintAsOneLiner()
533 if (child_sp->GetSummaryFormat()) { in ShouldPrintAsOneLiner()
535 if (child_sp->GetSummaryFormat()->DoesPrintChildren(child_sp.get())) in ShouldPrintAsOneLiner()
540 if (child_sp->GetNumChildren()) { in ShouldPrintAsOneLiner()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp561 ValueObjectSP child_sp, in PrintChild() argument
580 if (child_sp.get()) { in PrintChild()
582 child_sp.get(), m_stream, child_options, in PrintChild()
675 if (ValueObjectSP child_sp = GenerateChild(synth_m_valobj, idx)) { in PrintChildren() local
680 PrintChild(child_sp, curr_ptr_depth); in PrintChildren()
725 lldb::ValueObjectSP child_sp(synth_m_valobj->GetChildAtIndex(idx, true)); in PrintChildrenOneLiner() local
726 if (child_sp) in PrintChildrenOneLiner()
727 child_sp = child_sp->GetQualifiedRepresentationIfAvailable( in PrintChildrenOneLiner()
729 if (child_sp) { in PrintChildrenOneLiner()
733 const char *name = child_sp.get()->GetName().AsCString(); in PrintChildrenOneLiner()
[all …]
H A DFormatManager.cpp490 ValueObjectSP child_sp(valobj.GetChildAtIndex(idx, true)); in ShouldPrintAsOneLiner() local
492 if (!child_sp) in ShouldPrintAsOneLiner()
496 CompilerType child_compiler_type(child_sp->GetCompilerType()); in ShouldPrintAsOneLiner()
498 switch (child_compiler_type.ShouldPrintAsOneLiner(child_sp.get())) { in ShouldPrintAsOneLiner()
511 if (child_sp->GetSyntheticChildren().get() != nullptr) { in ShouldPrintAsOneLiner()
512 ValueObjectSP synth_sp(child_sp->GetSyntheticValue()); in ShouldPrintAsOneLiner()
524 total_children_name_len += child_sp->GetName().GetLength(); in ShouldPrintAsOneLiner()
533 if (child_sp->GetSummaryFormat()) { in ShouldPrintAsOneLiner()
535 if (child_sp->GetSummaryFormat()->DoesPrintChildren(child_sp.get())) in ShouldPrintAsOneLiner()
540 if (child_sp->GetNumChildren()) { in ShouldPrintAsOneLiner()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp561 ValueObjectSP child_sp, in PrintChild() argument
580 if (child_sp.get()) { in PrintChild()
582 child_sp.get(), m_stream, child_options, in PrintChild()
675 if (ValueObjectSP child_sp = GenerateChild(synth_m_valobj, idx)) { in PrintChildren() local
680 PrintChild(child_sp, curr_ptr_depth); in PrintChildren()
725 lldb::ValueObjectSP child_sp(synth_m_valobj->GetChildAtIndex(idx, true)); in PrintChildrenOneLiner() local
726 if (child_sp) in PrintChildrenOneLiner()
727 child_sp = child_sp->GetQualifiedRepresentationIfAvailable( in PrintChildrenOneLiner()
729 if (child_sp) { in PrintChildrenOneLiner()
733 const char *name = child_sp.get()->GetName().AsCString(); in PrintChildrenOneLiner()
[all …]
H A DFormatManager.cpp490 ValueObjectSP child_sp(valobj.GetChildAtIndex(idx, true)); in ShouldPrintAsOneLiner() local
492 if (!child_sp) in ShouldPrintAsOneLiner()
496 CompilerType child_compiler_type(child_sp->GetCompilerType()); in ShouldPrintAsOneLiner()
498 switch (child_compiler_type.ShouldPrintAsOneLiner(child_sp.get())) { in ShouldPrintAsOneLiner()
511 if (child_sp->GetSyntheticChildren().get() != nullptr) { in ShouldPrintAsOneLiner()
512 ValueObjectSP synth_sp(child_sp->GetSyntheticValue()); in ShouldPrintAsOneLiner()
524 total_children_name_len += child_sp->GetName().GetLength(); in ShouldPrintAsOneLiner()
533 if (child_sp->GetSummaryFormat()) { in ShouldPrintAsOneLiner()
535 if (child_sp->GetSummaryFormat()->DoesPrintChildren(child_sp.get())) in ShouldPrintAsOneLiner()
540 if (child_sp->GetNumChildren()) { in ShouldPrintAsOneLiner()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp561 ValueObjectSP child_sp, in PrintChild() argument
580 if (child_sp.get()) { in PrintChild()
582 child_sp.get(), m_stream, child_options, in PrintChild()
675 if (ValueObjectSP child_sp = GenerateChild(synth_m_valobj, idx)) { in PrintChildren() local
680 PrintChild(child_sp, curr_ptr_depth); in PrintChildren()
725 lldb::ValueObjectSP child_sp(synth_m_valobj->GetChildAtIndex(idx, true)); in PrintChildrenOneLiner() local
726 if (child_sp) in PrintChildrenOneLiner()
727 child_sp = child_sp->GetQualifiedRepresentationIfAvailable( in PrintChildrenOneLiner()
729 if (child_sp) { in PrintChildrenOneLiner()
733 const char *name = child_sp.get()->GetName().AsCString(); in PrintChildrenOneLiner()
[all …]
H A DFormatManager.cpp490 ValueObjectSP child_sp(valobj.GetChildAtIndex(idx, true)); in ShouldPrintAsOneLiner() local
492 if (!child_sp) in ShouldPrintAsOneLiner()
496 CompilerType child_compiler_type(child_sp->GetCompilerType()); in ShouldPrintAsOneLiner()
498 switch (child_compiler_type.ShouldPrintAsOneLiner(child_sp.get())) { in ShouldPrintAsOneLiner()
511 if (child_sp->GetSyntheticChildren().get() != nullptr) { in ShouldPrintAsOneLiner()
512 ValueObjectSP synth_sp(child_sp->GetSyntheticValue()); in ShouldPrintAsOneLiner()
524 total_children_name_len += child_sp->GetName().GetLength(); in ShouldPrintAsOneLiner()
533 if (child_sp->GetSummaryFormat()) { in ShouldPrintAsOneLiner()
535 if (child_sp->GetSummaryFormat()->DoesPrintChildren(child_sp.get())) in ShouldPrintAsOneLiner()
540 if (child_sp->GetNumChildren()) { in ShouldPrintAsOneLiner()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp555 ValueObjectSP child_sp, in PrintChild() argument
574 if (child_sp.get()) { in PrintChild()
576 child_sp.get(), m_stream, child_options, in PrintChild()
669 if (ValueObjectSP child_sp = GenerateChild(synth_m_valobj, idx)) { in PrintChildren() local
674 PrintChild(child_sp, curr_ptr_depth); in PrintChildren()
719 lldb::ValueObjectSP child_sp(synth_m_valobj->GetChildAtIndex(idx, true)); in PrintChildrenOneLiner() local
720 if (child_sp) in PrintChildrenOneLiner()
721 child_sp = child_sp->GetQualifiedRepresentationIfAvailable( in PrintChildrenOneLiner()
723 if (child_sp) { in PrintChildrenOneLiner()
727 const char *name = child_sp.get()->GetName().AsCString(); in PrintChildrenOneLiner()
[all …]
H A DFormatManager.cpp499 ValueObjectSP child_sp(valobj.GetChildAtIndex(idx, true)); in ShouldPrintAsOneLiner() local
501 if (!child_sp) in ShouldPrintAsOneLiner()
505 CompilerType child_compiler_type(child_sp->GetCompilerType()); in ShouldPrintAsOneLiner()
507 switch (child_compiler_type.ShouldPrintAsOneLiner(child_sp.get())) { in ShouldPrintAsOneLiner()
520 if (child_sp->GetSyntheticChildren().get() != nullptr) { in ShouldPrintAsOneLiner()
521 ValueObjectSP synth_sp(child_sp->GetSyntheticValue()); in ShouldPrintAsOneLiner()
533 total_children_name_len += child_sp->GetName().GetLength(); in ShouldPrintAsOneLiner()
542 if (child_sp->GetSummaryFormat()) { in ShouldPrintAsOneLiner()
544 if (child_sp->GetSummaryFormat()->DoesPrintChildren(child_sp.get())) in ShouldPrintAsOneLiner()
549 if (child_sp->GetNumChildren()) { in ShouldPrintAsOneLiner()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp561 ValueObjectSP child_sp, in PrintChild() argument
580 if (child_sp.get()) { in PrintChild()
582 child_sp.get(), m_stream, child_options, in PrintChild()
675 if (ValueObjectSP child_sp = GenerateChild(synth_m_valobj, idx)) { in PrintChildren() local
680 PrintChild(child_sp, curr_ptr_depth); in PrintChildren()
725 lldb::ValueObjectSP child_sp(synth_m_valobj->GetChildAtIndex(idx, true)); in PrintChildrenOneLiner() local
726 if (child_sp) in PrintChildrenOneLiner()
727 child_sp = child_sp->GetQualifiedRepresentationIfAvailable( in PrintChildrenOneLiner()
729 if (child_sp) { in PrintChildrenOneLiner()
733 const char *name = child_sp.get()->GetName().AsCString(); in PrintChildrenOneLiner()
[all …]
H A DFormatManager.cpp490 ValueObjectSP child_sp(valobj.GetChildAtIndex(idx, true)); in ShouldPrintAsOneLiner() local
492 if (!child_sp) in ShouldPrintAsOneLiner()
496 CompilerType child_compiler_type(child_sp->GetCompilerType()); in ShouldPrintAsOneLiner()
498 switch (child_compiler_type.ShouldPrintAsOneLiner(child_sp.get())) { in ShouldPrintAsOneLiner()
511 if (child_sp->GetSyntheticChildren().get() != nullptr) { in ShouldPrintAsOneLiner()
512 ValueObjectSP synth_sp(child_sp->GetSyntheticValue()); in ShouldPrintAsOneLiner()
524 total_children_name_len += child_sp->GetName().GetLength(); in ShouldPrintAsOneLiner()
533 if (child_sp->GetSummaryFormat()) { in ShouldPrintAsOneLiner()
535 if (child_sp->GetSummaryFormat()->DoesPrintChildren(child_sp.get())) in ShouldPrintAsOneLiner()
540 if (child_sp->GetNumChildren()) { in ShouldPrintAsOneLiner()
[all …]

123456