Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/source/API/
HDSBProcessInfo.cpp116 bool SBProcessInfo::GroupIDIsValid() { in GroupIDIsValid() function in SBProcessInfo
HDSBAttachInfo.cpp173 bool SBAttachInfo::GroupIDIsValid() { in GroupIDIsValid() function in SBAttachInfo
HDSBLaunchInfo.cpp99 bool SBLaunchInfo::GroupIDIsValid() { in GroupIDIsValid() function in SBLaunchInfo
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Utility/
HDProcessInfo.h56 bool GroupIDIsValid() const { return m_gid != UINT32_MAX; } in GroupIDIsValid() function