Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBThreadCollection.cpp17 SBThreadCollection::SBThreadCollection() : m_opaque_sp() { in SBThreadCollection() function in SBThreadCollection
21 SBThreadCollection::SBThreadCollection(const SBThreadCollection &rhs) in SBThreadCollection() function in SBThreadCollection
38 SBThreadCollection::SBThreadCollection(const ThreadCollectionSP &threads) in SBThreadCollection() function in SBThreadCollection
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDefines.h76 class LLDB_API SBThreadCollection; variable