Home
last modified time | relevance | path

Searched refs:ProcessInfoList (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcessInfoList.h17 class ProcessInfoList; variable
40 SBProcessInfoList(const lldb_private::ProcessInfoList &impl);
41 std::unique_ptr<lldb_private::ProcessInfoList> m_opaque_up;
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBProcessInfoList.cpp23 SBProcessInfoList::SBProcessInfoList(const ProcessInfoList &impl) in SBProcessInfoList()
24 : m_opaque_up(std::make_unique<ProcessInfoList>(impl)) { in SBProcessInfoList()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h190 class ProcessInfoList {
192 ProcessInfoList(const ProcessInstanceInfoList &list) : m_list(list) {} in ProcessInfoList() function