Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBThreadCollection.cpp17 SBThreadCollection::SBThreadCollection() { LLDB_INSTRUMENT_VA(this); } in SBThreadCollection() function in SBThreadCollection
19 SBThreadCollection::SBThreadCollection(const SBThreadCollection &rhs) in SBThreadCollection() function in SBThreadCollection
33 SBThreadCollection::SBThreadCollection(const ThreadCollectionSP &threads) in SBThreadCollection() function in SBThreadCollection
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBThread.h228 friend class SBThreadCollection; global() variable
H A DSBDefines.h114 class LLDB_API SBThreadCollection; variable