/external/llvm-project/lldb/source/API/ |
D | SBValue.cpp | 223 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 …]
|
D | SBTypeFormat.cpp | 159 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()
|
D | SBSection.cpp | 77 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 §ion_sp) { in SetSP() function in SBSection
|
D | SBExecutionContext.cpp | 92 sb_target.SetSP(target_sp); in GetTarget() 105 sb_process.SetSP(process_sp); in GetProcess()
|
D | SBTypeSummary.cpp | 172 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()
|
D | SBWatchpoint.cpp | 268 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()
|
D | SBFrame.cpp | 154 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 …]
|
D | SBTypeFilter.cpp | 171 void SBTypeFilter::SetSP(const lldb::TypeFilterImplSP &typefilter_impl_sp) { in SetSP() function in SBTypeFilter 189 SetSP(new_sp); in CopyOnWrite_Impl()
|
D | SBTypeSynthetic.cpp | 189 void SBTypeSynthetic::SetSP( in SetSP() function in SBTypeSynthetic 208 SetSP(new_sp); in CopyOnWrite_Impl()
|
D | SBType.cpp | 79 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()
|
D | SBTarget.cpp | 184 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 …]
|
D | SBDebugger.cpp | 751 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/ |
D | SBValue.h | 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);
|
D | SBTypeNameSpecifier.h | 56 void SetSP(const lldb::TypeNameSpecifierImplSP &type_namespec_sp);
|
D | SBTrace.h | 110 void SetSP(const ProcessSP &process_sp);
|
D | SBUnixSignals.h | 63 void SetSP(const lldb::UnixSignalsSP &signals_sp);
|
D | SBTypeFilter.h | 63 void SetSP(const lldb::TypeFilterImplSP &typefilter_impl_sp);
|
D | SBTypeSynthetic.h | 69 void SetSP(const lldb::ScriptedSyntheticChildrenSP &typefilter_impl_sp);
|
D | SBTypeFormat.h | 65 void SetSP(const lldb::TypeFormatImplSP &typeformat_impl_sp);
|
D | SBWatchpoint.h | 67 void SetSP(const lldb::WatchpointSP &sp);
|
D | SBSection.h | 94 void SetSP(const lldb::SectionSP §ion_sp);
|
D | SBTypeCategory.h | 103 void SetSP(const lldb::TypeCategoryImplSP &typecategory_impl_sp);
|
D | SBTypeSummary.h | 126 void SetSP(const lldb::TypeSummaryImplSP &typefilter_impl_sp);
|
/external/llvm-project/lldb/tools/intel-features/intel-pt/ |
D | PTDecoder.cpp | 52 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()
|
D | PTDecoder.h | 94 void SetSP(const std::shared_ptr<ptdecoder_private::InstructionList> &ptr); 124 void SetSP(const std::shared_ptr<ptdecoder_private::TraceOptions> &ptr);
|