Home
last modified time | relevance | path

Searched refs:uid_type (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp345 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 DPlatformNetBSD.cpp225 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 DPlatformFreeBSD.cpp205 CompilerType &uid_type = uint_type; in GetSiginfoType() local
230 ast->AddFieldToRecordType(siginfo_type, "si_uid", uid_type, in GetSiginfoType()