Searched refs:SetSP (Results 1 - 25 of 35) sorted by relevance

12

/external/lldb/source/API/
H A DSBValue.cpp251 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 DSBTypeFormat.cpp135 SBTypeFormat::SetSP (const lldb::TypeFormatImplSP &typeformat_impl_sp) function in class:SBTypeFormat
153 SetSP(TypeFormatImplSP(new TypeFormatImpl(GetFormat(),GetOptions())));
H A DSBTypeFilter.cpp171 SBTypeFilter::SetSP (const lldb::TypeFilterImplSP &typefilter_impl_sp) function in class:SBTypeFilter
196 SetSP(new_sp);
H A DSBTypeSynthetic.cpp182 SBTypeSynthetic::SetSP (const lldb::ScriptedSyntheticChildrenSP &TypeSynthetic_impl_sp) function in class:SBTypeSynthetic
204 SetSP(new_sp);
H A DSBSection.cpp81 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 &section_sp) function in class:SBSection
H A DSBTypeNameSpecifier.cpp142 SBTypeNameSpecifier::SetSP (const lldb::TypeNameSpecifierImplSP &type_namespec_sp) function in class:SBTypeNameSpecifier
H A DSBTypeSummary.cpp260 SBTypeSummary::SetSP (const lldb::TypeSummaryImplSP &typesummary_impl_sp) function in class:SBTypeSummary
301 SetSP(new_sp);
330 SetSP(new_sp);
H A DSBTarget.cpp537 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 DSBModule.cpp53 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 DSBDebugger.cpp541 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 DSBAddress.cpp180 sb_section.SetSP (m_opaque_ap->GetSection());
257 sb_module.SetSP (m_opaque_ap->GetModule());
H A DSBFrame.cpp171 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 DSBTypeFormat.h70 SetSP (const lldb::TypeFormatImplSP &typeformat_impl_sp);
H A DSBTypeNameSpecifier.h68 SetSP (const lldb::TypeNameSpecifierImplSP &type_namespec_sp);
H A DSBValue.h442 /// 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 DSBSection.h96 SetSP(const lldb::SectionSP &section_sp);
H A DSBTypeFilter.h78 SetSP (const lldb::TypeFilterImplSP &typefilter_impl_sp);
H A DSBTypeSummary.h96 SetSP (const lldb::TypeSummaryImplSP &typefilter_impl_sp);
H A DSBTypeSynthetic.h86 SetSP (const lldb::ScriptedSyntheticChildrenSP &typefilter_impl_sp);
H A DSBWatchpoint.h82 SetSP (const lldb::WatchpointSP &sp);
H A DSBTypeCategory.h153 SetSP (const lldb::TypeCategoryImplSP &typecategory_impl_sp);
H A DSBModule.h279 SetSP (const ModuleSP &module_sp);
H A DSBProcess.h288 SetSP (const lldb::ProcessSP &process_sp);
H A DSBType.h192 SetSP (const lldb::TypeImplSP &type_impl_sp);
/external/lldb/include/lldb/Target/
H A DRegisterContext.h136 SetSP (uint64_t sp);

Completed in 141 milliseconds

12