LLVM  8.0.1
Macros | Functions
WebAssemblyAsmParser.cpp File Reference

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

#include "MCTargetDesc/WebAssemblyMCTargetDesc.h"
#include "MCTargetDesc/WebAssemblyTargetStreamer.h"
#include "WebAssembly.h"
#include "llvm/MC/MCContext.h"
#include "llvm/MC/MCInst.h"
#include "llvm/MC/MCInstrInfo.h"
#include "llvm/MC/MCParser/MCParsedAsmOperand.h"
#include "llvm/MC/MCParser/MCTargetAsmParser.h"
#include "llvm/MC/MCStreamer.h"
#include "llvm/MC/MCSubtargetInfo.h"
#include "llvm/MC/MCSymbol.h"
#include "llvm/MC/MCSymbolWasm.h"
#include "llvm/Support/Endian.h"
#include "llvm/Support/TargetRegistry.h"
#include "WebAssemblyGenAsmMatcher.inc"
Include dependency graph for WebAssemblyAsmParser.cpp:

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_MATCHER_IMPLEMENTATION
 

Functions

void LLVMInitializeWebAssemblyAsmParser ()
 

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 34 of file WebAssemblyAsmParser.cpp.

◆ GET_ASSEMBLER_HEADER

#define GET_ASSEMBLER_HEADER

Definition at line 199 of file WebAssemblyAsmParser.cpp.

◆ GET_MATCHER_IMPLEMENTATION

#define GET_MATCHER_IMPLEMENTATION

Definition at line 708 of file WebAssemblyAsmParser.cpp.

◆ GET_REGISTER_MATCHER

#define GET_REGISTER_MATCHER

Definition at line 707 of file WebAssemblyAsmParser.cpp.

Function Documentation

◆ LLVMInitializeWebAssemblyAsmParser()

void LLVMInitializeWebAssemblyAsmParser ( )