Searched defs:SetSP (Results 1 - 14 of 14) sorted by relevance

/external/lldb/source/API/
H A DSBTypeFilter.cpp171 SBTypeFilter::SetSP (const lldb::TypeFilterImplSP &typefilter_impl_sp) function in class:SBTypeFilter
196 SetSP(new_sp);
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 DSBTypeNameSpecifier.cpp142 SBTypeNameSpecifier::SetSP (const lldb::TypeNameSpecifierImplSP &type_namespec_sp) function in class:SBTypeNameSpecifier
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 DSBTypeSynthetic.cpp182 SBTypeSynthetic::SetSP (const lldb::ScriptedSyntheticChildrenSP &TypeSynthetic_impl_sp) function in class:SBTypeSynthetic
204 SetSP(new_sp);
H A DSBTypeCategory.cpp558 SBTypeCategory::SetSP (const lldb::TypeCategoryImplSP &typecategory_impl_sp) function in class:SBTypeCategory
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 DSBWatchpoint.cpp271 SBWatchpoint::SetSP (const lldb::WatchpointSP &sp) function in class:SBWatchpoint
H A DSBType.cpp94 SBType::SetSP (const lldb::TypeImplSP &type_impl_sp) function in class:SBType
556 sb_type.SetSP (m_opaque_ap->GetTypeImpl());
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 DSBProcess.cpp116 SBProcess::SetSP (const ProcessSP &process_sp) function in class:SBProcess
313 sb_target.SetSP (target_sp);
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 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...]
/external/lldb/source/Target/
H A DRegisterContext.cpp124 RegisterContext::SetSP(uint64_t sp) function in class:RegisterContext

Completed in 861 milliseconds