Searched refs:GetUserID (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcessInfo.i40 GetUserID ();
H A DSBAttachInfo.i64 GetUserID();
H A DSBLaunchInfo.i20 GetUserID();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTMetadata.cpp15 lldb::user_id_t uid = GetUserID();
H A DClangASTImporter.cpp83 user_id = metadata->GetUserID();
1017 user_id = metadata->GetUserID();
H A DClangASTContext.cpp4888 return sym_file->GetDynamicArrayInfoForUID(metadata->GetUserID(),
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DHostInfoPosix.h26 static uint32_t GetUserID();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcessInfo.h35 uint32_t GetUserID();
H A DSBAttachInfo.h122 uint32_t GetUserID();
H A DSBLaunchInfo.h31 uint32_t GetUserID();
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBProcessInfo.cpp92 uint32_t SBProcessInfo::GetUserID() { function in class:SBProcessInfo
93 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBProcessInfo, GetUserID);
97 user_id = m_opaque_up->GetUserID();
198 LLDB_REGISTER_METHOD(uint32_t, SBProcessInfo, GetUserID, ());
H A DSBAttachInfo.cpp158 uint32_t SBAttachInfo::GetUserID() { function in class:SBAttachInfo
159 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBAttachInfo, GetUserID);
161 return m_opaque_sp->GetUserID();
288 LLDB_REGISTER_METHOD(uint32_t, SBAttachInfo, GetUserID, ());
H A DSBLaunchInfo.cpp62 uint32_t SBLaunchInfo::GetUserID() { function in class:SBLaunchInfo
63 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBLaunchInfo, GetUserID);
65 return m_opaque_sp->GetUserID();
326 LLDB_REGISTER_METHOD(uint32_t, SBLaunchInfo, GetUserID, ());
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DClangASTMetadata.h34 lldb::user_id_t GetUserID() const { function in class:lldb_private::ClangASTMetadata
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp145 s.Format(" uid = {0,-5} ({1})\n", GetUserID(),
146 resolver.GetUserName(GetUserID()).getValueOr(""));
211 &ProcessInstanceInfo::GetUserID, &UserIDResolver::GetUserName);
275 m_match_info.GetUserID() != proc_info.GetUserID())
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DHostInfoPosix.cpp116 uint32_t HostInfoPosix::GetUserID() { return getuid(); } function in class:HostInfoPosix
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h50 uint32_t GetUserID() const { return m_uid; } function in class:lldb_private::ProcessInfo
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1185 proc_info.GetUserID(), proc_info.GetGroupID(),
1214 proc_info.GetUserID(), proc_info.GetGroupID(),
H A DGDBRemoteCommunicationClient.cpp2194 packet.Printf("uid:%u;", match_info.GetProcessInfo().GetUserID());
H A DProcessGDBRemote.cpp3457 debugserver_launch_info.SetUserID(process_info.GetUserID());

Completed in 171 milliseconds