Searched refs:uid_type (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Linux/ |
| H A D | PlatformLinux.cpp | 345 CompilerType &uid_type = uint_type; in GetSiginfoType() local 410 {"si_uid", uid_type}, in GetSiginfoType() 429 {"si_uid", uid_type}, in GetSiginfoType() 439 {"si_uid", uid_type}, in GetSiginfoType()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/NetBSD/ |
| H A D | PlatformNetBSD.cpp | 225 CompilerType &uid_type = uint_type; in GetSiginfoType() local 283 {"_uid", uid_type}, in GetSiginfoType() 293 {"_uid", uid_type}, in GetSiginfoType()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/FreeBSD/ |
| H A D | PlatformFreeBSD.cpp | 205 CompilerType &uid_type = uint_type; in GetSiginfoType() local 230 ast->AddFieldToRecordType(siginfo_type, "si_uid", uid_type, in GetSiginfoType()
|