LLVM  8.0.1
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"
Include dependency graph for WebAssemblyRuntimeLibcallSignatures.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 llvm
 This class represents lattice values for constants.
 

Functions

void llvm::GetLibcallSignature (const WebAssemblySubtarget &Subtarget, RTLIB::Libcall LC, SmallVectorImpl< wasm::ValType > &Rets, SmallVectorImpl< wasm::ValType > &Params)
 
void llvm::GetLibcallSignature (const WebAssemblySubtarget &Subtarget, const char *Name, SmallVectorImpl< wasm::ValType > &Rets, SmallVectorImpl< wasm::ValType > &Params)
 

Detailed Description

This file provides signature information for runtime libcalls.

Definition in file WebAssemblyRuntimeLibcallSignatures.h.