OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetSP
(Results
1 - 25
of
87
) sorted by null
1
2
3
4
/external/lldb/source/API/
SBSection.cpp
59
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
138
SectionSP section_sp (
GetSP
());
147
TargetSP target_sp(sb_target.
GetSP
());
150
SectionSP section_sp (
GetSP
());
[
all
...]
SBModule.cpp
64
ProcessSP process_sp (process.
GetSP
());
108
ModuleSP module_sp (
GetSP
());
127
ModuleSP module_sp (
GetSP
());
147
ModuleSP module_sp (
GetSP
());
173
ModuleSP module_sp (
GetSP
());
200
ModuleSP module_sp (
GetSP
());
242
SBModule::
GetSP
() const
257
ModuleSP module_sp (
GetSP
());
271
ModuleSP module_sp (
GetSP
());
282
ModuleSP module_sp (
GetSP
());
[
all
...]
SBWatchpoint.cpp
73
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
());
[
all
...]
SBProcess.cpp
89
ProcessSP process_sp(
GetSP
());
100
ProcessSP process_sp(
GetSP
());
110
SBProcess::
GetSP
() const
161
ProcessSP process_sp(
GetSP
());
205
ProcessSP process_sp(
GetSP
());
242
ProcessSP process_sp(
GetSP
());
265
ProcessSP process_sp(
GetSP
());
288
ProcessSP process_sp(
GetSP
());
309
ProcessSP process_sp(
GetSP
());
329
ProcessSP process_sp(
GetSP
());
[
all
...]
SBValue.cpp
109
GetSP
(Process::StopLocker &stop_locker, Mutex::Locker &api_locker, Error &error)
130
log->Printf ("SBValue(%p)::
GetSP
() => error: process is running", value_sp.get());
173
// in
GetSP
to return the Target, Process, Thread or Frame. It is convenient to
228
return in_value.
GetSP
(m_stop_locker, m_api_locker, m_lock_error);
294
lldb::ValueObjectSP value_sp(
GetSP
(locker));
307
lldb::ValueObjectSP value_sp(
GetSP
(locker));
318
lldb::ValueObjectSP value_sp(
GetSP
(locker));
340
lldb::ValueObjectSP value_sp(
GetSP
(locker));
364
lldb::ValueObjectSP value_sp(
GetSP
(locker));
382
lldb::ValueObjectSP value_sp(
GetSP
(locker))
[
all
...]
SBTarget.cpp
533
TargetSP target_sp(
GetSP
());
554
TargetSP target_sp(
GetSP
());
564
TargetSP target_sp(
GetSP
());
626
TargetSP target_sp(
GetSP
());
751
TargetSP target_sp(
GetSP
());
851
TargetSP target_sp(
GetSP
());
967
TargetSP target_sp(
GetSP
());
1065
TargetSP target_sp(
GetSP
());
1157
TargetSP target_sp(
GetSP
());
1201
TargetSP target_sp(
GetSP
());
[
all
...]
SBInstruction.cpp
79
TargetSP target_sp (target.
GetSP
());
98
TargetSP target_sp (target.
GetSP
());
117
TargetSP target_sp (target.
GetSP
());
SBTypeCategory.cpp
310
DataVisualization::ValueFormats::Add(ConstString(type_name.GetName()), format.
GetSP
());
379
m_opaque_sp->GetRegexSummaryNavigator()->Add(lldb::RegularExpressionSP(new RegularExpression(type_name.GetName())), summary.
GetSP
());
381
m_opaque_sp->GetSummaryNavigator()->Add(ConstString(type_name.GetName()), summary.
GetSP
());
416
m_opaque_sp->GetRegexFilterNavigator()->Add(lldb::RegularExpressionSP(new RegularExpression(type_name.GetName())), filter.
GetSP
());
418
m_opaque_sp->GetFilterNavigator()->Add(ConstString(type_name.GetName()), filter.
GetSP
());
487
m_opaque_sp->GetRegexSyntheticNavigator()->Add(lldb::RegularExpressionSP(new RegularExpression(type_name.GetName())), synth.
GetSP
());
489
m_opaque_sp->GetSyntheticNavigator()->Add(ConstString(type_name.GetName()), synth.
GetSP
());
550
SBTypeCategory::
GetSP
()
/external/lldb/source/Core/
ValueObjectConstResult.cpp
41
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
();
ValueObjectSyntheticFilter.cpp
119
return
GetSP
();
215
return iter->second->
GetSP
();
261
return m_parent->
GetSP
();
ValueObjectCast.cpp
44
return cast_valobj_ptr->
GetSP
();
/external/lldb/include/lldb/API/
SBTypeFilter.h
75
GetSP
();
SBTypeFormat.h
67
GetSP
();
SBTypeNameSpecifier.h
65
GetSP
();
SBTypeSynthetic.h
83
GetSP
();
SBWatchpoint.h
79
GetSP
() const;
SBEvent.h
83
GetSP
() const;
SBSection.h
93
GetSP
() const;
SBTypeCategory.h
150
GetSP
();
SBTypeSummary.h
93
GetSP
();
/external/lldb/include/lldb/Core/
ValueObjectDynamicValue.h
77
return m_parent->
GetSP
();
ValueObjectSyntheticFilter.h
98
return
GetSP
();
/external/lldb/source/DataFormatters/
TypeSynthetic.cpp
85
m_wrapper_sp = m_interpreter->CreateSyntheticScriptedProvider(m_python_class.c_str(), backend.
GetSP
());
/external/lldb/test/python_api/default-constructor/
sb_frame.py
12
obj.
GetSP
()
/external/lldb/scripts/Python/interface/
SBFrame.i
73
GetSP
() const;
289
__swig_getmethods__["sp"] =
GetSP
290
if _newclass: sp = property(
GetSP
, None, doc='''A read only property that returns the stack pointer (SP) as an unsigned integer.''')
Completed in 834 milliseconds
1
2
3
4