Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
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
/external/llvm-project/lldb/include/lldb/API/
DSBDefines.h76 class LLDB_API SBThreadCollection; variable