Searched refs:SBModuleSpecList (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBModuleSpec.h83 friend class SBModuleSpecList;
90 class SBModuleSpecList { class in namespace:lldb
92 SBModuleSpecList();
94 SBModuleSpecList(const SBModuleSpecList &rhs);
96 ~SBModuleSpecList();
98 SBModuleSpecList &operator=(const SBModuleSpecList &rhs);
100 static SBModuleSpecList GetModuleSpecifications(const char *path);
104 void Append(const SBModuleSpecList
[all...]
H A DSBStream.h77 friend class SBModuleSpecList;
H A DSBDefines.h60 class LLDB_API SBModuleSpecList; member in namespace:lldb
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBModuleSpec.cpp152 SBModuleSpecList::SBModuleSpecList() : m_opaque_up(new ModuleSpecList()) { function in class:SBModuleSpecList
153 LLDB_RECORD_CONSTRUCTOR_NO_ARGS(SBModuleSpecList);
156 SBModuleSpecList::SBModuleSpecList(const SBModuleSpecList &rhs) function in class:SBModuleSpecList
158 LLDB_RECORD_CONSTRUCTOR(SBModuleSpecList, (const lldb::SBModuleSpecList &),
162 SBModuleSpecList &SBModuleSpecList
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A 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
131 STRING_EXTENSION(SBModuleSpecList)

Completed in 66 milliseconds