Home
last modified time | relevance | path

Searched refs:FindQueueByIndexID (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DQueueList.h92 lldb::QueueSP FindQueueByIndexID(uint32_t index_id);
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DQueueList.cpp58 lldb::QueueSP QueueList::FindQueueByIndexID(uint32_t index_id) { in FindQueueByIndexID() function in QueueList