LLVM 19.0.0git
Namespaces | Functions
WebAssemblyRuntimeLibcallSignatures.h File Reference

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

#include "MCTargetDesc/WebAssemblyMCTargetDesc.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/CodeGen/RuntimeLibcalls.h"

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.