Home
last modified time | relevance | path

Searched refs:SBQueue (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBQueue.cpp302 SBQueue::SBQueue () : in SBQueue() function in SBQueue
307 SBQueue::SBQueue (const QueueSP& queue_sp) : in SBQueue() function in SBQueue
312 SBQueue::SBQueue (const SBQueue &rhs) in SBQueue() function in SBQueue
320 const lldb::SBQueue &
321 SBQueue::operator = (const lldb::SBQueue &rhs) in operator =()
327 SBQueue::~SBQueue() in ~SBQueue()
332 SBQueue::IsValid() const in IsValid()
344 SBQueue::Clear () in Clear()
354 SBQueue::SetQueue (const QueueSP& queue_sp) in SetQueue()
360 SBQueue::GetQueueID () const in GetQueueID()
[all …]
HDSBProcess.cpp563 SBQueue
568 SBQueue sb_queue; in GetQueueAtIndex()
HDSBThread.cpp94 lldb::SBQueue
97 SBQueue sb_queue; in GetQueue()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/API/
HDSBQueue.h20 class LLDB_API SBQueue
23 SBQueue ();
25 SBQueue (const QueueSP& queue_sp);
27 SBQueue (const SBQueue& rhs);
29 const SBQueue &
30 operator= (const lldb::SBQueue& rhs);
32 ~SBQueue();
HDSBDefines.h66 class LLDB_API SBQueue; variable
HDSBThread.h44 lldb::SBQueue
HDSBProcess.h151 lldb::SBQueue
/NextBSD/lib/clang/liblldbAPI/
HDMakefile40 SBQueue.cpp \