Home
last modified time | relevance | path

Searched refs:WebAssemblyABIInfo (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/lib/CodeGen/
DTargetInfo.cpp772 class WebAssemblyABIInfo final : public SwiftABIInfo { class
784 explicit WebAssemblyABIInfo(CodeGen::CodeGenTypes &CGT, ABIKind Kind) in WebAssemblyABIInfo() function in __anon57a50d410111::WebAssemblyABIInfo
817 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()
/external/clang/lib/CodeGen/
DTargetInfo.cpp658 class WebAssemblyABIInfo final : public DefaultABIInfo { class
660 explicit WebAssemblyABIInfo(CodeGen::CodeGenTypes &CGT) in WebAssemblyABIInfo() function in __anona890a3f30111::WebAssemblyABIInfo
684 : 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()