MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / isVoidReturn

Function isVoidReturn

lib/llvm/compiler.cpp:421–423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

419using namespace WasmEdge;
420
421static bool isVoidReturn(Span<const ValType> ValTypes) noexcept {
422 return ValTypes.empty();
423}
424
425static LLVM::Type toLLVMType(LLVM::Context LLContext,
426 const ValType &ValType) noexcept {

Callers 2

toLLVMRetsTypeFunction · 0.85
buildPHIMethod · 0.85

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected