Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp223 SetSP(value_sp); in SBValue()
229 SetSP(rhs.m_opaque_sp); in SBValue()
237 SetSP(rhs.m_opaque_sp); in operator =()
403 sb_type.SetSP(type_sp); in GetType()
500 format.SetSP(format_sp); in GetTypeFormat()
625 sb_value.SetSP(new_value_sp); in CreateValueFromExpression()
647 sb_value.SetSP(new_value_sp); in CreateValueFromAddress()
668 sb_value.SetSP(new_value_sp); in CreateValueFromData()
770 value_sb.SetSP(proxy_sp); in GetDynamicValue()
783 value_sb.SetSP(proxy_sp); in GetStaticValue()
[all …]
H A DSBTypeFormat.cpp159 void SBTypeFormat::SetSP(const lldb::TypeFormatImplSP &typeformat_impl_sp) { in SetSP() function in SBTypeFormat
186 SetSP( in CopyOnWrite_Impl()
189 SetSP(TypeFormatImplSP( in CopyOnWrite_Impl()
H A DSBSection.cpp77 sb_section.SetSP(parent_section_sp); in GetParent()
91 sb_section.SetSP( in FindSubSection()
114 sb_section.SetSP(section_sp->GetChildren().GetSectionAtIndex(idx)); in GetSubSectionAtIndex()
120 void SBSection::SetSP(const lldb::SectionSP &section_sp) { in SetSP() function in SBSection
H A DSBExecutionContext.cpp92 sb_target.SetSP(target_sp); in GetTarget()
105 sb_process.SetSP(process_sp); in GetProcess()
H A DSBTypeSummary.cpp172 retval.SetSP(TypeSummaryImplSP(new CXXFunctionSummaryFormat( in CreateWithCallback()
411 void SBTypeSummary::SetSP(const lldb::TypeSummaryImplSP &typesummary_impl_sp) { in SetSP() function in SBTypeSummary
443 SetSP(new_sp); in CopyOnWrite_Impl()
471 SetSP(new_sp); in ChangeSummaryType()
H A DSBWatchpoint.cpp268 void SBWatchpoint::SetSP(const lldb::WatchpointSP &sp) { in SetSP() function in SBWatchpoint
269 LLDB_RECORD_METHOD(void, SBWatchpoint, SetSP, (const lldb::WatchpointSP &), in SetSP()
339 LLDB_REGISTER_METHOD(void, SBWatchpoint, SetSP, in RegisterMethods()
H A DSBFrame.cpp154 sb_module.SetSP(module_sp); in GetModule()
493 sb_value.SetSP(value_sp, use_dynamic); in GetValueForVariablePath()
545 sb_value.SetSP(value_sp, use_dynamic); in FindVariable()
628 sb_value.SetSP(value_sp, use_dynamic); in FindValue()
645 sb_value.SetSP(value_sp); in FindValue()
666 sb_value.SetSP(value_sp); in FindValue()
680 sb_value.SetSP(value_sp, use_dynamic); in FindValue()
879 value_sb.SetSP(valobj_sp, use_dynamic); in GetVariables()
894 value_sb.SetSP(rec_value_sp, use_dynamic); in GetVariables()
965 result.SetSP(value_sp); in FindRegister()
[all …]
H A DSBTypeFilter.cpp171 void SBTypeFilter::SetSP(const lldb::TypeFilterImplSP &typefilter_impl_sp) { in SetSP() function in SBTypeFilter
189 SetSP(new_sp); in CopyOnWrite_Impl()
H A DSBTypeSynthetic.cpp189 void SBTypeSynthetic::SetSP( in SetSP() function in SBTypeSynthetic
208 SetSP(new_sp); in CopyOnWrite_Impl()
H A DSBType.cpp79 void SBType::SetSP(const lldb::TypeImplSP &type_impl_sp) { in SetSP() function in SBType
237 type_sb.SetSP(TypeImplSP(new TypeImpl(vector_element_type))); in GetVectorElementType()
522 sb_module.SetSP(m_opaque_sp->GetModule()); in GetModule()
701 sb_type.SetSP(m_opaque_up->GetTypeImpl()); in GetType()
853 sb_type.SetSP(lldb::TypeImplSP(new TypeImpl(m_opaque_sp->GetType()))); in GetType()
863 sb_type.SetSP(lldb::TypeImplSP(new TypeImpl(m_opaque_sp->GetReturnType()))); in GetReturnType()
883 sb_type.SetSP( in GetArgumentTypeAtIndex()
H A DSBTarget.cpp184 sb_process.SetSP(process_sp); in GetProcess()
274 sb_process.SetSP(process_sp); in LoadCore()
402 sb_process.SetSP(target_sp->GetProcessSP()); in Launch()
451 sb_process.SetSP(target_sp->GetProcessSP()); in Launch()
577 sb_process.SetSP(process_sp); in ConnectRemote()
1447 sb_watchpoint.SetSP(watchpoint_sp); in FindWatchpointByID()
1484 sb_watchpoint.SetSP(watchpoint_sp); in WatchAddress()
1534 sb_value.SetSP(new_value_sp); in CreateValueFromAddress()
1554 sb_value.SetSP(new_value_sp); in CreateValueFromData()
1571 sb_value.SetSP(new_value_sp); in CreateValueFromExpression()
[all …]
H A DSBDebugger.cpp787 sb_target.SetSP(target_sp); in CreateTarget()
819 sb_target.SetSP(target_sp); in CreateTargetWithFileAndTargetTriple()
861 sb_target.SetSP(target_sp); in CreateTargetWithFileAndArch()
890 sb_target.SetSP(target_sp); in CreateTarget()
905 sb_target.SetSP(m_opaque_sp->GetDummyTarget().shared_from_this()); in GetDummyTarget()
944 sb_target.SetSP(m_opaque_sp->GetTargetList().GetTargetAtIndex(idx)); in GetTargetAtIndex()
988 sb_target.SetSP(target_sp); in FindTargetWithFileAndArch()
997 sb_target.SetSP( in FindTargetWithLLDBProcess()
1023 sb_target.SetSP(target_sp); in GetSelectedTarget()
1064 sb_platform.SetSP(debugger_sp->GetPlatformList().GetSelectedPlatform()); in GetSelectedPlatform()
[all …]
H A DSBAddress.cpp164 sb_section.SetSP(m_opaque_up->GetSection()); in GetSection()
216 sb_module.SetSP(m_opaque_up->GetModule()); in GetModule()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBValue.h412 void SetSP(const lldb::ValueObjectSP &sp);
414 void SetSP(const lldb::ValueObjectSP &sp, bool use_synthetic);
416 void SetSP(const lldb::ValueObjectSP &sp, lldb::DynamicValueType use_dynamic);
418 void SetSP(const lldb::ValueObjectSP &sp, lldb::DynamicValueType use_dynamic,
421 void SetSP(const lldb::ValueObjectSP &sp, lldb::DynamicValueType use_dynamic,
428 void SetSP(ValueImplSP impl_sp);
H A DSBTypeNameSpecifier.h56 void SetSP(const lldb::TypeNameSpecifierImplSP &type_namespec_sp);
H A DSBUnixSignals.h63 void SetSP(const lldb::UnixSignalsSP &signals_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.h94 void SetSP(const lldb::SectionSP &section_sp);
H A DSBTypeCategory.h103 void SetSP(const lldb::TypeCategoryImplSP &typecategory_impl_sp);
H A DSBTypeSummary.h126 void SetSP(const lldb::TypeSummaryImplSP &typefilter_impl_sp);
/freebsd-13.1/contrib/ncurses/ncurses/tinfo/
H A Dtinfo_driver.c258 SetSP(); in drv_dobeepflash()
304 SetSP(); in drv_print()
319 SetSP(); in drv_defaultcolors()
353 SetSP(); in drv_setcolor()
387 SetSP(); in drv_rescol()
403 SetSP(); in drv_rescolors()
755 SetSP(); in drv_initpair()
905 SetSP(); in drv_initmouse()
927 SetSP(); in drv_testmouse()
1237 SetSP(); in drv_twait()
[all …]
/freebsd-13.1/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c273 SetSP(); in con_write16()
487 SetSP(); in wcon_doupdate()
685 SetSP(); in wcon_dobeepflash()
1271 SetSP(); in wcon_initpair()
1313 SetSP(); in wcon_initmouse()
1328 SetSP(); in wcon_testmouse()
1436 SetSP(); in wcon_initacs()
1639 SetSP(); in wcon_twait()
1703 SetSP(); in wcon_read()
1773 SetSP(); in wcon_kpad()
[all …]

12