Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/API/
H A DSBProcessInfo.cpp137 uint32_t SBProcessInfo::GetEffectiveGroupID() { in GetEffectiveGroupID() function in SBProcessInfo
H A DSBAttachInfo.cpp195 uint32_t SBAttachInfo::GetEffectiveGroupID() { in GetEffectiveGroupID() function in SBAttachInfo
/openbsd/gnu/llvm/lldb/source/Host/posix/
H A DHostInfoPosix.cpp132 uint32_t HostInfoPosix::GetEffectiveGroupID() { return getegid(); } in GetEffectiveGroupID() function in HostInfoPosix
/openbsd/gnu/llvm/lldb/include/lldb/Utility/
H A DProcessInfo.h123 uint32_t GetEffectiveGroupID() const { return m_egid; } in GetEffectiveGroupID() function