Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DQueueList.h92 lldb::QueueSP FindQueueByIndexID(uint32_t index_id);
/external/llvm-project/lldb/source/Target/
DQueueList.cpp58 lldb::QueueSP QueueList::FindQueueByIndexID(uint32_t index_id) { in FindQueueByIndexID() function in QueueList