Searched refs:WebAssemblyABIInfo (Results 1 – 2 of 2) sorted by relevance
772 class WebAssemblyABIInfo final : public SwiftABIInfo { class784 explicit WebAssemblyABIInfo(CodeGen::CodeGenTypes &CGT, ABIKind Kind) in WebAssemblyABIInfo() function in __anon57a50d410111::WebAssemblyABIInfo817 WebAssemblyABIInfo::ABIKind K) in WebAssemblyTargetCodeGenInfo()818 : TargetCodeGenInfo(std::make_unique<WebAssemblyABIInfo>(CGT, K)) {} in WebAssemblyTargetCodeGenInfo()853 ABIArgInfo WebAssemblyABIInfo::classifyArgumentType(QualType Ty) const { in classifyArgumentType()889 ABIArgInfo WebAssemblyABIInfo::classifyReturnType(QualType RetTy) const { in classifyReturnType()912 Address WebAssemblyABIInfo::EmitVAArg(CodeGenFunction &CGF, Address VAListAddr, in EmitVAArg()10871 WebAssemblyABIInfo::ABIKind Kind = WebAssemblyABIInfo::MVP; in getTargetCodeGenInfo()10873 Kind = WebAssemblyABIInfo::ExperimentalMV; in getTargetCodeGenInfo()
658 class WebAssemblyABIInfo final : public DefaultABIInfo { class660 explicit WebAssemblyABIInfo(CodeGen::CodeGenTypes &CGT) in WebAssemblyABIInfo() function in __anona890a3f30111::WebAssemblyABIInfo684 : TargetCodeGenInfo(new WebAssemblyABIInfo(CGT)) {} in WebAssemblyTargetCodeGenInfo()688 ABIArgInfo WebAssemblyABIInfo::classifyArgumentType(QualType Ty) const { in classifyArgumentType()710 ABIArgInfo WebAssemblyABIInfo::classifyReturnType(QualType RetTy) const { in classifyReturnType()730 Address WebAssemblyABIInfo::EmitVAArg(CodeGenFunction &CGF, Address VAListAddr, in EmitVAArg()