Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBStringList.cpp17 SBStringList::SBStringList() : m_opaque_up() { in SBStringList() function in SBStringList
21 SBStringList::SBStringList(const lldb_private::StringList *lldb_strings_ptr) in SBStringList() function in SBStringList
27 SBStringList::SBStringList(const SBStringList &rhs) : m_opaque_up() { in SBStringList() function in SBStringList
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDefines.h69 class LLDB_API SBStringList; variable