Searched defs:GetUserID (Results 1 – 6 of 6) sorted by relevance
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ | ||
H A D | ClangASTMetadata.h | 35 lldb::user_id_t GetUserID() const { in GetUserID() function |
/llvm-project/lldb/source/API/ | ||
H A D | SBProcessInfo.cpp | 86 uint32_t SBProcessInfo::GetUserID() { in GetUserID() function in SBProcessInfo |
H A D | SBAttachInfo.cpp | 155 uint32_t SBAttachInfo::GetUserID() { in GetUserID() function in SBAttachInfo |
H A D | SBLaunchInfo.cpp | 81 uint32_t SBLaunchInfo::GetUserID() { in GetUserID() function in SBLaunchInfo |
/llvm-project/lldb/source/Host/posix/ | ||
H A D | HostInfoPosix.cpp | 126 uint32_t HostInfoPosix::GetUserID() { return getuid(); } GetUserID() function in HostInfoPosix |
/llvm-project/lldb/include/lldb/Utility/ | ||
H A D | ProcessInfo.h | 50 uint32_t GetUserID() const { return m_uid; } in GetUserID() function |