Home
last modified time | relevance | path

Searched refs:AppendList (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBStringList.cpp73 void SBStringList::AppendList(const char **strv, int strc) { in AppendList() function in SBStringList
74 LLDB_RECORD_METHOD(void, SBStringList, AppendList, (const char **, int), strv, in AppendList()
79 m_opaque_up->AppendList(strv, strc); in AppendList()
85 void SBStringList::AppendList(const SBStringList &strings) { in AppendList() function in SBStringList
86 LLDB_RECORD_METHOD(void, SBStringList, AppendList, in AppendList()
92 m_opaque_up->AppendList(*(strings.m_opaque_up)); in AppendList()
96 void SBStringList::AppendList(const StringList &strings) { in AppendList() function in SBStringList
99 m_opaque_up->AppendList(strings); in AppendList()
151 LLDB_REGISTER_METHOD(void, SBStringList, AppendList, (const char **, int)); in RegisterMethods()
152 LLDB_REGISTER_METHOD(void, SBStringList, AppendList, in RegisterMethods()
H A DSBCommandInterpreter.cpp304 matches.AppendList(temp_matches_list); in HandleCompletionWithDescriptions()
306 descriptions.AppendList(temp_descriptions_list); in HandleCompletionWithDescriptions()
H A DSBBreakpointLocation.cpp300 commands.AppendList(command_list); in GetCommandLineCommands()
H A DSBBreakpointName.cpp505 commands.AppendList(command_list); in GetCommandLineCommands()
H A DSBBreakpoint.cpp523 commands.AppendList(command_list); in GetCommandLineCommands()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBStringList.h32 void AppendList(const char **strv, int strc);
34 void AppendList(const lldb::SBStringList &strings);
53 void AppendList(const lldb_private::StringList &strings);
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBStringList.i33 AppendList (const char **strv, int strc);
36 AppendList (const lldb::SBStringList &strings);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStringList.h47 void AppendList(const char **strv, int strc);
49 void AppendList(StringList strings);
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DStringList.cpp56 void StringList::AppendList(const char **strv, int strc) { in AppendList() function in StringList
63 void StringList::AppendList(StringList strings) { in AppendList() function in StringList
216 AppendList(strings); in operator <<()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp44014 (arg1)->AppendList((char const **)arg2,arg3); in _wrap_SBStringList_AppendList__SWIG_0()
44044 (arg1)->AppendList((lldb::SBStringList const &)*arg2); in _wrap_SBStringList_AppendList__SWIG_1()