Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DQueueList.h48 lldb::QueueSP GetQueueAtIndex(uint32_t idx);
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DQueueList.cpp26 lldb::QueueSP QueueList::GetQueueAtIndex(uint32_t idx) { in GetQueueAtIndex() function in QueueList
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBProcess.h114 lldb::SBQueue GetQueueAtIndex(size_t index);
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBProcess.i178 GetQueueAtIndex (uint32_t index);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBProcess.cpp419 SBQueue SBProcess::GetQueueAtIndex(size_t index) { in GetQueueAtIndex() function in SBProcess
430 queue_sp = process_sp->GetQueueList().GetQueueAtIndex(index); in GetQueueAtIndex()