LLVM 22.0.0git
WebAssemblyRuntimeLibcallSignatures.h File Reference

This file provides signature information for runtime libcalls. More...

Go to the source code of this file.

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
namespace  llvm::WebAssembly

Functions

void llvm::WebAssembly::getLibcallSignature (const WebAssemblySubtarget &Subtarget, RTLIB::Libcall LC, SmallVectorImpl< wasm::ValType > &Rets, SmallVectorImpl< wasm::ValType > &Params)
void llvm::WebAssembly::getLibcallSignature (const WebAssemblySubtarget &Subtarget, StringRef Name, SmallVectorImpl< wasm::ValType > &Rets, SmallVectorImpl< wasm::ValType > &Params)

Detailed Description

This file provides signature information for runtime libcalls.

Definition in file WebAssemblyRuntimeLibcallSignatures.h.