Searched refs:voidp_type (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp341 CompilerType voidp_type = ast->GetBasicType(eBasicTypeVoid).GetPointerType(); local
355 ast->AddFieldToRecordType(sigval_type, "sival_ptr", voidp_type,
366 {"_lower", voidp_type},
367 {"_upper", voidp_type},
450 {"si_addr", voidp_type},
470 {"_call_addr", voidp_type},
/openbsd-current/gnu/llvm/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp201 CompilerType voidp_type = ast->GetBasicType(eBasicTypeVoid).GetPointerType(); local
213 ast->AddFieldToRecordType(sigval_type, "sival_ptr", voidp_type,
234 ast->AddFieldToRecordType(siginfo_type, "si_addr", voidp_type,
/openbsd-current/gnu/llvm/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp221 CompilerType voidp_type = ast->GetBasicType(eBasicTypeVoid).GetPointerType(); local
235 ast->AddFieldToRecordType(sigval_type, "sival_ptr", voidp_type,
304 {"_addr", voidp_type},

Completed in 174 milliseconds