Searched refs:getWasm_FuncrefTy (Results 1 – 4 of 4) sorted by relevance
94 return llvm::Type::getWasm_FuncrefTy(getABIInfo().getVMContext()); in getWasmFuncrefReferenceType()
486 static Type *getWasm_FuncrefTy(LLVMContext &C);
216 case MVT::funcref: return Type::getWasm_FuncrefTy(Context); in getTypeForEVT()
268 Type *Type::getWasm_FuncrefTy(LLVMContext &C) { in getWasm_FuncrefTy() function in Type