| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBValue.cpp | 223 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 D | SBTypeFormat.cpp | 159 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 D | SBSection.cpp | 77 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 §ion_sp) { in SetSP() function in SBSection
|
| H A D | SBExecutionContext.cpp | 92 sb_target.SetSP(target_sp); in GetTarget() 105 sb_process.SetSP(process_sp); in GetProcess()
|
| H A D | SBTypeSummary.cpp | 172 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 D | SBWatchpoint.cpp | 268 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 D | SBFrame.cpp | 154 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 D | SBTypeFilter.cpp | 171 void SBTypeFilter::SetSP(const lldb::TypeFilterImplSP &typefilter_impl_sp) { in SetSP() function in SBTypeFilter 189 SetSP(new_sp); in CopyOnWrite_Impl()
|
| H A D | SBTypeSynthetic.cpp | 189 void SBTypeSynthetic::SetSP( in SetSP() function in SBTypeSynthetic 208 SetSP(new_sp); in CopyOnWrite_Impl()
|
| H A D | SBType.cpp | 79 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 D | SBTarget.cpp | 184 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 D | SBDebugger.cpp | 787 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 D | SBAddress.cpp | 164 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 D | SBValue.h | 412 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 D | SBTypeNameSpecifier.h | 56 void SetSP(const lldb::TypeNameSpecifierImplSP &type_namespec_sp);
|
| H A D | SBUnixSignals.h | 63 void SetSP(const lldb::UnixSignalsSP &signals_sp);
|
| H A D | SBTypeFilter.h | 63 void SetSP(const lldb::TypeFilterImplSP &typefilter_impl_sp);
|
| H A D | SBTypeSynthetic.h | 69 void SetSP(const lldb::ScriptedSyntheticChildrenSP &typefilter_impl_sp);
|
| H A D | SBTypeFormat.h | 65 void SetSP(const lldb::TypeFormatImplSP &typeformat_impl_sp);
|
| H A D | SBWatchpoint.h | 67 void SetSP(const lldb::WatchpointSP &sp);
|
| H A D | SBSection.h | 94 void SetSP(const lldb::SectionSP §ion_sp);
|
| H A D | SBTypeCategory.h | 103 void SetSP(const lldb::TypeCategoryImplSP &typecategory_impl_sp);
|
| H A D | SBTypeSummary.h | 126 void SetSP(const lldb::TypeSummaryImplSP &typefilter_impl_sp);
|
| /freebsd-13.1/contrib/ncurses/ncurses/tinfo/ |
| H A D | tinfo_driver.c | 258 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 D | win_driver.c | 273 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 …]
|