Searched refs:GetSP (Results 1 - 25 of 113) sorted by relevance

12345

/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBUnixSignals.cpp48 UnixSignalsSP SBUnixSignals::GetSP() const { return m_opaque_wp.lock(); } function in class:SBUnixSignals
67 return static_cast<bool>(GetSP());
74 if (auto signals_sp = GetSP())
84 if (auto signals_sp = GetSP())
94 if (auto signals_sp = GetSP())
104 auto signals_sp = GetSP();
116 if (auto signals_sp = GetSP())
126 auto signals_sp = GetSP();
138 if (auto signals_sp = GetSP())
148 auto signals_sp = GetSP();
[all...]
H A DSBSection.cpp56 SectionSP section_sp(GetSP());
63 SectionSP section_sp(GetSP());
73 SectionSP section_sp(GetSP());
88 SectionSP section_sp(GetSP());
101 SectionSP section_sp(GetSP());
112 SectionSP section_sp(GetSP());
118 lldb::SectionSP SBSection::GetSP() const { return m_opaque_wp.lock(); } function in class:SBSection
128 SectionSP section_sp(GetSP());
138 TargetSP target_sp(sb_target.GetSP());
140 SectionSP section_sp(GetSP());
[all...]
H A DSBBreakpointLocation.cpp64 BreakpointLocationSP SBBreakpointLocation::GetSP() const { function in class:SBBreakpointLocation
75 return bool(GetSP());
81 BreakpointLocationSP loc_sp = GetSP();
94 BreakpointLocationSP loc_sp = GetSP();
108 BreakpointLocationSP loc_sp = GetSP();
119 BreakpointLocationSP loc_sp = GetSP();
131 BreakpointLocationSP loc_sp = GetSP();
143 BreakpointLocationSP loc_sp = GetSP();
155 BreakpointLocationSP loc_sp = GetSP();
167 BreakpointLocationSP loc_sp = GetSP();
[all...]
H A DSBWatchpoint.cpp56 lldb::WatchpointSP watchpoint_sp(GetSP());
77 return GetSP() == rhs.GetSP();
91 lldb::WatchpointSP watchpoint_sp(GetSP());
103 lldb::WatchpointSP watchpoint_sp(GetSP());
118 lldb::WatchpointSP watchpoint_sp(GetSP());
133 lldb::WatchpointSP watchpoint_sp(GetSP());
146 lldb::WatchpointSP watchpoint_sp(GetSP());
166 lldb::WatchpointSP watchpoint_sp(GetSP());
179 lldb::WatchpointSP watchpoint_sp(GetSP());
262 lldb::WatchpointSP SBWatchpoint::GetSP() const { function in class:SBWatchpoint
[all...]
H A DSBBreakpoint.cpp88 BreakpointSP bkpt_sp = GetSP();
102 BreakpointSP bkpt_sp = GetSP();
114 BreakpointSP bkpt_sp = GetSP();
128 BreakpointSP bkpt_sp = GetSP();
149 BreakpointSP bkpt_sp = GetSP();
170 BreakpointSP bkpt_sp = GetSP();
186 BreakpointSP bkpt_sp = GetSP();
200 BreakpointSP bkpt_sp = GetSP();
212 BreakpointSP bkpt_sp = GetSP();
224 BreakpointSP bkpt_sp = GetSP();
785 BreakpointSP SBBreakpoint::GetSP() const { return m_opaque_wp.lock(); } function in class:SBBreakpoint
[all...]
H A DSBValue.cpp108 lldb::ValueObjectSP GetSP(Process::StopLocker &stop_locker, function in class:ValueImpl
165 // calculations in GetSP to return the Target, Process, Thread or Frame. It
207 return in_value.GetSP(m_stop_locker, m_lock, m_lock_error);
270 lldb::ValueObjectSP value_sp(GetSP(locker));
284 lldb::ValueObjectSP value_sp(GetSP(locker));
295 lldb::ValueObjectSP value_sp(GetSP(locker));
307 lldb::ValueObjectSP value_sp(GetSP(locker));
320 lldb::ValueObjectSP value_sp(GetSP(locker));
334 lldb::ValueObjectSP value_sp(GetSP(locker));
348 lldb::ValueObjectSP value_sp(GetSP(locke
1081 lldb::ValueObjectSP SBValue::GetSP(ValueLocker &locker) const { function in class:SBValue
1089 lldb::ValueObjectSP SBValue::GetSP() const { function in class:SBValue
[all...]
H A DSBTrace.cpp25 lldb::ProcessSP SBTrace::GetSP() const { return m_opaque_wp.lock(); } function in class:SBTrace
33 ProcessSP process_sp(GetSP());
52 ProcessSP process_sp(GetSP());
69 ProcessSP process_sp(GetSP());
83 ProcessSP process_sp(GetSP());
126 if (!GetSP())
H A DSBModule.cpp57 ProcessSP process_sp(process.GetSP());
100 ModuleSP module_sp(GetSP());
113 ModuleSP module_sp(GetSP());
126 ModuleSP module_sp(GetSP());
140 ModuleSP module_sp(GetSP());
150 ModuleSP module_sp(GetSP());
162 ModuleSP module_sp(GetSP());
173 ModuleSP module_sp(GetSP());
207 ModuleSP SBModule::GetSP() const { return m_opaque_sp; } function in class:SBModule
216 ModuleSP module_sp(GetSP());
[all...]
H A DSBProcess.cpp89 ProcessSP process_sp(GetSP());
99 ProcessSP process_sp(GetSP());
106 lldb::ProcessSP SBProcess::GetSP() const { return m_opaque_wp.lock(); } function in class:SBProcess
140 ProcessSP process_sp(GetSP());
173 ProcessSP process_sp(GetSP());
196 ProcessSP process_sp(GetSP());
215 ProcessSP process_sp(GetSP());
233 ProcessSP process_sp(GetSP());
249 ProcessSP process_sp(GetSP());
263 ProcessSP process_sp(GetSP());
[all...]
H A DSBPlatform.cpp297 PlatformSP platform_sp(GetSP());
303 lldb::PlatformSP SBPlatform::GetSP() const { return m_opaque_sp; } function in class:SBPlatform
312 PlatformSP platform_sp(GetSP());
322 PlatformSP platform_sp(GetSP());
338 PlatformSP platform_sp(GetSP());
353 PlatformSP platform_sp(GetSP());
361 PlatformSP platform_sp(GetSP());
370 PlatformSP platform_sp(GetSP());
385 PlatformSP platform_sp(GetSP());
402 PlatformSP platform_sp(GetSP());
[all...]
H A DSBTarget.cpp180 TargetSP target_sp(GetSP());
192 TargetSP target_sp(GetSP());
206 TargetSP target_sp(GetSP());
216 TargetSP target_sp(GetSP());
236 TargetSP target_sp(GetSP());
245 TargetSP target_sp(GetSP());
264 TargetSP target_sp(GetSP());
305 TargetSP target_sp(GetSP());
328 TargetSP target_sp(GetSP());
380 launch_info.SetListener(listener.GetSP());
598 lldb::TargetSP SBTarget::GetSP() const { return m_opaque_sp; } function in class:SBTarget
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibStdcppUniquePointer.cpp63 ValueObjectSP valobj_backend_sp = m_backend.GetSP();
122 return m_ptr_obj->GetSP();
124 return m_del_obj->GetSP();
126 return m_obj_obj->GetSP();
172 LibStdcppUniquePtrSyntheticFrontEnd formatter(valobj.GetSP());
H A DLibStdcppTuple.cpp59 ValueObjectSP valobj_backend_sp = m_backend.GetSP();
94 return m_members[idx]->GetSP();
H A DLibCxxTuple.cpp67 return m_elements[idx]->GetSP();
83 return m_elements[idx]->GetSP();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTrace.h108 lldb::ProcessSP GetSP() const;
H A DSBTypeNameSpecifier.h54 lldb::TypeNameSpecifierImplSP GetSP();
H A DSBEvent.h72 lldb::EventSP &GetSP() const;
H A DSBSection.h92 lldb::SectionSP GetSP() const;
H A DSBTypeFilter.h61 lldb::TypeFilterImplSP GetSP();
H A DSBTypeFormat.h63 lldb::TypeFormatImplSP GetSP();
H A DSBTypeSynthetic.h67 lldb::ScriptedSyntheticChildrenSP GetSP();
H A DSBUnixSignals.h61 lldb::UnixSignalsSP GetSP() const;
H A DSBWatchpoint.h65 lldb::WatchpointSP GetSP() const;
H A DSBBreakpointLocation.h96 BreakpointLocationSP GetSP() const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObjectConstResult.cpp34 ->GetSP();
57 ->GetSP();
91 ->GetSP();
98 return (new ValueObjectConstResult(exe_scope, value, name, module))->GetSP();
129 ->GetSP();
166 return (new ValueObjectConstResult(exe_scope, error))->GetSP();
282 return m_dynamic_value->GetSP();

Completed in 209 milliseconds

12345