Home
last modified time | relevance | path

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

12

/external/llvm-project/lldb/source/API/
DSBValue.cpp223 SetSP(value_sp); in SBValue()
229 SetSP(rhs.m_opaque_sp); in SBValue()
237 SetSP(rhs.m_opaque_sp); in operator =()
403 sb_type.SetSP(type_sp); in GetType()
500 format.SetSP(format_sp); in GetTypeFormat()
516 summary.SetSP(summary_sp); in GetTypeSummary()
535 filter.SetSP(filter_sp); in GetTypeFilter()
555 synthetic.SetSP(synth_sp); in GetTypeSynthetic()
575 sb_value.SetSP(value_sp->GetSyntheticChildAtOffset( in CreateChildAtOffset()
591 sb_value.SetSP(value_sp->Cast(type_sp->GetCompilerType(false)), in Cast()
[all …]
DSBTypeFormat.cpp159 void SBTypeFormat::SetSP(const lldb::TypeFormatImplSP &typeformat_impl_sp) { in SetSP() function in SBTypeFormat
186 SetSP( in CopyOnWrite_Impl()
189 SetSP(TypeFormatImplSP( in CopyOnWrite_Impl()
DSBSection.cpp77 sb_section.SetSP(parent_section_sp); in GetParent()
91 sb_section.SetSP( in FindSubSection()
114 sb_section.SetSP(section_sp->GetChildren().GetSectionAtIndex(idx)); in GetSubSectionAtIndex()
120 void SBSection::SetSP(const lldb::SectionSP &section_sp) { in SetSP() function in SBSection
DSBExecutionContext.cpp92 sb_target.SetSP(target_sp); in GetTarget()
105 sb_process.SetSP(process_sp); in GetProcess()
DSBTypeSummary.cpp172 retval.SetSP(TypeSummaryImplSP(new CXXFunctionSummaryFormat( in CreateWithCallback()
411 void SBTypeSummary::SetSP(const lldb::TypeSummaryImplSP &typesummary_impl_sp) { in SetSP() function in SBTypeSummary
443 SetSP(new_sp); in CopyOnWrite_Impl()
471 SetSP(new_sp); in ChangeSummaryType()
DSBWatchpoint.cpp268 void SBWatchpoint::SetSP(const lldb::WatchpointSP &sp) { in SetSP() function in SBWatchpoint
269 LLDB_RECORD_METHOD(void, SBWatchpoint, SetSP, (const lldb::WatchpointSP &), in SetSP()
339 LLDB_REGISTER_METHOD(void, SBWatchpoint, SetSP, in RegisterMethods()
DSBFrame.cpp154 sb_module.SetSP(module_sp); in GetModule()
493 sb_value.SetSP(value_sp, use_dynamic); in GetValueForVariablePath()
545 sb_value.SetSP(value_sp, use_dynamic); in FindVariable()
628 sb_value.SetSP(value_sp, use_dynamic); in FindValue()
645 sb_value.SetSP(value_sp); in FindValue()
666 sb_value.SetSP(value_sp); in FindValue()
680 sb_value.SetSP(value_sp, use_dynamic); in FindValue()
879 value_sb.SetSP(valobj_sp, use_dynamic); in GetVariables()
894 value_sb.SetSP(rec_value_sp, use_dynamic); in GetVariables()
965 result.SetSP(value_sp); in FindRegister()
[all …]
DSBTypeFilter.cpp171 void SBTypeFilter::SetSP(const lldb::TypeFilterImplSP &typefilter_impl_sp) { in SetSP() function in SBTypeFilter
189 SetSP(new_sp); in CopyOnWrite_Impl()
DSBTypeSynthetic.cpp189 void SBTypeSynthetic::SetSP( in SetSP() function in SBTypeSynthetic
208 SetSP(new_sp); in CopyOnWrite_Impl()
DSBType.cpp79 void SBType::SetSP(const lldb::TypeImplSP &type_impl_sp) { in SetSP() function in SBType
237 type_sb.SetSP(TypeImplSP(new TypeImpl(vector_element_type))); in GetVectorElementType()
504 sb_module.SetSP(m_opaque_sp->GetModule()); in GetModule()
683 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()
865 sb_type.SetSP( in GetArgumentTypeAtIndex()
DSBTarget.cpp184 sb_process.SetSP(process_sp); in GetProcess()
274 sb_process.SetSP(process_sp); in LoadCore()
402 sb_process.SetSP(target_sp->GetProcessSP()); in Launch()
451 sb_process.SetSP(target_sp->GetProcessSP()); in Launch()
486 sb_process.SetSP(target_sp->GetProcessSP()); in Attach()
518 sb_process.SetSP(target_sp->GetProcessSP()); in AttachToProcessWithID()
547 sb_process.SetSP(target_sp->GetProcessSP()); in AttachToProcessWithName()
577 sb_process.SetSP(process_sp); in ConnectRemote()
619 void SBTarget::SetSP(const lldb::TargetSP &target_sp) { in SetSP() function in SBTarget
1380 sb_watchpoint.SetSP(target_sp->GetWatchpointList().GetByIndex(idx)); in GetWatchpointAtIndex()
[all …]
DSBDebugger.cpp751 sb_target.SetSP(target_sp); in CreateTarget()
783 sb_target.SetSP(target_sp); in CreateTargetWithFileAndTargetTriple()
816 sb_target.SetSP(target_sp); in CreateTargetWithFileAndArch()
845 sb_target.SetSP(target_sp); in CreateTarget()
861 sb_target.SetSP(m_opaque_sp->GetDummyTarget().shared_from_this()); in GetDummyTarget()
900 sb_target.SetSP(m_opaque_sp->GetTargetList().GetTargetAtIndex(idx)); in GetTargetAtIndex()
926 sb_target.SetSP(m_opaque_sp->GetTargetList().FindTargetWithProcessID(pid)); in FindTargetWithProcessID()
944 sb_target.SetSP(target_sp); in FindTargetWithFileAndArch()
953 sb_target.SetSP( in FindTargetWithLLDBProcess()
979 sb_target.SetSP(target_sp); in GetSelectedTarget()
[all …]
/external/llvm-project/lldb/include/lldb/API/
DSBValue.h412 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);
DSBTypeNameSpecifier.h56 void SetSP(const lldb::TypeNameSpecifierImplSP &type_namespec_sp);
DSBTrace.h110 void SetSP(const ProcessSP &process_sp);
DSBUnixSignals.h63 void SetSP(const lldb::UnixSignalsSP &signals_sp);
DSBTypeFilter.h63 void SetSP(const lldb::TypeFilterImplSP &typefilter_impl_sp);
DSBTypeSynthetic.h69 void SetSP(const lldb::ScriptedSyntheticChildrenSP &typefilter_impl_sp);
DSBTypeFormat.h65 void SetSP(const lldb::TypeFormatImplSP &typeformat_impl_sp);
DSBWatchpoint.h67 void SetSP(const lldb::WatchpointSP &sp);
DSBSection.h94 void SetSP(const lldb::SectionSP &section_sp);
DSBTypeCategory.h103 void SetSP(const lldb::TypeCategoryImplSP &typecategory_impl_sp);
DSBTypeSummary.h126 void SetSP(const lldb::TypeSummaryImplSP &typefilter_impl_sp);
/external/llvm-project/lldb/tools/intel-features/intel-pt/
DPTDecoder.cpp52 void PTInstructionList::SetSP( in SetSP() function in PTInstructionList
83 void PTTraceOptions::SetSP( in SetSP() function in PTTraceOptions
130 result_list.SetSP(insn_list_ptr); in GetInstructionLogAtOffset()
148 options.SetSP(trace_options_ptr); in GetProcessorTraceInfo()
DPTDecoder.h94 void SetSP(const std::shared_ptr<ptdecoder_private::InstructionList> &ptr);
124 void SetSP(const std::shared_ptr<ptdecoder_private::TraceOptions> &ptr);

12