Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/API/
H A DSBStringList.cpp76 void SBStringList::AppendList(const char **strv, int strc) { in AppendList() function in SBStringList
81 m_opaque_up->AppendList(strv, strc); in AppendList()
87 void SBStringList::AppendList(const SBStringList &strings) { in AppendList() function in SBStringList
93 m_opaque_up->AppendList(*(strings.m_opaque_up)); in AppendList()
97 void SBStringList::AppendList(const StringList &strings) { in AppendList() function in SBStringList
100 m_opaque_up->AppendList(strings); in AppendList()
H A DSBCommandInterpreter.cpp304 matches.AppendList(temp_matches_list); in HandleCompletionWithDescriptions()
306 descriptions.AppendList(temp_descriptions_list); in HandleCompletionWithDescriptions()
H A DSBBreakpointLocation.cpp301 commands.AppendList(command_list); in GetCommandLineCommands()
H A DSBBreakpointName.cpp490 commands.AppendList(command_list); in GetCommandLineCommands()
H A DSBBreakpoint.cpp506 commands.AppendList(command_list); in GetCommandLineCommands()
/src/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);
54 void AppendList(const lldb_private::StringList &strings);
/src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStringList.h50 void AppendList(const char **strv, int strc);
52 void AppendList(StringList strings);
/src/contrib/llvm-project/lldb/source/Utility/
H A DStringList.cpp62 void StringList::AppendList(const char **strv, int strc) { in AppendList() function in StringList
69 void StringList::AppendList(StringList strings) { in AppendList() function in StringList
222 AppendList(strings); in operator <<()
/src/sys/contrib/edk2/Include/Protocol/
H A DDhcp4.h666 IN EFI_DHCP4_PACKET_OPTION *AppendList[] OPTIONAL,
/src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp50944 (arg1)->AppendList((char const **)arg2,arg3); in _wrap_SBStringList_AppendList__SWIG_0()
50980 (arg1)->AppendList((lldb::SBStringList const &)*arg2); in _wrap_SBStringList_AppendList__SWIG_1()