LLVM 22.0.0git
WebAssemblyAsmTypeCheck.cpp File Reference

This file is part of the WebAssembly Assembler. More...

Go to the source code of this file.

Namespaces

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

Macros

#define DEBUG_TYPE   "wasm-asm-parser"

Functions

StringRef getMnemonic (unsigned Opc)
static bool llvm::compareTypes (ArrayRef< wasm::ValType > TypesA, ArrayRef< wasm::ValType > TypesB)

Detailed Description

This file is part of the WebAssembly Assembler.

It contains code to translate a parsed .s file into MCInsts.

Definition in file WebAssemblyAsmTypeCheck.cpp.

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "wasm-asm-parser"

Definition at line 40 of file WebAssemblyAsmTypeCheck.cpp.

Function Documentation

◆ getMnemonic()

StringRef getMnemonic ( unsigned Opc)
extern

Definition at line 1309 of file WebAssemblyAsmParser.cpp.

References assert(), and Opc.

Referenced by llvm::WebAssemblyAsmTypeCheck::typeCheck().