/openbsd/gnu/llvm/lldb/source/API/ |
H A D | SBValue.cpp | 221 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 D | SBSection.cpp | 73 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 §ion_sp) { in SetSP() function in SBSection
|
H A D | SBTypeFormat.cpp | 149 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 D | SBExecutionContext.cpp | 84 sb_target.SetSP(target_sp); in GetTarget() 96 sb_process.SetSP(process_sp); in GetProcess()
|
H A D | SBType.cpp | 78 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 D | SBTypeSummary.cpp | 145 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 D | SBTarget.cpp | 170 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 D | SBTypeFilter.cpp | 159 void SBTypeFilter::SetSP(const lldb::TypeFilterImplSP &typefilter_impl_sp) { in SetSP() function in SBTypeFilter 177 SetSP(new_sp); in CopyOnWrite_Impl()
|
H A D | SBFrame.cpp | 150 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 D | SBDebugger.cpp | 829 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 D | SBTypeSynthetic.cpp | 175 void SBTypeSynthetic::SetSP( in SetSP() function in SBTypeSynthetic 194 SetSP(new_sp); in CopyOnWrite_Impl()
|
H A D | SBAddress.cpp | 157 sb_section.SetSP(m_opaque_up->GetSection()); in GetSection() 208 sb_module.SetSP(m_opaque_up->GetModule()); in GetModule()
|
H A D | SBModule.cpp | 43 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 D | SBValue.h | 418 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 D | SBUnixSignals.h | 63 void SetSP(const lldb::UnixSignalsSP &signals_sp);
|
H A D | SBTypeNameSpecifier.h | 61 void SetSP(const lldb::TypeNameSpecifierImplSP &type_namespec_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 | 100 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 | 124 void SetSP(const lldb::TypeSummaryImplSP &typefilter_impl_sp);
|
H A D | SBPlatform.h | 178 void SetSP(const lldb::PlatformSP &platform_sp);
|
/openbsd/lib/libcurses/tinfo/ |
H A D | tinfo_driver.c | 263 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 …]
|