Searched refs:voidp_type (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/llvm-project/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()
|
| /src/contrib/llvm-project/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()
|