Searched defs:GetEffectiveGroupID (Results 1 – 4 of 4) sorted by relevance
/llvm-project/lldb/source/API/ | ||
H A D | SBProcessInfo.cpp | 136 uint32_t SBProcessInfo::GetEffectiveGroupID() { in GetEffectiveGroupID() function in SBProcessInfo |
H A D | SBAttachInfo.cpp | 197 uint32_t SBAttachInfo::GetEffectiveGroupID() { in GetEffectiveGroupID() function in SBAttachInfo |
/llvm-project/lldb/source/Host/posix/ | ||
H A D | HostInfoPosix.cpp | 132 uint32_t HostInfoPosix::GetEffectiveGroupID() { return getegid(); } GetEffectiveGroupID() function in HostInfoPosix |
/llvm-project/lldb/include/lldb/Utility/ | ||
H A D | ProcessInfo.h | 162 uint32_t GetEffectiveGroupID() const { return m_egid; } in GetEffectiveGroupID() function |