Home
last modified time | relevance | path

Searched defs:GetUserID (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangASTMetadata.h35 lldb::user_id_t GetUserID() const { in GetUserID() function
/external/llvm-project/lldb/source/API/
DSBProcessInfo.cpp92 uint32_t SBProcessInfo::GetUserID() { in GetUserID() function in SBProcessInfo
DSBAttachInfo.cpp158 uint32_t SBAttachInfo::GetUserID() { in GetUserID() function in SBAttachInfo
DSBLaunchInfo.cpp77 uint32_t SBLaunchInfo::GetUserID() { in GetUserID() function in SBLaunchInfo
/external/llvm-project/lldb/source/Host/posix/
DHostInfoPosix.cpp116 uint32_t HostInfoPosix::GetUserID() { return getuid(); } in GetUserID() function in HostInfoPosix
/external/llvm-project/lldb/include/lldb/Utility/
DProcessInfo.h49 uint32_t GetUserID() const { return m_uid; } in GetUserID() function