| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBProcessInfo.cpp | 92 uint32_t SBProcessInfo::GetUserID() { in GetUserID() function in SBProcessInfo 93 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBProcessInfo, GetUserID); in GetUserID() 97 user_id = m_opaque_up->GetUserID(); in GetUserID() 213 LLDB_REGISTER_METHOD(uint32_t, SBProcessInfo, GetUserID, ()); in RegisterMethods()
|
| H A D | SBAttachInfo.cpp | 158 uint32_t SBAttachInfo::GetUserID() { in GetUserID() function in SBAttachInfo 159 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBAttachInfo, GetUserID); in GetUserID() 161 return m_opaque_sp->GetUserID(); in GetUserID() 288 LLDB_REGISTER_METHOD(uint32_t, SBAttachInfo, GetUserID, ()); in RegisterMethods()
|
| H A D | SBLaunchInfo.cpp | 81 uint32_t SBLaunchInfo::GetUserID() { in GetUserID() function in SBLaunchInfo 82 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBLaunchInfo, GetUserID); in GetUserID() 84 return m_opaque_sp->GetUserID(); in GetUserID() 407 LLDB_REGISTER_METHOD(uint32_t, SBLaunchInfo, GetUserID, ()); in RegisterMethods()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Utility/ |
| H A D | ProcessInfo.cpp | 146 s.Format(" uid = {0,-5} ({1})\n", GetUserID(), in Dump() 147 resolver.GetUserName(GetUserID()).getValueOr("")); in Dump() 212 &ProcessInstanceInfo::GetUserID, &UserIDResolver::GetUserName); in DumpAsTableRow() 276 m_match_info.GetUserID() != proc_info.GetUserID()) in UserIDsMatch()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangASTMetadata.cpp | 15 lldb::user_id_t uid = GetUserID(); in Dump()
|
| H A D | ClangASTMetadata.h | 35 lldb::user_id_t GetUserID() const { in GetUserID() function
|
| H A D | ClangASTImporter.cpp | 86 user_id = metadata->GetUserID(); in CopyDecl() 1081 user_id = metadata->GetUserID(); in Imported()
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBProcessInfo.i | 40 GetUserID ();
|
| H A D | SBAttachInfo.i | 66 GetUserID();
|
| H A D | SBLaunchInfo.i | 23 GetUserID();
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/posix/ |
| H A D | HostInfoPosix.h | 26 static uint32_t GetUserID();
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBProcessInfo.h | 35 uint32_t GetUserID();
|
| H A D | SBAttachInfo.h | 122 uint32_t GetUserID();
|
| H A D | SBLaunchInfo.h | 35 uint32_t GetUserID();
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/posix/ |
| H A D | HostInfoPosix.cpp | 116 uint32_t HostInfoPosix::GetUserID() { return getuid(); } in GetUserID() function in HostInfoPosix
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | ProcessInfo.h | 49 uint32_t GetUserID() const { return m_uid; } in GetUserID() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerCommon.cpp | 1150 proc_info.GetUserID(), proc_info.GetGroupID(), in CreateProcessInfoResponse() 1179 proc_info.GetUserID(), proc_info.GetGroupID(), in CreateProcessInfoResponse_DebugServerStyle()
|
| H A D | GDBRemoteCommunicationClient.cpp | 2266 packet.Printf("uid:%u;", match_info.GetProcessInfo().GetUserID()); in FindProcesses()
|
| H A D | ProcessGDBRemote.cpp | 3483 debugserver_launch_info.SetUserID(process_info.GetUserID()); in LaunchAndConnectToDebugserver()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 5274 return sym_file->GetDynamicArrayInfoForUID(metadata->GetUserID(), in GetDynamicArrayInfo()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 5339 result = (uint32_t)(arg1)->GetUserID(); in _wrap_SBAttachInfo_GetUserID() 30699 result = (uint32_t)(arg1)->GetUserID(); in _wrap_SBLaunchInfo_GetUserID() 41339 result = (uint32_t)(arg1)->GetUserID(); in _wrap_SBProcessInfo_GetUserID()
|