Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBQueue.cpp213 SBQueue::SBQueue() : m_opaque_sp(new QueueImpl()) { LLDB_INSTRUMENT_VA(this); } in SBQueue() function in SBQueue
215 SBQueue::SBQueue(const QueueSP &queue_sp) in SBQueue() function in SBQueue
220 SBQueue::SBQueue(const SBQueue &rhs) { in SBQueue() function in SBQueue
229 const lldb::SBQueue &SBQueue::operator=(const lldb::SBQueue &rhs) { in operator =()
236 SBQueue::~SBQueue() = default;
238 bool SBQueue::IsValid() const { in IsValid()
242 SBQueue::operator bool() const { in operator bool()
248 void SBQueue::Clear() { in Clear()
277 uint32_t SBQueue::GetNumThreads() { in GetNumThreads()
308 SBProcess SBQueue::GetProcess() { in GetProcess()
[all …]
H A DSBProcess.cpp420 SBQueue SBProcess::GetQueueAtIndex(size_t index) { in GetQueueAtIndex()
423 SBQueue sb_queue; in GetQueueAtIndex()
H A DSBThread.cpp88 lldb::SBQueue SBThread::GetQueue() const { in GetQueue()
91 SBQueue sb_queue; in GetQueue()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBQueue.h19 class LLDB_API SBQueue {
21 SBQueue();
23 SBQueue(const SBQueue &rhs);
25 const SBQueue &operator=(const lldb::SBQueue &rhs);
27 ~SBQueue();
59 SBQueue(const QueueSP &queue_sp);
H A DSBThread.h44 lldb::SBQueue GetQueue() const;
H A DSBDefines.h95 class LLDB_API SBQueue; variable
H A DSBProcess.h120 lldb::SBQueue GetQueueAtIndex(size_t index);
/freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/
H A DSBQueueDocstrings.i3 ) lldb::SBQueue;
10 ) lldb::SBQueue::GetQueueID;
16 ) lldb::SBQueue::GetKind;
/freebsd-14.2/contrib/llvm-project/lldb/bindings/
H A Dheaders.swig51 #include "lldb/API/SBQueue.h"
H A Dinterfaces.swig128 %include "lldb/API/SBQueue.h"
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp45578 result = (lldb::SBQueue *)new lldb::SBQueue((lldb::SBQueue const &)*arg1); in _wrap_new_SBQueue__SWIG_1()
45625 lldb::SBQueue *arg1 = (lldb::SBQueue *) 0 ; in _wrap_SBQueue_IsValid()
45649 lldb::SBQueue *arg1 = (lldb::SBQueue *) 0 ; in _wrap_SBQueue_Clear()
45672 lldb::SBQueue *arg1 = (lldb::SBQueue *) 0 ; in _wrap_SBQueue_GetProcess()
45699 lldb::SBQueue *arg1 = (lldb::SBQueue *) 0 ; in _wrap_SBQueue_GetQueueID()
45723 lldb::SBQueue *arg1 = (lldb::SBQueue *) 0 ; in _wrap_SBQueue_GetName()
45747 lldb::SBQueue *arg1 = (lldb::SBQueue *) 0 ; in _wrap_SBQueue_GetIndexID()
45771 lldb::SBQueue *arg1 = (lldb::SBQueue *) 0 ; in _wrap_SBQueue_GetNumThreads()
45795 lldb::SBQueue *arg1 = (lldb::SBQueue *) 0 ; in _wrap_SBQueue_GetThreadAtIndex()
45825 lldb::SBQueue *arg1 = (lldb::SBQueue *) 0 ; in _wrap_SBQueue_GetNumPendingItems()
[all …]
H A DMakefile61 SRCS+= API/SBQueue.cpp