Home
last modified time | relevance | path

Searched refs:GetQueueAtIndex (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DQueueList.h55 lldb::QueueSP GetQueueAtIndex(uint32_t idx);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DQueueList.cpp27 lldb::QueueSP QueueList::GetQueueAtIndex(uint32_t idx) { in GetQueueAtIndex() function in QueueList
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBProcess.h119 lldb::SBQueue GetQueueAtIndex(size_t index);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBProcess.cpp495 SBQueue SBProcess::GetQueueAtIndex(size_t index) { in GetQueueAtIndex() function in SBProcess
506 queue_sp = process_sp->GetQueueList().GetQueueAtIndex(index); in GetQueueAtIndex()