Searched refs:SetSP (Results 26 - 48 of 48) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterContext.h155 bool SetSP(uint64_t sp);
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBTrace.cpp115 void SBTrace::SetSP(const ProcessSP &process_sp) { m_opaque_wp = process_sp; } function in class:SBTrace
H A DSBTypeNameSpecifier.cpp151 void SBTypeNameSpecifier::SetSP( function in class:SBTypeNameSpecifier
H A DSBUnixSignals.cpp50 void SBUnixSignals::SetSP(const UnixSignalsSP &signals_sp) { function in class:SBUnixSignals
H A DSBFrame.cpp154 sb_module.SetSP(module_sp);
492 sb_value.SetSP(value_sp, use_dynamic);
544 sb_value.SetSP(value_sp, use_dynamic);
627 sb_value.SetSP(value_sp, use_dynamic);
644 sb_value.SetSP(value_sp);
665 sb_value.SetSP(value_sp);
679 sb_value.SetSP(value_sp, use_dynamic);
878 value_sb.SetSP(valobj_sp, use_dynamic);
893 value_sb.SetSP(rec_value_sp, use_dynamic);
964 result.SetSP(value_s
[all...]
H A DSBAddress.cpp172 sb_section.SetSP(m_opaque_up->GetSection());
224 sb_module.SetSP(m_opaque_up->GetModule());
H A DSBType.cpp78 void SBType::SetSP(const lldb::TypeImplSP &type_impl_sp) { function in class:SBType
238 type_sb.SetSP(TypeImplSP(new TypeImpl(vector_element_type)));
673 sb_type.SetSP(m_opaque_up->GetTypeImpl());
825 sb_type.SetSP(lldb::TypeImplSP(new TypeImpl(m_opaque_sp->GetType())));
835 sb_type.SetSP(lldb::TypeImplSP(new TypeImpl(m_opaque_sp->GetReturnType())));
855 sb_type.SetSP(
H A DSBTarget.cpp183 sb_process.SetSP(process_sp);
273 sb_process.SetSP(process_sp);
384 sb_process.SetSP(target_sp->GetProcessSP());
433 sb_process.SetSP(target_sp->GetProcessSP());
468 sb_process.SetSP(target_sp->GetProcessSP());
500 sb_process.SetSP(target_sp->GetProcessSP());
529 sb_process.SetSP(target_sp->GetProcessSP());
558 sb_process.SetSP(process_sp);
600 void SBTarget::SetSP(const lldb::TargetSP &target_sp) { function in class:SBTarget
1361 sb_watchpoint.SetSP(target_s
[all...]
H A DSBTypeEnumMember.cpp91 sb_type.SetSP(m_opaque_sp->GetIntegerType());
H A DSBModule.cpp45 SetSP(module_sp);
209 void SBModule::SetSP(const ModuleSP &module_sp) { m_opaque_sp = module_sp; } function in class:SBModule
388 sb_section.SetSP(section_list->GetSectionAtIndex(idx));
576 sb_section.SetSP(section_sp);
H A DSBSymbolContext.cpp76 sb_module.SetSP(module_sp);
H A DSBBlock.cpp291 value_sb.SetSP(valobj_sp, use_dynamic);
H A DSBQueue.cpp195 result.SetSP(queue_sp->GetProcess());
H A DSBProcess.cpp108 void SBProcess::SetSP(const ProcessSP &process_sp) { m_opaque_wp = process_sp; } function in class:SBProcess
252 sb_target.SetSP(target_sp);
322 trace_instance.SetSP(process_sp);
H A DSBPlatform.cpp305 void SBPlatform::SetSP(const lldb::PlatformSP &platform_sp) { function in class:SBPlatform
H A DSBTypeCategory.cpp648 void SBTypeCategory::SetSP( function in class:SBTypeCategory
H A DSBCommandInterpreter.cpp476 sb_process.SetSP(process_sp);
H A DSBThread.cpp1169 sb_process.SetSP(exe_ctx.GetProcessSP());
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h214 void SetSP(const lldb::TypeImplSP &type_impl_sp);
H A DSBProcess.h412 void SetSP(const lldb::ProcessSP &process_sp);
H A DSBTarget.h844 void SetSP(const lldb::TargetSP &target_sp);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DNativeRegisterContext.cpp147 Status NativeRegisterContext::SetSP(lldb::addr_t sp) { function in class:NativeRegisterContext
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DRegisterContext.cpp170 bool RegisterContext::SetSP(uint64_t sp) { function in class:RegisterContext

Completed in 125 milliseconds

12