Home
last modified time | relevance | path

Searched defs:getWasmFuncrefReferenceType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DWebAssembly.cpp93 virtual llvm::Type *getWasmFuncrefReferenceType() const override { in getWasmFuncrefReferenceType() function in WebAssemblyTargetCodeGenInfo
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.h395 virtual llvm::Type *getWasmFuncrefReferenceType() const { return nullptr; } in getWasmFuncrefReferenceType() function