Home
last modified time | relevance | path

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

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