LLVM 22.0.0git
WebAssemblyRuntimeLibcallSignatures.cpp File Reference

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

#include "WebAssemblyRuntimeLibcallSignatures.h"
#include "WebAssemblySubtarget.h"
#include "WebAssemblyUtilities.h"

Go to the source code of this file.

Detailed Description

This file contains signature information for runtime libcalls.

CodeGen uses external symbols, which it refers to by name. The WebAssembly target needs type information for all functions. This file contains a big table providing type signatures for all runtime library functions that LLVM uses.

This is currently a fairly heavy-handed solution.

Definition in file WebAssemblyRuntimeLibcallSignatures.cpp.