Home
last modified time | relevance | path

Searched refs:SBModuleSpecList (Results 1 – 7 of 7) sorted by relevance

/external/lldb/source/API/
DSBModuleSpec.cpp147 SBModuleSpecList::SBModuleSpecList() : in SBModuleSpecList() function in SBModuleSpecList
153 SBModuleSpecList::SBModuleSpecList (const SBModuleSpecList &rhs) : in SBModuleSpecList() function in SBModuleSpecList
159 SBModuleSpecList &
160 SBModuleSpecList::operator = (const SBModuleSpecList &rhs) in operator =()
167 SBModuleSpecList::~SBModuleSpecList() in ~SBModuleSpecList()
172 SBModuleSpecList
173 SBModuleSpecList::GetModuleSpecifications (const char *path) in GetModuleSpecifications()
175 SBModuleSpecList specs; in GetModuleSpecifications()
183 SBModuleSpecList::Append (const SBModuleSpec &spec) in Append()
189 SBModuleSpecList::Append (const SBModuleSpecList &spec_list) in Append()
[all …]
/external/lldb/include/lldb/API/
DSBModuleSpec.h105 friend class SBModuleSpecList;
112 class SBModuleSpecList
115 SBModuleSpecList();
117 SBModuleSpecList (const SBModuleSpecList &rhs);
119 ~SBModuleSpecList();
121 SBModuleSpecList &
122 operator = (const SBModuleSpecList &rhs);
124 static SBModuleSpecList
131 Append (const SBModuleSpecList &spec_list);
136 SBModuleSpecList
DSBDefines.h58 class SBModuleSpecList; variable
DSBStream.h79 friend class SBModuleSpecList; variable
/external/lldb/scripts/Python/interface/
DSBModuleSpec.i98 class SBModuleSpecList
101 SBModuleSpecList();
103 SBModuleSpecList (const SBModuleSpecList &rhs);
105 ~SBModuleSpecList();
107 static SBModuleSpecList
114 Append (const lldb::SBModuleSpecList &spec_list);
119 lldb::SBModuleSpecList
/external/lldb/www/python_reference/
Dapi-objects.txt3363 lldb.SBModuleSpecList lldb.SBModuleSpecList-class.html
3364 lldb.SBModuleSpecList.__swig_getmethods__ lldb.SBModuleSpecList-class.html#__swig_getmethods__
3365 lldb.SBModuleSpecList.GetSpecAtIndex lldb.SBModuleSpecList-class.html#GetSpecAtIndex
3366 lldb.SBModuleSpecList.__str__ lldb.SBModuleSpecList-class.html#__str__
3367 lldb.SBModuleSpecList.__swig_setmethods__ lldb.SBModuleSpecList-class.html#__swig_setmethods__
3368 lldb.SBModuleSpecList.GetModuleSpecifications lldb.SBModuleSpecList-class.html#GetModuleSpecificati…
3369 lldb.SBModuleSpecList.FindFirstMatchingSpec lldb.SBModuleSpecList-class.html#FindFirstMatchingSpec
3370 lldb.SBModuleSpecList.__init__ lldb.SBModuleSpecList-class.html#__init__
3371 lldb.SBModuleSpecList.__setattr__ lldb.SBModuleSpecList-class.html#__setattr__
3372 lldb.SBModuleSpecList.GetDescription lldb.SBModuleSpecList-class.html#GetDescription
[all …]
/external/lldb/scripts/Python/
Dpython-extensions.swig372 %extend lldb::SBModuleSpecList {
373 PyObject *lldb::SBModuleSpecList::__str__ (){