Home
last modified time | relevance | path

Searched refs:GetSiginfoType (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.h60 CompilerType GetSiginfoType(const llvm::Triple &triple) override;
H A DPlatformNetBSD.cpp208 CompilerType PlatformNetBSD::GetSiginfoType(const llvm::Triple &triple) { in GetSiginfoType() function in PlatformNetBSD
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.h58 CompilerType GetSiginfoType(const llvm::Triple &triple) override;
H A DPlatformFreeBSD.cpp189 CompilerType PlatformFreeBSD::GetSiginfoType(const llvm::Triple &triple) { in GetSiginfoType() function in PlatformFreeBSD
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.h63 CompilerType GetSiginfoType(const llvm::Triple &triple) override;
H A DPlatformLinux.cpp314 CompilerType PlatformLinux::GetSiginfoType(const llvm::Triple &triple) { in GetSiginfoType() function in PlatformLinux
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DPlatform.h878 virtual CompilerType GetSiginfoType(const llvm::Triple &triple);
/openbsd/gnu/llvm/lldb/source/Target/
H A DThread.cpp2046 CompilerType type = platform_sp->GetSiginfoType(arch.GetTriple()); in GetSiginfoValue()
H A DPlatform.cpp1962 CompilerType Platform::GetSiginfoType(const llvm::Triple& triple) { in GetSiginfoType() function in Platform