Searched refs:uid_type (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/Linux/ |
| H A D | PlatformLinux.cpp | 342 CompilerType &uid_type = uint_type; in GetSiginfoType() local 407 {"si_uid", uid_type}, in GetSiginfoType() 426 {"si_uid", uid_type}, in GetSiginfoType() 436 {"si_uid", uid_type}, in GetSiginfoType()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/NetBSD/ |
| H A D | PlatformNetBSD.cpp | 222 CompilerType &uid_type = uint_type; in GetSiginfoType() local 280 {"_uid", uid_type}, in GetSiginfoType() 290 {"_uid", uid_type}, in GetSiginfoType()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/FreeBSD/ |
| H A D | PlatformFreeBSD.cpp | 202 CompilerType &uid_type = uint_type; in GetSiginfoType() local 227 ast->AddFieldToRecordType(siginfo_type, "si_uid", uid_type, in GetSiginfoType()
|