Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/API/
H A DSBProcessInfo.cpp157 bool SBProcessInfo::EffectiveGroupIDIsValid() { in EffectiveGroupIDIsValid() function in SBProcessInfo
H A DSBAttachInfo.cpp207 bool SBAttachInfo::EffectiveGroupIDIsValid() { in EffectiveGroupIDIsValid() function in SBAttachInfo
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DProcessInfo.h129 bool EffectiveGroupIDIsValid() const { return m_egid != UINT32_MAX; } in EffectiveGroupIDIsValid() function