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

/freebsd-13-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.h79 friend class SBModuleSpecList;
H A DSBDefines.h61 class LLDB_API SBModuleSpecList; member in namespace:lldb
/freebsd-13-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-13-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)
/freebsd-13-stable/lib/clang/liblldb/
H A DLLDBWrapLua.cpp3451 SWIGINTERN std::string lldb_SBModuleSpecList___str__(lldb::SBModuleSpecList *self){
[all...]

Completed in 160 milliseconds