Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DWebAssembly.cpp23 WebAssemblyABIKind Kind;
27 WebAssemblyABIKind Kind) in WebAssemblyABIInfo()
51 WebAssemblyABIKind K) in WebAssemblyTargetCodeGenInfo()
117 if (Kind == WebAssemblyABIKind::ExperimentalMV) { in classifyArgumentType()
150 if (Kind == WebAssemblyABIKind::ExperimentalMV) in classifyReturnType()
172 WebAssemblyABIKind K) { in createWebAssemblyTargetCodeGenInfo()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.h598 enum class WebAssemblyABIKind { enum
604 createWebAssemblyTargetCodeGenInfo(CodeGenModule &CGM, WebAssemblyABIKind K);
H A DCodeGenModule.cpp158 WebAssemblyABIKind Kind = WebAssemblyABIKind::MVP; in createTargetCodeGenInfo()
160 Kind = WebAssemblyABIKind::ExperimentalMV; in createTargetCodeGenInfo()