LLVM 22.0.0git
WebAssemblyInstPrinter.cpp File Reference

Print MCInst instructions to wasm format. More...

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "asm-printer"

Functions

static std::string toString (const APFloat &FP)

Detailed Description

Print MCInst instructions to wasm format.

Definition in file WebAssemblyInstPrinter.cpp.

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "asm-printer"

Definition at line 32 of file WebAssemblyInstPrinter.cpp.

Function Documentation

◆ toString()