LLVM 19.0.0git
Macros
Wasm.cpp File Reference
#include "llvm/BinaryFormat/Wasm.h"
#include "llvm/BinaryFormat/WasmRelocs.def"

Go to the source code of this file.

Macros

#define WASM_RELOC(NAME, VALUE)
 
#define ECase(X)
 

Macro Definition Documentation

◆ ECase

#define ECase (   X)
Value:
case wasm::WASM_SEC_##X: \
return #X;
static GCMetadataPrinterRegistry::Add< ErlangGCPrinter > X("erlang", "erlang-compatible garbage collector")

◆ WASM_RELOC

#define WASM_RELOC (   NAME,
  VALUE 
)
Value:
case VALUE: \
return #NAME;