HomeSort by relevance Sort by last modified time
    Searched defs:SetSP (Results 1 - 14 of 14) sorted by null

  /external/lldb/source/API/
SBTypeFormat.cpp 135 SBTypeFormat::SetSP (const lldb::TypeFormatImplSP &typeformat_impl_sp)
153 SetSP(TypeFormatImplSP(new TypeFormatImpl(GetFormat(),GetOptions())));
SBTypeNameSpecifier.cpp 142 SBTypeNameSpecifier::SetSP (const lldb::TypeNameSpecifierImplSP &type_namespec_sp)
SBTypeFilter.cpp 171 SBTypeFilter::SetSP (const lldb::TypeFilterImplSP &typefilter_impl_sp)
196 SetSP(new_sp);
SBTypeSynthetic.cpp 182 SBTypeSynthetic::SetSP (const lldb::ScriptedSyntheticChildrenSP &TypeSynthetic_impl_sp)
204 SetSP(new_sp);
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 &section_sp)
SBTypeSummary.cpp 260 SBTypeSummary::SetSP (const lldb::TypeSummaryImplSP &typesummary_impl_sp)
301 SetSP(new_sp);
330 SetSP(new_sp);
SBWatchpoint.cpp 271 SBWatchpoint::SetSP (const lldb::WatchpointSP &sp)
SBTypeCategory.cpp 558 SBTypeCategory::SetSP (const lldb::TypeCategoryImplSP &typecategory_impl_sp)
SBModule.cpp 53 SetSP(module_sp);
248 SBModule::SetSP (const ModuleSP &module_sp)
428 sb_section.SetSP(section_list->GetSectionAtIndex (idx));
597 sb_section.SetSP (section_sp);
SBType.cpp 94 SBType::SetSP (const lldb::TypeImplSP &type_impl_sp)
556 sb_type.SetSP (m_opaque_ap->GetTypeImpl());
SBProcess.cpp 116 SBProcess::SetSP (const ProcessSP &process_sp)
313 sb_target.SetSP (target_sp);
    [all...]
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_sp->Cast(type_sp->GetClangASTType()),GetPreferDynamicValue(),GetPreferSyntheticValue())
    [all...]
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);
    [all...]
  /external/lldb/source/Target/
RegisterContext.cpp 124 RegisterContext::SetSP(uint64_t sp)

Completed in 71 milliseconds