Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DQueueList.h48 lldb::QueueSP GetQueueAtIndex(uint32_t idx);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DQueueList.cpp26 lldb::QueueSP QueueList::GetQueueAtIndex(uint32_t idx) { in GetQueueAtIndex() function in QueueList
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h120 lldb::SBQueue GetQueueAtIndex(size_t index);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp422 SBQueue SBProcess::GetQueueAtIndex(size_t index) { in GetQueueAtIndex() function in SBProcess
433 queue_sp = process_sp->GetQueueList().GetQueueAtIndex(index); in GetQueueAtIndex()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp44456 result = (arg1)->GetQueueAtIndex(arg2); in _wrap_SBProcess_GetQueueAtIndex()