Home
last modified time | relevance | path

Searched refs:QueueItemSP (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBQueueItem.h46 SBQueueItem(const lldb::QueueItemSP &queue_item_sp);
48 void SetQueueItem(const lldb::QueueItemSP &queue_item_sp);
51 lldb::QueueItemSP m_queue_item_sp;
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DQueue.h90 const std::vector<lldb::QueueItemSP> &GetPendingItems();
125 void PushPendingQueueItem(lldb::QueueItemSP item) { in PushPendingQueueItem()
142 std::vector<lldb::QueueItemSP> m_pending_items;
H A DSystemRuntime.h158 GetExtendedBacktraceForQueueItem(lldb::QueueItemSP queue_item_sp, in GetExtendedBacktraceForQueueItem()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBQueueItem.cpp26 SBQueueItem::SBQueueItem(const QueueItemSP &queue_item_sp) in SBQueueItem()
50 void SBQueueItem::SetQueueItem(const QueueItemSP &queue_item_sp) { in SetQueueItem()
H A DSBQueue.cpp112 const std::vector<QueueItemSP> queue_items( in FetchItems()
117 QueueItemSP item = queue_items[idx]; in FetchItems()
207 std::vector<lldb::QueueItemSP> m_pending_items; // items currently enqueued
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DQueue.cpp77 const std::vector<lldb::QueueItemSP> &Queue::GetPendingItems() { in GetPendingItems()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h397 typedef std::shared_ptr<lldb_private::QueueItem> QueueItemSP; typedef