Home
last modified time | relevance | path

Searched defs:GetProcessID (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcessInfo.h65 lldb::pid_t GetProcessID() const { return m_pid; } in GetProcessID() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBProcessInfo.cpp67 lldb::pid_t SBProcessInfo::GetProcessID() { in GetProcessID() function in SBProcessInfo
H A DSBAttachInfo.cpp56 lldb::pid_t SBAttachInfo::GetProcessID() { return m_opaque_sp->GetProcessID(); } in GetProcessID() function in SBAttachInfo
H A DSBLaunchInfo.cpp54 lldb::pid_t SBLaunchInfo::GetProcessID() { return m_opaque_sp->GetProcessID(); } in GetProcessID() function in SBLaunchInfo
H A DSBProcess.cpp606 lldb::pid_t SBProcess::GetProcessID() { in GetProcessID() function in SBProcess