Home
last modified time | relevance | path

Searched defs:SBStringList (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBStringList.cpp17 SBStringList::SBStringList() { LLDB_INSTRUMENT_VA(this); } in SBStringList() function in SBStringList
19 SBStringList::SBStringList(const lldb_private::StringList *lldb_strings_ptr) { in SBStringList() function in SBStringList
24 SBStringList::SBStringList(const SBStringList &rhs) { in SBStringList() function in SBStringList
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDefines.h103 class LLDB_API SBStringList; variable