Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBValue.cpp229 SetSP(rhs.m_opaque_sp); in operator =()
490 sb_type.SetSP(type_sp); in GetType()
612 format.SetSP(format_sp); in GetTypeFormat()
643 filter.SetSP(filter_sp); in GetTypeFilter()
730 sb_value.SetSP(new_value_sp); in CreateValueFromExpression()
759 sb_value.SetSP(new_value_sp); in CreateValueFromAddress()
786 sb_value.SetSP(new_value_sp); in CreateValueFromData()
901 value_sb.SetSP(proxy_sp); in GetDynamicValue()
912 value_sb.SetSP(proxy_sp); in GetStaticValue()
922 value_sb.SetSP(proxy_sp); in GetNonSyntheticValue()
[all …]
H A DSBSection.cpp61 sb_section.SetSP(parent_section_sp); in GetParent()
72 sb_section.SetSP( in FindSubSection()
90 sb_section.SetSP(section_sp->GetChildren().GetSectionAtIndex(idx)); in GetSubSectionAtIndex()
96 void SBSection::SetSP(const lldb::SectionSP &section_sp) { in SetSP() function in SBSection
H A DSBTypeFormat.cpp114 void SBTypeFormat::SetSP(const lldb::TypeFormatImplSP &typeformat_impl_sp) { in SetSP() function in SBTypeFormat
141 SetSP( in CopyOnWrite_Impl()
144 SetSP(TypeFormatImplSP( in CopyOnWrite_Impl()
H A DSBDebugger.cpp572 sb_target.SetSP(target_sp); in CreateTarget()
600 sb_target.SetSP(target_sp); in CreateTargetWithFileAndTargetTriple()
630 sb_target.SetSP(target_sp); in CreateTargetWithFileAndArch()
656 sb_target.SetSP(target_sp); in CreateTarget()
671 sb_target.SetSP(m_opaque_sp->GetDummyTarget()->shared_from_this()); in GetDummyTarget()
709 sb_target.SetSP(m_opaque_sp->GetTargetList().GetTargetAtIndex(idx)); in GetTargetAtIndex()
745 sb_target.SetSP(target_sp); in FindTargetWithFileAndArch()
754 sb_target.SetSP( in FindTargetWithLLDBProcess()
776 sb_target.SetSP(target_sp); in GetSelectedTarget()
812 sb_platform.SetSP(debugger_sp->GetPlatformList().GetSelectedPlatform()); in GetSelectedPlatform()
[all …]
H A DSBTypeSummary.cpp127 retval.SetSP(TypeSummaryImplSP(new CXXFunctionSummaryFormat( in CreateWithCallback()
315 void SBTypeSummary::SetSP(const lldb::TypeSummaryImplSP &typesummary_impl_sp) { in SetSP() function in SBTypeSummary
347 SetSP(new_sp); in CopyOnWrite_Impl()
375 SetSP(new_sp); in ChangeSummaryType()
H A DSBExecutionContext.cpp69 sb_target.SetSP(target_sp); in GetTarget()
79 sb_process.SetSP(process_sp); in GetProcess()
H A DSBType.cpp71 void SBType::SetSP(const lldb::TypeImplSP &type_impl_sp) { in SetSP() function in SBType
189 type_sb.SetSP(TypeImplSP(new TypeImpl(vector_element_type))); in GetVectorElementType()
512 sb_type.SetSP(m_opaque_ap->GetTypeImpl()); in GetType()
624 sb_type.SetSP(lldb::TypeImplSP(new TypeImpl(m_opaque_sp->GetType()))); in GetType()
632 sb_type.SetSP(lldb::TypeImplSP(new TypeImpl(m_opaque_sp->GetReturnType()))); in GetReturnType()
646 sb_type.SetSP( in GetArgumentTypeAtIndex()
H A DSBTarget.cpp155 sb_process.SetSP(process_sp); in GetProcess()
236 sb_process.SetSP(process_sp); in LoadCore()
346 sb_process.SetSP(target_sp->GetProcessSP()); in Launch()
403 sb_process.SetSP(target_sp->GetProcessSP()); in Launch()
561 sb_process.SetSP(process_sp); in ConnectRemote()
1353 sb_watchpoint.SetSP(watchpoint_sp); in FindWatchpointByID()
1394 sb_watchpoint.SetSP(watchpoint_sp); in WatchAddress()
1443 sb_value.SetSP(new_value_sp); in CreateValueFromAddress()
1469 sb_value.SetSP(new_value_sp); in CreateValueFromData()
1493 sb_value.SetSP(new_value_sp); in CreateValueFromExpression()
[all …]
H A DSBTypeFilter.cpp124 void SBTypeFilter::SetSP(const lldb::TypeFilterImplSP &typefilter_impl_sp) { in SetSP() function in SBTypeFilter
142 SetSP(new_sp); in CopyOnWrite_Impl()
H A DSBTypeSynthetic.cpp140 void SBTypeSynthetic::SetSP( in SetSP() function in SBTypeSynthetic
159 SetSP(new_sp); in CopyOnWrite_Impl()
H A DSBFrame.cpp159 sb_module.SetSP(module_sp); in GetModule()
612 sb_value.SetSP(value_sp, use_dynamic); in GetValueForVariablePath()
669 sb_value.SetSP(value_sp, use_dynamic); in FindVariable()
760 sb_value.SetSP(value_sp, use_dynamic); in FindValue()
777 sb_value.SetSP(value_sp); in FindValue()
798 sb_value.SetSP(value_sp); in FindValue()
812 sb_value.SetSP(value_sp, use_dynamic); in FindValue()
1028 value_sb.SetSP(valobj_sp, use_dynamic); in GetVariables()
1043 value_sb.SetSP(rec_value_sp, use_dynamic); in GetVariables()
1137 result.SetSP(value_sp); in FindRegister()
[all …]
H A DSBAddress.cpp144 sb_section.SetSP(m_opaque_ap->GetSection()); in GetSection()
195 sb_module.SetSP(m_opaque_ap->GetModule()); in GetModule()
H A DSBModule.cpp43 SetSP(module_sp); in SBModule()
202 void SBModule::SetSP(const ModuleSP &module_sp) { m_opaque_sp = module_sp; } in SetSP() function in SBModule
355 sb_section.SetSP(section_list->GetSectionAtIndex(idx)); in GetSectionAtIndex()
512 sb_section.SetSP(section_sp); in FindSection()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBValue.h424 void SetSP(const lldb::ValueObjectSP &sp);
426 void SetSP(const lldb::ValueObjectSP &sp, bool use_synthetic);
428 void SetSP(const lldb::ValueObjectSP &sp, lldb::DynamicValueType use_dynamic);
430 void SetSP(const lldb::ValueObjectSP &sp, lldb::DynamicValueType use_dynamic,
433 void SetSP(const lldb::ValueObjectSP &sp, lldb::DynamicValueType use_dynamic,
440 void SetSP(ValueImplSP impl_sp);
H A DSBTypeNameSpecifier.h55 void SetSP(const lldb::TypeNameSpecifierImplSP &type_namespec_sp);
H A DSBTrace.h117 void SetSP(const ProcessSP &process_sp);
H A DSBUnixSignals.h62 void SetSP(const lldb::UnixSignalsSP &signals_sp);
H A DSBTypeFilter.h62 void SetSP(const lldb::TypeFilterImplSP &typefilter_impl_sp);
H A DSBTypeSynthetic.h70 void SetSP(const lldb::ScriptedSyntheticChildrenSP &typefilter_impl_sp);
H A DSBTypeFormat.h64 void SetSP(const lldb::TypeFormatImplSP &typeformat_impl_sp);
H A DSBWatchpoint.h62 void SetSP(const lldb::WatchpointSP &sp);
H A DSBSection.h97 void SetSP(const lldb::SectionSP &section_sp);
H A DSBTypeCategory.h120 void SetSP(const lldb::TypeCategoryImplSP &typecategory_impl_sp);
/freebsd-12.1/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c123 SetSP(); in MapAttr()
170 SetSP(); in con_write16()
221 SetSP(); in con_write8()
347 SetSP(); in drv_doupdate()
517 SetSP(); in drv_dobeepflash()
530 SetSP(); in drv_print()
544 SetSP(); in drv_defaultcolors()
623 SetSP(); in drv_rescolors()
1035 SetSP(); in drv_initpair()
1053 SetSP(); in drv_initcolor()
[all …]
/freebsd-12.1/contrib/ncurses/ncurses/tinfo/
H A Dtinfo_driver.c182 SetSP(); in drv_dobeepflash()
228 SetSP(); in drv_print()
243 SetSP(); in drv_defaultcolors()
277 SetSP(); in drv_setcolor()
311 SetSP(); in drv_rescol()
327 SetSP(); in drv_rescolors()
681 SetSP(); in drv_initpair()
837 SetSP(); in drv_initmouse()
862 SetSP(); in drv_testmouse()
1162 SetSP(); in drv_twait()
[all …]

12