Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBThreadCollection.cpp17 SBThreadCollection::SBThreadCollection() : m_opaque_sp() {} in SBThreadCollection() function in SBThreadCollection
19 SBThreadCollection::SBThreadCollection(const SBThreadCollection &rhs) in SBThreadCollection() function in SBThreadCollection
29 SBThreadCollection::SBThreadCollection(const ThreadCollectionSP &threads) in SBThreadCollection() function in SBThreadCollection
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBDefines.h80 class LLDB_API SBThreadCollection; variable