Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DTargetInfo.cpp830 class WebAssemblyABIInfo final : public ABIInfo { class
842 explicit WebAssemblyABIInfo(CodeGen::CodeGenTypes &CGT, ABIKind Kind) in WebAssemblyABIInfo() function in __anon5939124d0111::WebAssemblyABIInfo
866 WebAssemblyABIInfo::ABIKind K) in WebAssemblyTargetCodeGenInfo()
867 : TargetCodeGenInfo(std::make_unique<WebAssemblyABIInfo>(CGT, K)) { in WebAssemblyTargetCodeGenInfo()
905 ABIArgInfo WebAssemblyABIInfo::classifyArgumentType(QualType Ty) const { in classifyArgumentType()
941 ABIArgInfo WebAssemblyABIInfo::classifyReturnType(QualType RetTy) const { in classifyReturnType()
964 Address WebAssemblyABIInfo::EmitVAArg(CodeGenFunction &CGF, Address VAListAddr, in EmitVAArg()
12243 WebAssemblyABIInfo::ABIKind Kind = WebAssemblyABIInfo::MVP; in getTargetCodeGenInfo()
12245 Kind = WebAssemblyABIInfo::ExperimentalMV; in getTargetCodeGenInfo()