Searched refs:GetSiginfoType (Results 1 – 9 of 9) sorted by relevance
60 CompilerType GetSiginfoType(const llvm::Triple &triple) override;
208 CompilerType PlatformNetBSD::GetSiginfoType(const llvm::Triple &triple) { in GetSiginfoType() function in PlatformNetBSD
58 CompilerType GetSiginfoType(const llvm::Triple &triple) override;
189 CompilerType PlatformFreeBSD::GetSiginfoType(const llvm::Triple &triple) { in GetSiginfoType() function in PlatformFreeBSD
63 CompilerType GetSiginfoType(const llvm::Triple &triple) override;
314 CompilerType PlatformLinux::GetSiginfoType(const llvm::Triple &triple) { in GetSiginfoType() function in PlatformLinux
878 virtual CompilerType GetSiginfoType(const llvm::Triple &triple);
2046 CompilerType type = platform_sp->GetSiginfoType(arch.GetTriple()); in GetSiginfoValue()
1962 CompilerType Platform::GetSiginfoType(const llvm::Triple& triple) { in GetSiginfoType() function in Platform