Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DWebAssembly.cpp94 return llvm::Type::getWasm_FuncrefTy(getABIInfo().getVMContext()); in getWasmFuncrefReferenceType()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h486 static Type *getWasm_FuncrefTy(LLVMContext &C);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DValueTypes.cpp216 case MVT::funcref: return Type::getWasm_FuncrefTy(Context); in getTypeForEVT()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp268 Type *Type::getWasm_FuncrefTy(LLVMContext &C) { in getWasm_FuncrefTy() function in Type