Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DDebug.h124 const ResumeAction *GetFirst() const { return m_actions.data(); } in GetFirst() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DNativeThreadListDarwin.cpp473 const DNBThreadResumeAction *action_ptr = thread_actions.GetFirst(); in ProcessWillResume()