Searched refs:AppendList (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/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-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBStringList.i30 AppendList (const char **strv, int strc);
33 AppendList (const lldb::SBStringList &strings);
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBStringList.cpp73 void SBStringList::AppendList(const char **strv, int strc) { function in class:SBStringList
74 LLDB_RECORD_METHOD(void, SBStringList, AppendList, (const char **, int), strv,
79 m_opaque_up->AppendList(strv, strc);
85 void SBStringList::AppendList(const SBStringList &strings) { function in class:SBStringList
86 LLDB_RECORD_METHOD(void, SBStringList, AppendList,
92 m_opaque_up->AppendList(*(strings.m_opaque_up));
96 void SBStringList::AppendList(const StringList &strings) { function in class:SBStringList
99 m_opaque_up->AppendList(strings);
151 LLDB_REGISTER_METHOD(void, SBStringList, AppendList, (const char **, int));
152 LLDB_REGISTER_METHOD(void, SBStringList, AppendList,
[all...]
H A DSBBreakpointLocation.cpp300 commands.AppendList(command_list);
H A DSBCommandInterpreter.cpp408 matches.AppendList(temp_matches_list);
410 descriptions.AppendList(temp_descriptions_list);
H A DSBBreakpointName.cpp504 commands.AppendList(command_list);
H A DSBBreakpoint.cpp513 commands.AppendList(command_list);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStringList.h47 void AppendList(const char **strv, int strc);
49 void AppendList(StringList strings);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DStringList.cpp56 void StringList::AppendList(const char **strv, int strc) { function in class:StringList
63 void StringList::AppendList(StringList strings) { function in class:StringList
216 AppendList(strings);

Completed in 91 milliseconds