Home
last modified time | relevance | path

Searched defs:GroupIDIsValid (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/API/
DSBProcessInfo.cpp122 bool SBProcessInfo::GroupIDIsValid() { in GroupIDIsValid() function in SBProcessInfo
DSBAttachInfo.cpp176 bool SBAttachInfo::GroupIDIsValid() { in GroupIDIsValid() function in SBAttachInfo
DSBLaunchInfo.cpp95 bool SBLaunchInfo::GroupIDIsValid() { in GroupIDIsValid() function in SBLaunchInfo
/external/llvm-project/lldb/include/lldb/Utility/
DProcessInfo.h55 bool GroupIDIsValid() const { return m_gid != UINT32_MAX; } in GroupIDIsValid() function