LLVM 19.0.0git
Macros | Functions
WebAssemblyAsmParser.cpp File Reference

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

#include "AsmParser/WebAssemblyAsmTypeCheck.h"
#include "MCTargetDesc/WebAssemblyMCTargetDesc.h"
#include "MCTargetDesc/WebAssemblyMCTypeUtilities.h"
#include "MCTargetDesc/WebAssemblyTargetStreamer.h"
#include "TargetInfo/WebAssemblyTargetInfo.h"
#include "WebAssembly.h"
#include "llvm/MC/MCContext.h"
#include "llvm/MC/MCExpr.h"
#include "llvm/MC/MCInst.h"
#include "llvm/MC/MCInstrInfo.h"
#include "llvm/MC/MCParser/MCAsmLexer.h"
#include "llvm/MC/MCParser/MCParsedAsmOperand.h"
#include "llvm/MC/MCParser/MCTargetAsmParser.h"
#include "llvm/MC/MCSectionWasm.h"
#include "llvm/MC/MCStreamer.h"
#include "llvm/MC/MCSubtargetInfo.h"
#include "llvm/MC/MCSymbol.h"
#include "llvm/MC/MCSymbolWasm.h"
#include "llvm/MC/TargetRegistry.h"
#include "llvm/Support/SourceMgr.h"
#include "WebAssemblyGenAsmMatcher.inc"

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "wasm-asm-parser"
 
#define GET_ASSEMBLER_HEADER
 
#define GET_REGISTER_MATCHER
 
#define GET_SUBTARGET_FEATURE_NAME
 
#define GET_MATCHER_IMPLEMENTATION
 

Functions

static const chargetSubtargetFeatureName (uint64_t Val)
 
LLVM_EXTERNAL_VISIBILITY void LLVMInitializeWebAssemblyAsmParser ()
 
StringRef GetMnemonic (unsigned Opc)
 

Detailed Description

This file is part of the WebAssembly Assembler.

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

Definition in file WebAssemblyAsmParser.cpp.

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "wasm-asm-parser"

Definition at line 39 of file WebAssemblyAsmParser.cpp.

◆ GET_ASSEMBLER_HEADER

#define GET_ASSEMBLER_HEADER

Definition at line 270 of file WebAssemblyAsmParser.cpp.

◆ GET_MATCHER_IMPLEMENTATION

#define GET_MATCHER_IMPLEMENTATION

Definition at line 1166 of file WebAssemblyAsmParser.cpp.

◆ GET_REGISTER_MATCHER

#define GET_REGISTER_MATCHER

Definition at line 1164 of file WebAssemblyAsmParser.cpp.

◆ GET_SUBTARGET_FEATURE_NAME

#define GET_SUBTARGET_FEATURE_NAME

Definition at line 1165 of file WebAssemblyAsmParser.cpp.

Function Documentation

◆ GetMnemonic()

StringRef GetMnemonic ( unsigned  Opc)

Definition at line 1169 of file WebAssemblyAsmParser.cpp.

References assert().

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

◆ getSubtargetFeatureName()

static const char * getSubtargetFeatureName ( uint64_t  Val)
static

◆ LLVMInitializeWebAssemblyAsmParser()

LLVM_EXTERNAL_VISIBILITY void LLVMInitializeWebAssemblyAsmParser ( )