Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/API/
HDSBModuleSpec.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 …]
/trueos/contrib/llvm/tools/lldb/include/lldb/API/
HDSBModuleSpec.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
HDSBDefines.h57 class SBModuleSpecList; variable
HDSBStream.h79 friend class SBModuleSpecList; variable