Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp335 CompilerType uint_type = ast->GetBasicType(eBasicTypeUnsignedInt); in GetSiginfoType() local
342 CompilerType &uid_type = uint_type; in GetSiginfoType()
367 ast->AddFieldToRecordType(sigfault_bounds_type, "_pkey", uint_type, in GetSiginfoType()
469 {"_arch", uint_type}, in GetSiginfoType()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp215 CompilerType uint_type = ast->GetBasicType(eBasicTypeUnsignedInt); in GetSiginfoType() local
222 CompilerType &uid_type = uint_type; in GetSiginfoType()
223 CompilerType &clock_type = uint_type; in GetSiginfoType()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp196 CompilerType uint_type = ast->GetBasicType(eBasicTypeUnsignedInt); in GetSiginfoType() local
202 CompilerType &uid_type = uint_type; in GetSiginfoType()