Searched refs:voidp_type (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/Linux/ |
| H A D | PlatformLinux.cpp | 338 CompilerType voidp_type = ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetSiginfoType() local 352 ast->AddFieldToRecordType(sigval_type, "sival_ptr", voidp_type, in GetSiginfoType() 363 {"_lower", voidp_type}, in GetSiginfoType() 364 {"_upper", voidp_type}, in GetSiginfoType() 447 {"si_addr", voidp_type}, in GetSiginfoType() 467 {"_call_addr", voidp_type}, in GetSiginfoType()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/FreeBSD/ |
| H A D | PlatformFreeBSD.cpp | 198 CompilerType voidp_type = ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetSiginfoType() local 210 ast->AddFieldToRecordType(sigval_type, "sival_ptr", voidp_type, in GetSiginfoType() 231 ast->AddFieldToRecordType(siginfo_type, "si_addr", voidp_type, in GetSiginfoType()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/NetBSD/ |
| H A D | PlatformNetBSD.cpp | 218 CompilerType voidp_type = ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetSiginfoType() local 232 ast->AddFieldToRecordType(sigval_type, "sival_ptr", voidp_type, in GetSiginfoType() 301 {"_addr", voidp_type}, in GetSiginfoType()
|