Home
last modified time | relevance | path

Searched refs:SetSP (Results 1 – 25 of 45) sorted by relevance

12

/openbsd/gnu/llvm/lldb/source/API/
H A DSBValue.cpp221 SetSP(value_sp); in SBValue()
227 SetSP(rhs.m_opaque_sp); in SBValue()
234 SetSP(rhs.m_opaque_sp); in operator =()
400 sb_type.SetSP(type_sp); in GetType()
493 format.SetSP(format_sp); in GetTypeFormat()
612 sb_value.SetSP(new_value_sp); in CreateValueFromExpression()
632 sb_value.SetSP(new_value_sp); in CreateValueFromAddress()
651 sb_value.SetSP(new_value_sp); in CreateValueFromData()
745 value_sb.SetSP(proxy_sp); in GetDynamicValue()
758 value_sb.SetSP(proxy_sp); in GetStaticValue()
[all …]
H A DSBSection.cpp73 sb_section.SetSP(parent_section_sp); in GetParent()
86 sb_section.SetSP( in FindSubSection()
108 sb_section.SetSP(section_sp->GetChildren().GetSectionAtIndex(idx)); in GetSubSectionAtIndex()
114 void SBSection::SetSP(const lldb::SectionSP &section_sp) { in SetSP() function in SBSection
H A DSBTypeFormat.cpp149 void SBTypeFormat::SetSP(const lldb::TypeFormatImplSP &typeformat_impl_sp) { in SetSP() function in SBTypeFormat
176 SetSP( in CopyOnWrite_Impl()
179 SetSP(TypeFormatImplSP( in CopyOnWrite_Impl()
H A DSBExecutionContext.cpp84 sb_target.SetSP(target_sp); in GetTarget()
96 sb_process.SetSP(process_sp); in GetProcess()
H A DSBType.cpp78 void SBType::SetSP(const lldb::TypeImplSP &type_impl_sp) { in SetSP() function in SBType
230 type_sb.SetSP(TypeImplSP(new TypeImpl(vector_element_type))); in GetVectorElementType()
517 sb_module.SetSP(m_opaque_sp->GetModule()); in GetModule()
693 sb_type.SetSP(m_opaque_up->GetTypeImpl()); in GetType()
835 sb_type.SetSP(lldb::TypeImplSP(new TypeImpl(m_opaque_sp->GetType()))); in GetType()
845 sb_type.SetSP(lldb::TypeImplSP(new TypeImpl(m_opaque_sp->GetReturnType()))); in GetReturnType()
863 sb_type.SetSP( in GetArgumentTypeAtIndex()
H A DSBTypeSummary.cpp145 retval.SetSP(TypeSummaryImplSP(new CXXFunctionSummaryFormat( in CreateWithCallback()
373 void SBTypeSummary::SetSP(const lldb::TypeSummaryImplSP &typesummary_impl_sp) { in SetSP() function in SBTypeSummary
405 SetSP(new_sp); in CopyOnWrite_Impl()
433 SetSP(new_sp); in ChangeSummaryType()
H A DSBTarget.cpp170 sb_process.SetSP(process_sp); in GetProcess()
252 sb_process.SetSP(process_sp); in LoadCore()
375 sb_process.SetSP(target_sp->GetProcessSP()); in Launch()
421 sb_process.SetSP(target_sp->GetProcessSP()); in Launch()
538 sb_process.SetSP(process_sp); in ConnectRemote()
1316 sb_watchpoint.SetSP(watchpoint_sp); in FindWatchpointByID()
1351 sb_watchpoint.SetSP(watchpoint_sp); in WatchAddress()
1399 sb_value.SetSP(new_value_sp); in CreateValueFromAddress()
1417 sb_value.SetSP(new_value_sp); in CreateValueFromData()
1433 sb_value.SetSP(new_value_sp); in CreateValueFromExpression()
[all …]
H A DSBTypeFilter.cpp159 void SBTypeFilter::SetSP(const lldb::TypeFilterImplSP &typefilter_impl_sp) { in SetSP() function in SBTypeFilter
177 SetSP(new_sp); in CopyOnWrite_Impl()
H A DSBFrame.cpp150 sb_module.SetSP(module_sp); in GetModule()
485 sb_value.SetSP(value_sp, use_dynamic); in GetValueForVariablePath()
535 sb_value.SetSP(value_sp, use_dynamic); in FindVariable()
616 sb_value.SetSP(value_sp, use_dynamic); in FindValue()
627 sb_value.SetSP(value_sp); in FindValue()
646 sb_value.SetSP(value_sp); in FindValue()
660 sb_value.SetSP(value_sp, use_dynamic); in FindValue()
855 value_sb.SetSP(valobj_sp, use_dynamic); in GetVariables()
870 value_sb.SetSP(rec_value_sp, use_dynamic); in GetVariables()
934 result.SetSP(value_sp); in FindRegister()
[all …]
H A DSBDebugger.cpp829 sb_target.SetSP(target_sp); in CreateTarget()
859 sb_target.SetSP(target_sp); in CreateTargetWithFileAndTargetTriple()
902 sb_target.SetSP(target_sp); in CreateTargetWithFileAndArch()
930 sb_target.SetSP(target_sp); in CreateTarget()
945 sb_target.SetSP(m_opaque_sp->GetDummyTarget().shared_from_this()); in GetDummyTarget()
982 sb_target.SetSP(m_opaque_sp->GetTargetList().GetTargetAtIndex(idx)); in GetTargetAtIndex()
1023 sb_target.SetSP(target_sp); in FindTargetWithFileAndArch()
1032 sb_target.SetSP( in FindTargetWithLLDBProcess()
1058 sb_target.SetSP(target_sp); in GetSelectedTarget()
1098 sb_platform.SetSP(debugger_sp->GetPlatformList().GetSelectedPlatform()); in GetSelectedPlatform()
[all …]
H A DSBTypeSynthetic.cpp175 void SBTypeSynthetic::SetSP( in SetSP() function in SBTypeSynthetic
194 SetSP(new_sp); in CopyOnWrite_Impl()
H A DSBAddress.cpp157 sb_section.SetSP(m_opaque_up->GetSection()); in GetSection()
208 sb_module.SetSP(m_opaque_up->GetModule()); in GetModule()
H A DSBModule.cpp43 SetSP(module_sp); in SBModule()
211 void SBModule::SetSP(const ModuleSP &module_sp) { m_opaque_sp = module_sp; } in SetSP() function in SBModule
381 sb_section.SetSP(section_list->GetSectionAtIndex(idx)); in GetSectionAtIndex()
562 sb_section.SetSP(section_sp); in FindSection()
/openbsd/gnu/llvm/lldb/include/lldb/API/
H A DSBValue.h418 void SetSP(const lldb::ValueObjectSP &sp);
420 void SetSP(const lldb::ValueObjectSP &sp, bool use_synthetic);
422 void SetSP(const lldb::ValueObjectSP &sp, lldb::DynamicValueType use_dynamic);
424 void SetSP(const lldb::ValueObjectSP &sp, lldb::DynamicValueType use_dynamic,
427 void SetSP(const lldb::ValueObjectSP &sp, lldb::DynamicValueType use_dynamic,
434 void SetSP(ValueImplSP impl_sp);
H A DSBUnixSignals.h63 void SetSP(const lldb::UnixSignalsSP &signals_sp);
H A DSBTypeNameSpecifier.h61 void SetSP(const lldb::TypeNameSpecifierImplSP &type_namespec_sp);
H A DSBTypeFilter.h63 void SetSP(const lldb::TypeFilterImplSP &typefilter_impl_sp);
H A DSBTypeSynthetic.h69 void SetSP(const lldb::ScriptedSyntheticChildrenSP &typefilter_impl_sp);
H A DSBTypeFormat.h65 void SetSP(const lldb::TypeFormatImplSP &typeformat_impl_sp);
H A DSBWatchpoint.h67 void SetSP(const lldb::WatchpointSP &sp);
H A DSBSection.h100 void SetSP(const lldb::SectionSP &section_sp);
H A DSBTypeCategory.h103 void SetSP(const lldb::TypeCategoryImplSP &typecategory_impl_sp);
H A DSBTypeSummary.h124 void SetSP(const lldb::TypeSummaryImplSP &typefilter_impl_sp);
H A DSBPlatform.h178 void SetSP(const lldb::PlatformSP &platform_sp);
/openbsd/lib/libcurses/tinfo/
H A Dtinfo_driver.c263 SetSP(); in drv_dobeepflash()
309 SetSP(); in drv_print()
324 SetSP(); in drv_defaultcolors()
358 SetSP(); in drv_setcolor()
392 SetSP(); in drv_rescol()
408 SetSP(); in drv_rescolors()
771 SetSP(); in drv_initpair()
921 SetSP(); in drv_initmouse()
943 SetSP(); in drv_testmouse()
1260 SetSP(); in drv_twait()
[all …]

12