/external/lldb/source/API/ |
D | SBValue.cpp | 251 SetSP(value_sp); in SBValue() 256 SetSP(rhs.m_opaque_sp); in SBValue() 264 SetSP(rhs.m_opaque_sp); in operator =() 477 sb_type.SetSP(type_sp); in GetType() 590 format.SetSP(format_sp); in GetTypeFormat() 609 summary.SetSP(summary_sp); in GetTypeSummary() 631 filter.SetSP(filter_sp); in GetTypeFilter() 654 synthetic.SetSP(synth_sp); in GetTypeSynthetic() 674 …sb_value.SetSP(value_sp->GetSyntheticChildAtOffset(offset, type_sp->GetClangASTType(), true),GetPr… in CreateChildAtOffset() 699 …sb_value.SetSP(value_sp->Cast(type_sp->GetClangASTType()),GetPreferDynamicValue(),GetPreferSynthet… in Cast() [all …]
|
D | SBSection.cpp | 81 sb_section.SetSP(parent_section_sp); in GetParent() 97 sb_section.SetSP(section_sp->GetChildren ().FindSectionByName(const_sect_name)); in FindSubSection() 118 sb_section.SetSP (section_sp->GetChildren ().GetSectionAtIndex(idx)); in GetSubSectionAtIndex() 129 SBSection::SetSP(const lldb::SectionSP §ion_sp) in SetSP() function in SBSection
|
D | SBTypeFormat.cpp | 135 SBTypeFormat::SetSP (const lldb::TypeFormatImplSP &typeformat_impl_sp) in SetSP() function in SBTypeFormat 153 SetSP(TypeFormatImplSP(new TypeFormatImpl(GetFormat(),GetOptions()))); in CopyOnWrite_Impl()
|
D | SBDebugger.cpp | 541 sb_target.SetSP (target_sp); in CreateTarget() 579 sb_target.SetSP (target_sp); in CreateTargetWithFileAndTargetTriple() 614 sb_target.SetSP (target_sp); in CreateTargetWithFileAndArch() 649 sb_target.SetSP (target_sp); in CreateTarget() 694 sb_target.SetSP (m_opaque_sp->GetTargetList().GetTargetAtIndex (idx)); in GetTargetAtIndex() 720 sb_target.SetSP (m_opaque_sp->GetTargetList().FindTargetWithProcessID (pid)); in FindTargetWithProcessID() 734 sb_target.SetSP (target_sp); in FindTargetWithFileAndArch() 746 sb_target.SetSP (m_opaque_sp->GetTargetList().FindTargetWithProcess (process_sp.get())); in FindTargetWithLLDBProcess() 774 sb_target.SetSP (target_sp); in GetSelectedTarget()
|
D | SBTypeSummary.cpp | 260 SBTypeSummary::SetSP (const lldb::TypeSummaryImplSP &typesummary_impl_sp) in SetSP() function in SBTypeSummary 301 SetSP(new_sp); in CopyOnWrite_Impl() 330 SetSP(new_sp); in ChangeSummaryType()
|
D | SBTypeFilter.cpp | 171 SBTypeFilter::SetSP (const lldb::TypeFilterImplSP &typefilter_impl_sp) in SetSP() function in SBTypeFilter 196 SetSP(new_sp); in CopyOnWrite_Impl()
|
D | SBTypeSynthetic.cpp | 182 SBTypeSynthetic::SetSP (const lldb::ScriptedSyntheticChildrenSP &TypeSynthetic_impl_sp) in SetSP() function in SBTypeSynthetic 204 SetSP(new_sp); in CopyOnWrite_Impl()
|
D | SBTarget.cpp | 537 sb_process.SetSP (process_sp); in GetProcess() 574 sb_process.SetSP (process_sp); in LoadCore() 687 sb_process.SetSP (process_sp); in Launch() 782 sb_process.SetSP (process_sp); in Launch() 916 sb_process.SetSP (process_sp); in Attach() 1014 sb_process.SetSP (process_sp); in AttachToProcessWithID() 1113 sb_process.SetSP (process_sp); in AttachToProcessWithName() 1175 sb_process.SetSP (process_sp); in ConnectRemote() 1238 SBTarget::SetSP (const lldb::TargetSP& target_sp) in SetSP() function in SBTarget 1741 sb_watchpoint.SetSP (target_sp->GetWatchpointList().GetByIndex(idx)); in GetWatchpointAtIndex() [all …]
|
D | SBFrame.cpp | 171 sb_module.SetSP (module_sp); in GetModule() 699 sb_value.SetSP(value_sp, use_dynamic); in GetValueForVariablePath() 782 sb_value.SetSP(value_sp, use_dynamic); in FindVariable() 878 sb_value.SetSP (value_sp, use_dynamic); in FindValue() 900 sb_value.SetSP (value_sp); in FindValue() 922 sb_value.SetSP (value_sp); in FindValue() 937 sb_value.SetSP (value_sp, use_dynamic); in FindValue() 1139 value_sb.SetSP(valobj_sp,use_dynamic); in GetVariables() 1250 result.SetSP (value_sp); in FindRegister() 1399 expr_result.SetSP(expr_value_sp, options.GetFetchDynamicValue()); in EvaluateExpression()
|
D | SBModule.cpp | 53 SetSP(module_sp); in SBModule() 248 SBModule::SetSP (const ModuleSP &module_sp) in SetSP() function in SBModule 428 sb_section.SetSP(section_list->GetSectionAtIndex (idx)); in GetSectionAtIndex() 597 sb_section.SetSP (section_sp); in FindSection()
|
D | SBAddress.cpp | 180 sb_section.SetSP (m_opaque_ap->GetSection()); in GetSection() 257 sb_module.SetSP (m_opaque_ap->GetModule()); in GetModule()
|
D | SBTypeNameSpecifier.cpp | 142 SBTypeNameSpecifier::SetSP (const lldb::TypeNameSpecifierImplSP &type_namespec_sp) in SetSP() function in SBTypeNameSpecifier
|
D | SBType.cpp | 94 SBType::SetSP (const lldb::TypeImplSP &type_impl_sp) in SetSP() function in SBType 556 sb_type.SetSP (m_opaque_ap->GetTypeImpl()); in GetType()
|
/external/lldb/include/lldb/API/ |
D | SBValue.h | 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, cons… 483 SetSP (ValueImplSP impl_sp);
|
D | SBTypeNameSpecifier.h | 68 SetSP (const lldb::TypeNameSpecifierImplSP &type_namespec_sp);
|
D | SBTypeFormat.h | 70 SetSP (const lldb::TypeFormatImplSP &typeformat_impl_sp);
|
D | SBTypeFilter.h | 78 SetSP (const lldb::TypeFilterImplSP &typefilter_impl_sp);
|
D | SBTypeSynthetic.h | 86 SetSP (const lldb::ScriptedSyntheticChildrenSP &typefilter_impl_sp);
|
D | SBWatchpoint.h | 82 SetSP (const lldb::WatchpointSP &sp);
|
D | SBTypeSummary.h | 96 SetSP (const lldb::TypeSummaryImplSP &typefilter_impl_sp);
|
D | SBSection.h | 96 SetSP(const lldb::SectionSP §ion_sp);
|
D | SBTypeCategory.h | 153 SetSP (const lldb::TypeCategoryImplSP &typecategory_impl_sp);
|
D | SBModule.h | 279 SetSP (const ModuleSP &module_sp);
|
D | SBType.h | 192 SetSP (const lldb::TypeImplSP &type_impl_sp);
|
/external/lldb/include/lldb/Target/ |
D | RegisterContext.h | 136 SetSP (uint64_t sp);
|