LLVM 22.0.0git
Macros
WebAssemblyAsmBackend.cpp File Reference

This file implements the WebAssemblyAsmBackend class. More...

#include "MCTargetDesc/WebAssemblyFixupKinds.h"
#include "MCTargetDesc/WebAssemblyMCTargetDesc.h"
#include "llvm/ADT/StringSwitch.h"
#include "llvm/MC/MCAsmBackend.h"
#include "llvm/MC/MCAssembler.h"
#include "llvm/MC/MCExpr.h"
#include "llvm/MC/MCObjectWriter.h"
#include "llvm/MC/MCSubtargetInfo.h"
#include "llvm/MC/MCSymbol.h"
#include "llvm/MC/MCValue.h"
#include "llvm/MC/MCWasmObjectWriter.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/BinaryFormat/WasmRelocs.def"

Go to the source code of this file.

Macros

#define WASM_RELOC(NAME, ID)   .Case(#NAME, ID)
 

Detailed Description

This file implements the WebAssemblyAsmBackend class.

Definition in file WebAssemblyAsmBackend.cpp.

Macro Definition Documentation

◆ WASM_RELOC

#define WASM_RELOC (   NAME,
  ID 
)    .Case(#NAME, ID)