Home
last modified time | relevance | path

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

/src/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;
/src/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()
/src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h273 class ProcessInfoList {
275 ProcessInfoList(const ProcessInstanceInfoList &list) : m_list(list) {} in ProcessInfoList() function