Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp225 SetSP(value_sp); in SBValue()
231 SetSP(rhs.m_opaque_sp); in SBValue()
238 SetSP(rhs.m_opaque_sp); in operator =()
397 sb_type.SetSP(type_sp); in GetType()
486 format.SetSP(format_sp); in GetTypeFormat()
502 summary.SetSP(summary_sp); in GetTypeSummary()
521 filter.SetSP(filter_sp); in GetTypeFilter()
541 synthetic.SetSP(synth_sp); in GetTypeSynthetic()
559 sb_value.SetSP(value_sp->GetSyntheticChildAtOffset( in CreateChildAtOffset()
575 sb_value.SetSP(value_sp->Cast(type_sp->GetCompilerType(false)), in Cast()
[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 DSBFrame.cpp152 sb_module.SetSP(module_sp); in GetModule()
487 sb_value.SetSP(value_sp, use_dynamic); in GetValueForVariablePath()
537 sb_value.SetSP(value_sp, use_dynamic); in FindVariable()
619 sb_value.SetSP(value_sp, use_dynamic); in FindValue()
630 sb_value.SetSP(value_sp); in FindValue()
649 sb_value.SetSP(value_sp); in FindValue()
663 sb_value.SetSP(value_sp, use_dynamic); in FindValue()
861 value_sb.SetSP(valobj_sp, use_dynamic); in GetVariables()
877 value_sb.SetSP(rec_value_sp, use_dynamic); in GetVariables()
941 result.SetSP(value_sp); in FindRegister()
[all …]
H A DSBExecutionContext.cpp84 sb_target.SetSP(target_sp); in GetTarget()
96 sb_process.SetSP(process_sp); in GetProcess()
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.cpp171 sb_process.SetSP(process_sp); in GetProcess()
260 sb_process.SetSP(process_sp); in LoadCore()
383 sb_process.SetSP(target_sp->GetProcessSP()); in Launch()
429 sb_process.SetSP(target_sp->GetProcessSP()); in Launch()
463 sb_process.SetSP(target_sp->GetProcessSP()); in Attach()
493 sb_process.SetSP(target_sp->GetProcessSP()); in AttachToProcessWithID()
520 sb_process.SetSP(target_sp->GetProcessSP()); in AttachToProcessWithName()
547 sb_process.SetSP(process_sp); in ConnectRemote()
587 void SBTarget::SetSP(const lldb::TargetSP &target_sp) { in SetSP() function in SBTarget
1294 sb_watchpoint.SetSP(target_sp->GetWatchpointList().GetByIndex(idx)); in GetWatchpointAtIndex()
[all …]
H A DSBType.cpp84 void SBType::SetSP(const lldb::TypeImplSP &type_impl_sp) { in SetSP() function in SBType
248 type_sb.SetSP(TypeImplSP(new TypeImpl(vector_element_type))); in GetVectorElementType()
618 sb_module.SetSP(m_opaque_sp->GetModule()); in GetModule()
802 sb_type.SetSP(m_opaque_up->GetTypeImpl()); in GetType()
945 sb_type.SetSP(lldb::TypeImplSP(new TypeImpl(m_opaque_sp->GetType()))); in GetType()
955 sb_type.SetSP(lldb::TypeImplSP(new TypeImpl(m_opaque_sp->GetReturnType()))); in GetReturnType()
973 sb_type.SetSP( in GetArgumentTypeAtIndex()
H A DSBDebugger.cpp843 sb_target.SetSP(target_sp); in CreateTarget()
873 sb_target.SetSP(target_sp); in CreateTargetWithFileAndTargetTriple()
916 sb_target.SetSP(target_sp); in CreateTargetWithFileAndArch()
944 sb_target.SetSP(target_sp); in CreateTarget()
959 sb_target.SetSP(m_opaque_sp->GetDummyTarget().shared_from_this()); in GetDummyTarget()
996 sb_target.SetSP(m_opaque_sp->GetTargetList().GetTargetAtIndex(idx)); in GetTargetAtIndex()
1020 sb_target.SetSP(m_opaque_sp->GetTargetList().FindTargetWithProcessID(pid)); in FindTargetWithProcessID()
1037 sb_target.SetSP(target_sp); in FindTargetWithFileAndArch()
1046 sb_target.SetSP( in FindTargetWithLLDBProcess()
1072 sb_target.SetSP(target_sp); in GetSelectedTarget()
[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 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()
556 sb_section.SetSP(section_sp); in FindSection()
/freebsd/contrib/ncurses/ncurses/win32con/
H A Dwin32_driver.c62 #define SetSP() assert(TCB->csp != 0); sp = TCB->csp; (void) sp macro
182 SetSP(); in con_write16()
231 SetSP(); in con_write8()
392 SetSP(); in wcon_doupdate()
599 SetSP(); in wcon_dobeepflash()
649 SetSP(); in wcon_print()
663 SetSP(); in wcon_defaultcolors()
705 SetSP(); in wcon_rescolors()
884 SetSP(); in wcon_initpair()
905 SetSP(); in wcon_initcolor()
[all …]
H A Dwin_driver.c74 #define SetSP() assert(TCB->csp != 0); sp = TCB->csp; (void) sp macro
273 SetSP(); in con_write16()
322 SetSP(); in con_write8()
487 SetSP(); in wcon_doupdate()
693 SetSP(); in wcon_dobeepflash()
740 SetSP(); in wcon_print()
754 SetSP(); in wcon_defaultcolors()
828 SetSP(); in wcon_rescolors()
1281 SetSP(); in wcon_initpair()
1300 SetSP(); in wcon_initcolor()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBValue.h495 void SetSP(const lldb::ValueObjectSP &sp);
497 void SetSP(const lldb::ValueObjectSP &sp, bool use_synthetic);
499 void SetSP(const lldb::ValueObjectSP &sp, lldb::DynamicValueType use_dynamic);
501 void SetSP(const lldb::ValueObjectSP &sp, lldb::DynamicValueType use_dynamic,
504 void SetSP(const lldb::ValueObjectSP &sp, lldb::DynamicValueType use_dynamic,
511 void SetSP(ValueImplSP impl_sp);
H A DSBTypeNameSpecifier.h61 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 DSBSection.h100 void SetSP(const lldb::SectionSP &section_sp);
H A DSBTypeCategory.h103 void SetSP(const lldb::TypeCategoryImplSP &typecategory_impl_sp);
H A DSBWatchpoint.h98 void SetSP(const lldb::WatchpointSP &sp);
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dtinfo_driver.c98 #define SetSP() assert(TCB->csp!=0); sp = TCB->csp; (void) sp macro
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()
[all …]

12