reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/include/lldb/API/SBThreadCollection.h
   40   lldb::ThreadCollectionSP &operator*();
   42   const lldb::ThreadCollectionSP &operator*() const;
   44   SBThreadCollection(const lldb::ThreadCollectionSP &threads);
   46   void SetOpaque(const lldb::ThreadCollectionSP &threads);
   52   lldb::ThreadCollectionSP m_opaque_sp;
tools/lldb/include/lldb/Target/InstrumentationRuntime.h
   89   virtual lldb::ThreadCollectionSP
tools/lldb/include/lldb/Target/Process.h
 2283   lldb::ThreadCollectionSP GetHistoryThreads(lldb::addr_t addr);
tools/lldb/source/API/SBThread.cpp
  295   ThreadCollectionSP threads;
tools/lldb/source/API/SBThreadCollection.cpp
   38 SBThreadCollection::SBThreadCollection(const ThreadCollectionSP &threads)
   43 void SBThreadCollection::SetOpaque(const lldb::ThreadCollectionSP &threads) {
   55 lldb::ThreadCollectionSP &SBThreadCollection::operator*() {
   59 const lldb::ThreadCollectionSP &SBThreadCollection::operator*() const {
tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/MainThreadCheckerRuntime.cpp
  239 lldb::ThreadCollectionSP
  242   ThreadCollectionSP threads;
tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/MainThreadCheckerRuntime.h
   42     lldb::ThreadCollectionSP
tools/lldb/source/Plugins/InstrumentationRuntime/TSan/TSanRuntime.cpp
 1013                               ThreadCollectionSP threads, ProcessSP process_sp,
 1045 lldb::ThreadCollectionSP
 1048   ThreadCollectionSP threads;
tools/lldb/source/Plugins/InstrumentationRuntime/TSan/TSanRuntime.h
   42   lldb::ThreadCollectionSP
tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/UBSanRuntime.cpp
  304 lldb::ThreadCollectionSP
  307   ThreadCollectionSP threads;
tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/UBSanRuntime.h
   43   lldb::ThreadCollectionSP
tools/lldb/source/Target/InstrumentationRuntime.cpp
   71 lldb::ThreadCollectionSP
tools/lldb/source/Target/Process.cpp
 5721 ThreadCollectionSP Process::GetHistoryThreads(lldb::addr_t addr) {
 5722   ThreadCollectionSP threads;