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 =()
399 sb_type.SetSP(type_sp); in GetType()
488 format.SetSP(format_sp); in GetTypeFormat()
504 summary.SetSP(summary_sp); in GetTypeSummary()
523 filter.SetSP(filter_sp); in GetTypeFilter()
543 synthetic.SetSP(synth_sp); in GetTypeSynthetic()
561 sb_value.SetSP(value_sp->GetSyntheticChildAtOffset( in CreateChildAtOffset()
577 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.cpp153 sb_module.SetSP(module_sp); in GetModule()
488 sb_value.SetSP(value_sp, use_dynamic); in GetValueForVariablePath()
538 sb_value.SetSP(value_sp, use_dynamic); in FindVariable()
620 sb_value.SetSP(value_sp, use_dynamic); in FindValue()
631 sb_value.SetSP(value_sp); in FindValue()
650 sb_value.SetSP(value_sp); in FindValue()
664 sb_value.SetSP(value_sp, use_dynamic); in FindValue()
862 value_sb.SetSP(valobj_sp, use_dynamic); in GetVariables()
878 value_sb.SetSP(rec_value_sp, use_dynamic); in GetVariables()
942 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()
390 void SBTypeSummary::SetSP(const lldb::TypeSummaryImplSP &typesummary_impl_sp) { in SetSP() function in SBTypeSummary
422 SetSP(new_sp); in CopyOnWrite_Impl()
450 SetSP(new_sp); in ChangeSummaryType()
H A DSBTarget.cpp171 sb_process.SetSP(process_sp); in GetProcess()
260 sb_process.SetSP(process_sp); in LoadCore()
380 sb_process.SetSP(target_sp->GetProcessSP()); in Launch()
424 sb_process.SetSP(target_sp->GetProcessSP()); in Launch()
456 sb_process.SetSP(target_sp->GetProcessSP()); in Attach()
484 sb_process.SetSP(target_sp->GetProcessSP()); in AttachToProcessWithID()
515 sb_process.SetSP(target_sp->GetProcessSP()); in AttachToProcessWithName()
541 sb_process.SetSP(process_sp); in ConnectRemote()
580 void SBTarget::SetSP(const lldb::TargetSP &target_sp) { in SetSP() function in SBTarget
1261 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()
838 sb_type.SetSP(m_opaque_up->GetTypeImpl()); in GetType()
981 sb_type.SetSP(lldb::TypeImplSP(new TypeImpl(m_opaque_sp->GetType()))); in GetType()
991 sb_type.SetSP(lldb::TypeImplSP(new TypeImpl(m_opaque_sp->GetReturnType()))); in GetReturnType()
1009 sb_type.SetSP( in GetArgumentTypeAtIndex()
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 DSBDebugger.cpp803 sb_target.SetSP(target_sp); in CreateTarget()
833 sb_target.SetSP(target_sp); in CreateTargetWithFileAndTargetTriple()
877 sb_target.SetSP(target_sp); in CreateTargetWithFileAndArch()
905 sb_target.SetSP(target_sp); in CreateTarget()
920 sb_target.SetSP(m_opaque_sp->GetDummyTarget().shared_from_this()); in GetDummyTarget()
968 sb_target.SetSP(m_opaque_sp->GetTargetList().GetTargetAtIndex(idx)); in GetTargetAtIndex()
992 sb_target.SetSP(m_opaque_sp->GetTargetList().FindTargetWithProcessID(pid)); in FindTargetWithProcessID()
1009 sb_target.SetSP(target_sp); in FindTargetWithFileAndArch()
1018 sb_target.SetSP( in FindTargetWithLLDBProcess()
1044 sb_target.SetSP(target_sp); in GetSelectedTarget()
[all …]
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()
H A DSBUnixSignals.cpp45 void SBUnixSignals::SetSP(const UnixSignalsSP &signals_sp) { in SetSP() function in SBUnixSignals
/freebsd/contrib/ncurses/ncurses/win32con/
H A Dwin32_driver.c53 #define SetSP() assert(TCB->csp != NULL); sp = TCB->csp; (void) sp macro
170 SetSP(); in con_write16()
219 SetSP(); in con_write8()
380 SetSP(); in wcon_doupdate()
593 SetSP(); in wcon_dobeepflash()
643 SetSP(); in wcon_print()
657 SetSP(); in wcon_defaultcolors()
699 SetSP(); in wcon_rescolors()
875 SetSP(); in wcon_initpair()
896 SetSP(); in wcon_initcolor()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBValue.h494 void SetSP(const lldb::ValueObjectSP &sp);
496 void SetSP(const lldb::ValueObjectSP &sp, bool use_synthetic);
498 void SetSP(const lldb::ValueObjectSP &sp, lldb::DynamicValueType use_dynamic);
500 void SetSP(const lldb::ValueObjectSP &sp, lldb::DynamicValueType use_dynamic,
503 void SetSP(const lldb::ValueObjectSP &sp, lldb::DynamicValueType use_dynamic,
510 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 != NULL); sp = TCB->csp; (void) sp macro
264 SetSP(); in drv_dobeepflash()
310 SetSP(); in drv_print()
325 SetSP(); in drv_defaultcolors()
359 SetSP(); in drv_setcolor()
393 SetSP(); in drv_rescol()
409 SetSP(); in drv_rescolors()
783 SetSP(); in drv_initpair()
933 SetSP(); in drv_initmouse()
955 SetSP(); in drv_testmouse()
[all …]

12