Home
last modified time | relevance | path

Searched defs:EffectiveGroupIDIsValid (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcessInfo.cpp156 bool SBProcessInfo::EffectiveGroupIDIsValid() { in EffectiveGroupIDIsValid() function in SBProcessInfo
H A DSBAttachInfo.cpp209 bool SBAttachInfo::EffectiveGroupIDIsValid() { in EffectiveGroupIDIsValid() function in SBAttachInfo
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h166 bool EffectiveGroupIDIsValid() const { return m_egid != UINT32_MAX; } in EffectiveGroupIDIsValid() function