Searched refs:voidp_type (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Linux/ |
| H A D | PlatformLinux.cpp | 341 CompilerType voidp_type = ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetSiginfoType() local 355 ast->AddFieldToRecordType(sigval_type, "sival_ptr", voidp_type, in GetSiginfoType() 366 {"_lower", voidp_type}, in GetSiginfoType() 367 {"_upper", voidp_type}, in GetSiginfoType() 450 {"si_addr", voidp_type}, in GetSiginfoType() 470 {"_call_addr", voidp_type}, in GetSiginfoType()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/FreeBSD/ |
| H A D | PlatformFreeBSD.cpp | 201 CompilerType voidp_type = ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetSiginfoType() local 213 ast->AddFieldToRecordType(sigval_type, "sival_ptr", voidp_type, in GetSiginfoType() 234 ast->AddFieldToRecordType(siginfo_type, "si_addr", voidp_type, in GetSiginfoType()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/NetBSD/ |
| H A D | PlatformNetBSD.cpp | 221 CompilerType voidp_type = ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetSiginfoType() local 235 ast->AddFieldToRecordType(sigval_type, "sival_ptr", voidp_type, in GetSiginfoType() 304 {"_addr", voidp_type}, in GetSiginfoType()
|