Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DQueueList.h82 void AddQueue(lldb::QueueSP queue);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DQueueList.cpp41 void QueueList::AddQueue(QueueSP queue_sp) { in AddQueue() function in QueueList