Searched defs:SetSP (Results 1 – 17 of 17) sorted by relevance
139 void SBTypeNameSpecifier::SetSP( in SetSP() function in SBTypeNameSpecifier
149 void SBTypeFormat::SetSP(const lldb::TypeFormatImplSP &typeformat_impl_sp) { in SetSP() function in SBTypeFormat
175 void SBTypeSynthetic::SetSP( in SetSP() function in SBTypeSynthetic
159 void SBTypeFilter::SetSP(const lldb::TypeFilterImplSP &typefilter_impl_sp) { in SetSP() function in SBTypeFilter
45 void SBUnixSignals::SetSP(const UnixSignalsSP &signals_sp) { in SetSP() function in SBUnixSignals
1064 void SBValue::SetSP(ValueImplSP impl_sp) { m_opaque_sp = impl_sp; } in SetSP() function in SBValue1066 void SBValue::SetSP(const lldb::ValueObjectSP &sp) { in SetSP() function in SBValue1080 void SBValue::SetSP(const lldb::ValueObjectSP &sp, in SetSP() function in SBValue1094 void SBValue::SetSP(const lldb::ValueObjectSP &sp, bool use_synthetic) { in SetSP() function in SBValue1106 void SBValue::SetSP(const lldb::ValueObjectSP &sp, in SetSP() function in SBValue1111 void SBValue::SetSP(const lldb::ValueObjectSP &sp, in SetSP() function in SBValue
261 void SBWatchpoint::SetSP(const lldb::WatchpointSP &sp) { in SetSP() function in SBWatchpoint
114 void SBSection::SetSP(const lldb::SectionSP §ion_sp) { in SetSP() function in SBSection
373 void SBTypeSummary::SetSP(const lldb::TypeSummaryImplSP &typesummary_impl_sp) { in SetSP() function in SBTypeSummary
602 void SBTypeCategory::SetSP( in SetSP() function in SBTypeCategory
79 void SBType::SetSP(const lldb::TypeImplSP &type_impl_sp) { in SetSP() function in SBType
348 void SBPlatform::SetSP(const lldb::PlatformSP &platform_sp) { in SetSP() function in SBPlatform
211 void SBModule::SetSP(const ModuleSP &module_sp) { m_opaque_sp = module_sp; } in SetSP() function in SBModule
104 void SBProcess::SetSP(const ProcessSP &process_sp) { m_opaque_wp = process_sp; } in SetSP() function in SBProcess
578 void SBTarget::SetSP(const lldb::TargetSP &target_sp) { in SetSP() function in SBTarget
158 Status NativeRegisterContext::SetSP(lldb::addr_t sp) { in SetSP() function in NativeRegisterContext
158 bool RegisterContext::SetSP(uint64_t sp) { in SetSP() function in RegisterContext