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

123

/freebsd-10.1-release/contrib/llvm/tools/lldb/source/API/
H A DSBSection.cpp59 SectionSP section_sp (GetSP());
66 SectionSP section_sp (GetSP());
76 SectionSP section_sp (GetSP());
93 SectionSP section_sp (GetSP());
106 SectionSP section_sp (GetSP());
116 SectionSP section_sp (GetSP());
123 SBSection::GetSP() const function in class:SBSection
138 SectionSP section_sp (GetSP());
147 TargetSP target_sp(sb_target.GetSP());
150 SectionSP section_sp (GetSP());
[all...]
H A DSBWatchpoint.cpp73 lldb::WatchpointSP watchpoint_sp(GetSP());
98 lldb::WatchpointSP watchpoint_sp(GetSP());
111 lldb::WatchpointSP watchpoint_sp(GetSP());
126 lldb::WatchpointSP watchpoint_sp(GetSP());
141 lldb::WatchpointSP watchpoint_sp(GetSP());
154 lldb::WatchpointSP watchpoint_sp(GetSP());
165 lldb::WatchpointSP watchpoint_sp(GetSP());
179 lldb::WatchpointSP watchpoint_sp(GetSP());
196 lldb::WatchpointSP watchpoint_sp(GetSP());
209 lldb::WatchpointSP watchpoint_sp(GetSP());
265 SBWatchpoint::GetSP () const function in class:SBWatchpoint
[all...]
H A DSBModule.cpp64 ProcessSP process_sp (process.GetSP());
108 ModuleSP module_sp (GetSP ());
127 ModuleSP module_sp (GetSP ());
147 ModuleSP module_sp (GetSP ());
169 ModuleSP module_sp (GetSP ());
178 ModuleSP module_sp (GetSP ());
194 ModuleSP module_sp (GetSP ());
221 ModuleSP module_sp (GetSP ());
263 SBModule::GetSP () const function in class:SBModule
278 ModuleSP module_sp (GetSP ());
[all...]
H A DSBPlatform.cpp294 PlatformSP platform_sp(GetSP());
301 SBPlatform::GetSP () const function in class:SBPlatform
315 PlatformSP platform_sp(GetSP());
324 PlatformSP platform_sp(GetSP());
340 PlatformSP platform_sp(GetSP());
357 PlatformSP platform_sp(GetSP());
365 PlatformSP platform_sp(GetSP());
374 PlatformSP platform_sp(GetSP());
390 PlatformSP platform_sp(GetSP());
409 PlatformSP platform_sp(GetSP());
[all...]
H A DSBValue.cpp126 GetSP (Process::StopLocker &stop_locker, Mutex::Locker &api_locker, Error &error) function in class:ValueImpl
149 log->Printf ("SBValue(%p)::GetSP() => error: process is running", value_sp.get());
192 // in GetSP to return the Target, Process, Thread or Frame. It is convenient to
247 return in_value.GetSP(m_stop_locker, m_api_locker, m_lock_error);
313 lldb::ValueObjectSP value_sp(GetSP(locker));
326 lldb::ValueObjectSP value_sp(GetSP(locker));
337 lldb::ValueObjectSP value_sp(GetSP(locker));
359 lldb::ValueObjectSP value_sp(GetSP(locker));
383 lldb::ValueObjectSP value_sp(GetSP(locker));
401 lldb::ValueObjectSP value_sp(GetSP(locke
1293 SBValue::GetSP (ValueLocker &locker) const function in class:SBValue
1301 SBValue::GetSP () const function in class:SBValue
[all...]
H A DSBProcess.cpp93 ProcessSP process_sp(GetSP());
104 ProcessSP process_sp(GetSP());
114 SBProcess::GetSP() const function in class:SBProcess
165 ProcessSP process_sp(GetSP());
209 ProcessSP process_sp(GetSP());
246 ProcessSP process_sp(GetSP());
269 ProcessSP process_sp(GetSP());
292 ProcessSP process_sp(GetSP());
313 ProcessSP process_sp(GetSP());
333 ProcessSP process_sp(GetSP());
[all...]
H A DSBTarget.cpp535 TargetSP target_sp(GetSP());
556 TargetSP target_sp(GetSP());
566 TargetSP target_sp(GetSP());
613 TargetSP target_sp(GetSP());
641 TargetSP target_sp(GetSP());
722 target_sp.get(), sb_process.GetSP().get());
734 TargetSP target_sp(GetSP());
784 target_sp.get(), sb_process.GetSP().get());
797 TargetSP target_sp(GetSP());
913 TargetSP target_sp(GetSP());
1178 SBTarget::GetSP () const function in class:SBTarget
[all...]
H A DSBTypeCategory.cpp315 m_opaque_sp->GetRegexTypeFormatsContainer()->Add(lldb::RegularExpressionSP(new RegularExpression(type_name.GetName())), format.GetSP());
317 m_opaque_sp->GetTypeFormatsContainer()->Add(ConstString(type_name.GetName()), format.GetSP());
386 m_opaque_sp->GetRegexTypeSummariesContainer()->Add(lldb::RegularExpressionSP(new RegularExpression(type_name.GetName())), summary.GetSP());
388 m_opaque_sp->GetTypeSummariesContainer()->Add(ConstString(type_name.GetName()), summary.GetSP());
423 m_opaque_sp->GetRegexTypeFiltersContainer()->Add(lldb::RegularExpressionSP(new RegularExpression(type_name.GetName())), filter.GetSP());
425 m_opaque_sp->GetTypeFiltersContainer()->Add(ConstString(type_name.GetName()), filter.GetSP());
494 m_opaque_sp->GetRegexTypeSyntheticsContainer()->Add(lldb::RegularExpressionSP(new RegularExpression(type_name.GetName())), synth.GetSP());
496 m_opaque_sp->GetTypeSyntheticsContainer()->Add(ConstString(type_name.GetName()), synth.GetSP());
557 SBTypeCategory::GetSP () function in class:SBTypeCategory
H A DSBInstruction.cpp79 TargetSP target_sp (target.GetSP());
98 TargetSP target_sp (target.GetSP());
117 TargetSP target_sp (target.GetSP());
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectConstResult.cpp41 address))->GetSP();
74 address))->GetSP();
119 address))->GetSP();
127 return (new ValueObjectConstResult (exe_scope, value, name))->GetSP();
168 addr_byte_size))->GetSP();
209 error))->GetSP();
350 return m_dynamic_value->GetSP();
H A DValueObjectSyntheticFilter.cpp119 return GetSP();
215 return iter->second->GetSP();
261 return m_parent->GetSP();
H A DValueObjectCast.cpp44 return cast_valobj_ptr->GetSP();
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBTypeNameSpecifier.h65 GetSP ();
H A DSBEvent.h83 GetSP () const;
H A DSBSection.h93 GetSP() const;
H A DSBTypeFilter.h75 GetSP ();
H A DSBTypeFormat.h76 GetSP ();
H A DSBTypeSummary.h93 GetSP ();
H A DSBTypeSynthetic.h83 GetSP ();
H A DSBWatchpoint.h79 GetSP () const;
H A DSBPlatform.h188 GetSP () const;
H A DSBTypeCategory.h150 GetSP ();
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObjectDynamicValue.h77 return m_parent->GetSP();
H A DValueObjectSyntheticFilter.h98 return GetSP();
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeSynthetic.cpp85 m_wrapper_sp = m_interpreter->CreateSyntheticScriptedProvider(m_python_class.c_str(), backend.GetSP());

Completed in 103 milliseconds

123