Home
last modified time | relevance | path

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

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