Searched defs:SetSP (Results 1 – 17 of 17) sorted by relevance
157 void SBTypeNameSpecifier::SetSP( in SetSP() function in SBTypeNameSpecifier
149 void SBTypeFormat::SetSP(const lldb::TypeFormatImplSP &typeformat_impl_sp) { in SetSP() function in SBTypeFormat
159 void SBTypeFilter::SetSP(const lldb::TypeFilterImplSP &typefilter_impl_sp) { in SetSP() function in SBTypeFilter
175 void SBTypeSynthetic::SetSP( in SetSP() function in SBTypeSynthetic
45 void SBUnixSignals::SetSP(const UnixSignalsSP &signals_sp) { in SetSP() function in SBUnixSignals
1080 void SBValue::SetSP(ValueImplSP impl_sp) { m_opaque_sp = impl_sp; } SetSP() function in SBValue 1082 void SBValue::SetSP(const lldb::ValueObjectSP &sp) { SetSP() function in SBValue 1096 void SBValue::SetSP(const lldb::ValueObjectSP &sp, SetSP() function in SBValue 1110 void SBValue::SetSP(const lldb::ValueObjectSP &sp, bool use_synthetic) { SetSP() function in SBValue 1122 void SBValue::SetSP(const lldb::ValueObjectSP &sp, SetSP() function in SBValue 1127 void SBValue::SetSP(const lldb::ValueObjectSP &sp, SetSP() function in SBValue [all...]
114 void SBSection::SetSP(const lldb::SectionSP §ion_sp) { in SetSP() function in SBSection
256 void SBWatchpoint::SetSP(const lldb::WatchpointSP &sp) { in SetSP() function in SBWatchpoint
373 void SBTypeSummary::SetSP(const lldb::TypeSummaryImplSP &typesummary_impl_sp) { SetSP() function in SBTypeSummary
530 void SBTypeCategory::SetSP( in SetSP() function in SBTypeCategory
352 void SBPlatform::SetSP(const lldb::PlatformSP &platform_sp) { in SetSP() function in SBPlatform
84 void SBType::SetSP(const lldb::TypeImplSP &type_impl_sp) { in SetSP() function in SBType
211 void SBModule::SetSP(const ModuleSP &module_sp) { m_opaque_sp = module_sp; } in SetSP() function in SBModule
107 void SBProcess::SetSP(const ProcessSP &process_sp) { m_opaque_wp = process_sp; } SetSP() function in SBProcess
587 void SBTarget::SetSP(const lldb::TargetSP &target_sp) { SetSP() function in SBTarget [all...]
155 Status NativeRegisterContext::SetSP(lldb::addr_t sp) { in SetSP() function in NativeRegisterContext
164 bool RegisterContext::SetSP(uint64_t sp) { in SetSP() function in RegisterContext