/external/lldb/source/API/ |
H A D | SBValue.cpp | 251 SetSP(value_sp); 256 SetSP(rhs.m_opaque_sp); 264 SetSP(rhs.m_opaque_sp); 477 sb_type.SetSP(type_sp); 590 format.SetSP(format_sp); 609 summary.SetSP(summary_sp); 631 filter.SetSP(filter_sp); 654 synthetic.SetSP(synth_sp); 674 sb_value.SetSP(value_sp->GetSyntheticChildAtOffset(offset, type_sp->GetClangASTType(), true),GetPreferDynamicValue(),GetPreferSyntheticValue(), name); 699 sb_value.SetSP(value_s 1291 SBValue::SetSP (ValueImplSP impl_sp) function in class:SBValue 1297 SBValue::SetSP (const lldb::ValueObjectSP &sp) function in class:SBValue 1316 SBValue::SetSP (const lldb::ValueObjectSP &sp, lldb::DynamicValueType use_dynamic) function in class:SBValue 1334 SBValue::SetSP (const lldb::ValueObjectSP &sp, bool use_synthetic) function in class:SBValue 1352 SBValue::SetSP (const lldb::ValueObjectSP &sp, lldb::DynamicValueType use_dynamic, bool use_synthetic) function in class:SBValue 1358 SBValue::SetSP (const lldb::ValueObjectSP &sp, lldb::DynamicValueType use_dynamic, bool use_synthetic, const char *name) function in class:SBValue [all...] |
H A D | SBTypeFormat.cpp | 135 SBTypeFormat::SetSP (const lldb::TypeFormatImplSP &typeformat_impl_sp) function in class:SBTypeFormat 153 SetSP(TypeFormatImplSP(new TypeFormatImpl(GetFormat(),GetOptions())));
|
H A D | SBTypeFilter.cpp | 171 SBTypeFilter::SetSP (const lldb::TypeFilterImplSP &typefilter_impl_sp) function in class:SBTypeFilter 196 SetSP(new_sp);
|
H A D | SBTypeSynthetic.cpp | 182 SBTypeSynthetic::SetSP (const lldb::ScriptedSyntheticChildrenSP &TypeSynthetic_impl_sp) function in class:SBTypeSynthetic 204 SetSP(new_sp);
|
H A D | SBSection.cpp | 81 sb_section.SetSP(parent_section_sp); 97 sb_section.SetSP(section_sp->GetChildren ().FindSectionByName(const_sect_name)); 118 sb_section.SetSP (section_sp->GetChildren ().GetSectionAtIndex(idx)); 129 SBSection::SetSP(const lldb::SectionSP §ion_sp) function in class:SBSection
|
H A D | SBTypeNameSpecifier.cpp | 142 SBTypeNameSpecifier::SetSP (const lldb::TypeNameSpecifierImplSP &type_namespec_sp) function in class:SBTypeNameSpecifier
|
H A D | SBTypeSummary.cpp | 260 SBTypeSummary::SetSP (const lldb::TypeSummaryImplSP &typesummary_impl_sp) function in class:SBTypeSummary 301 SetSP(new_sp); 330 SetSP(new_sp);
|
H A D | SBTarget.cpp | 537 sb_process.SetSP (process_sp); 574 sb_process.SetSP (process_sp); 687 sb_process.SetSP (process_sp); 782 sb_process.SetSP (process_sp); 916 sb_process.SetSP (process_sp); 1014 sb_process.SetSP (process_sp); 1113 sb_process.SetSP (process_sp); 1175 sb_process.SetSP (process_sp); 1238 SBTarget::SetSP (const lldb::TargetSP& target_sp) function in class:SBTarget 1741 sb_watchpoint.SetSP (target_s [all...] |
H A D | SBModule.cpp | 53 SetSP(module_sp); 248 SBModule::SetSP (const ModuleSP &module_sp) function in class:SBModule 428 sb_section.SetSP(section_list->GetSectionAtIndex (idx)); 597 sb_section.SetSP (section_sp);
|
H A D | SBDebugger.cpp | 541 sb_target.SetSP (target_sp); 579 sb_target.SetSP (target_sp); 614 sb_target.SetSP (target_sp); 649 sb_target.SetSP (target_sp); 694 sb_target.SetSP (m_opaque_sp->GetTargetList().GetTargetAtIndex (idx)); 720 sb_target.SetSP (m_opaque_sp->GetTargetList().FindTargetWithProcessID (pid)); 734 sb_target.SetSP (target_sp); 746 sb_target.SetSP (m_opaque_sp->GetTargetList().FindTargetWithProcess (process_sp.get())); 774 sb_target.SetSP (target_sp);
|
H A D | SBAddress.cpp | 180 sb_section.SetSP (m_opaque_ap->GetSection()); 257 sb_module.SetSP (m_opaque_ap->GetModule());
|
H A D | SBFrame.cpp | 171 sb_module.SetSP (module_sp); 699 sb_value.SetSP(value_sp, use_dynamic); 782 sb_value.SetSP(value_sp, use_dynamic); 878 sb_value.SetSP (value_sp, use_dynamic); 900 sb_value.SetSP (value_sp); 922 sb_value.SetSP (value_sp); 937 sb_value.SetSP (value_sp, use_dynamic); 1139 value_sb.SetSP(valobj_sp,use_dynamic); 1250 result.SetSP (value_sp); 1399 expr_result.SetSP(expr_value_s [all...] |
/external/lldb/include/lldb/API/ |
H A D | SBTypeFormat.h | 70 SetSP (const lldb::TypeFormatImplSP &typeformat_impl_sp);
|
H A D | SBTypeNameSpecifier.h | 68 SetSP (const lldb::TypeNameSpecifierImplSP &type_namespec_sp);
|
H A D | SBValue.h | 442 /// use_dynamic and use_synthetic options passed in to SetSP when the 464 SetSP (const lldb::ValueObjectSP &sp); 467 SetSP (const lldb::ValueObjectSP &sp, bool use_synthetic); 470 SetSP (const lldb::ValueObjectSP &sp, lldb::DynamicValueType use_dynamic); 473 SetSP (const lldb::ValueObjectSP &sp, lldb::DynamicValueType use_dynamic, bool use_synthetic); 476 SetSP (const lldb::ValueObjectSP &sp, lldb::DynamicValueType use_dynamic, bool use_synthetic, const char *name); 483 SetSP (ValueImplSP impl_sp);
|
H A D | SBSection.h | 96 SetSP(const lldb::SectionSP §ion_sp);
|
H A D | SBTypeFilter.h | 78 SetSP (const lldb::TypeFilterImplSP &typefilter_impl_sp);
|
H A D | SBTypeSummary.h | 96 SetSP (const lldb::TypeSummaryImplSP &typefilter_impl_sp);
|
H A D | SBTypeSynthetic.h | 86 SetSP (const lldb::ScriptedSyntheticChildrenSP &typefilter_impl_sp);
|
H A D | SBWatchpoint.h | 82 SetSP (const lldb::WatchpointSP &sp);
|
H A D | SBTypeCategory.h | 153 SetSP (const lldb::TypeCategoryImplSP &typecategory_impl_sp);
|
H A D | SBModule.h | 279 SetSP (const ModuleSP &module_sp);
|
H A D | SBProcess.h | 288 SetSP (const lldb::ProcessSP &process_sp);
|
H A D | SBType.h | 192 SetSP (const lldb::TypeImplSP &type_impl_sp);
|
/external/lldb/include/lldb/Target/ |
H A D | RegisterContext.h | 136 SetSP (uint64_t sp);
|