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

12

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTrace.h110 void SetSP(const ProcessSP &process_sp);
H A DSBTypeNameSpecifier.h56 void SetSP(const lldb::TypeNameSpecifierImplSP &type_namespec_sp);
H A DSBValue.h386 /// use_dynamic and use_synthetic options passed in to SetSP when the
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 DSBSection.h94 void SetSP(const lldb::SectionSP &section_sp);
H A DSBTypeFilter.h63 void SetSP(const lldb::TypeFilterImplSP &typefilter_impl_sp);
H A DSBTypeFormat.h65 void SetSP(const lldb::TypeFormatImplSP &typeformat_impl_sp);
H A DSBTypeSynthetic.h69 void SetSP(const lldb::ScriptedSyntheticChildrenSP &typefilter_impl_sp);
H A DSBUnixSignals.h63 void SetSP(const lldb::UnixSignalsSP &signals_sp);
H A DSBWatchpoint.h67 void SetSP(const lldb::WatchpointSP &sp);
H A DSBTypeCategory.h103 void SetSP(const lldb::TypeCategoryImplSP &typecategory_impl_sp);
H A DSBModule.h302 void SetSP(const ModuleSP &module_sp);
H A DSBPlatform.h155 void SetSP(const lldb::PlatformSP &platform_sp);
H A DSBTypeSummary.h126 void SetSP(const lldb::TypeSummaryImplSP &typefilter_impl_sp);
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp223 SetSP(value_sp);
229 SetSP(rhs.m_opaque_sp);
237 SetSP(rhs.m_opaque_sp);
403 sb_type.SetSP(type_sp);
500 format.SetSP(format_sp);
516 summary.SetSP(summary_sp);
535 filter.SetSP(filter_sp);
555 synthetic.SetSP(synth_sp);
575 sb_value.SetSP(value_sp->GetSyntheticChildAtOffset(
591 sb_value.SetSP(value_s
1096 void SBValue::SetSP(ValueImplSP impl_sp) { m_opaque_sp = impl_sp; } function in class:SBValue
1098 void SBValue::SetSP(const lldb::ValueObjectSP &sp) { function in class:SBValue
1112 void SBValue::SetSP(const lldb::ValueObjectSP &sp, function in class:SBValue
1126 void SBValue::SetSP(const lldb::ValueObjectSP &sp, bool use_synthetic) { function in class:SBValue
1138 void SBValue::SetSP(const lldb::ValueObjectSP &sp, function in class:SBValue
1143 void SBValue::SetSP(const lldb::ValueObjectSP &sp, function in class:SBValue
[all...]
H A DSBExecutionContext.cpp93 sb_target.SetSP(target_sp);
106 sb_process.SetSP(process_sp);
H A DSBSection.cpp77 sb_section.SetSP(parent_section_sp);
91 sb_section.SetSP(
114 sb_section.SetSP(section_sp->GetChildren().GetSectionAtIndex(idx));
120 void SBSection::SetSP(const lldb::SectionSP &section_sp) { function in class:SBSection
H A DSBTypeFormat.cpp160 void SBTypeFormat::SetSP(const lldb::TypeFormatImplSP &typeformat_impl_sp) { function in class:SBTypeFormat
187 SetSP(
190 SetSP(TypeFormatImplSP(
H A DSBWatchpoint.cpp268 void SBWatchpoint::SetSP(const lldb::WatchpointSP &sp) { function in class:SBWatchpoint
269 LLDB_RECORD_METHOD(void, SBWatchpoint, SetSP, (const lldb::WatchpointSP &),
339 LLDB_REGISTER_METHOD(void, SBWatchpoint, SetSP,
H A DSBTypeSummary.cpp173 retval.SetSP(TypeSummaryImplSP(new CXXFunctionSummaryFormat(
412 void SBTypeSummary::SetSP(const lldb::TypeSummaryImplSP &typesummary_impl_sp) { function in class:SBTypeSummary
444 SetSP(new_sp);
472 SetSP(new_sp);
H A DSBTypeFilter.cpp172 void SBTypeFilter::SetSP(const lldb::TypeFilterImplSP &typefilter_impl_sp) { function in class:SBTypeFilter
190 SetSP(new_sp);
H A DSBTypeSynthetic.cpp190 void SBTypeSynthetic::SetSP( function in class:SBTypeSynthetic
209 SetSP(new_sp);
H A DSBDebugger.cpp749 sb_target.SetSP(target_sp);
781 sb_target.SetSP(target_sp);
814 sb_target.SetSP(target_sp);
843 sb_target.SetSP(target_sp);
859 sb_target.SetSP(m_opaque_sp->GetDummyTarget()->shared_from_this());
900 sb_target.SetSP(m_opaque_sp->GetTargetList().GetTargetAtIndex(idx));
926 sb_target.SetSP(m_opaque_sp->GetTargetList().FindTargetWithProcessID(pid));
944 sb_target.SetSP(target_sp);
953 sb_target.SetSP(
979 sb_target.SetSP(target_s
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c51 #define SetSP() assert(TCB->csp != 0); sp = TCB->csp; (void) sp macro
123 SetSP();
170 SetSP();
221 SetSP();
347 SetSP();
517 SetSP();
530 SetSP();
544 SetSP();
623 SetSP();
1035 SetSP();
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dtinfo_driver.c96 #define SetSP() assert(TCB->csp!=0); sp = TCB->csp; (void) sp macro
182 SetSP();
228 SetSP();
243 SetSP();
277 SetSP();
311 SetSP();
327 SetSP();
681 SetSP();
837 SetSP();
862 SetSP();
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeRegisterContext.h131 Status SetSP(lldb::addr_t sp);

Completed in 109 milliseconds

12