LLVM 24.0.0git
WebAssemblyMCAsmInfo.cpp File Reference

This file contains the declarations of the WebAssemblyMCAsmInfo properties. More...

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "wasm-mc-asm-info"

Variables

const MCAsmInfo::AtSpecifier atSpecifiers []

Detailed Description

This file contains the declarations of the WebAssemblyMCAsmInfo properties.

Definition in file WebAssemblyMCAsmInfo.cpp.

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "wasm-mc-asm-info"

Definition at line 22 of file WebAssemblyMCAsmInfo.cpp.

Variable Documentation

◆ atSpecifiers

const MCAsmInfo::AtSpecifier atSpecifiers[]
Initial value:
= {
{WebAssembly::S_TYPEINDEX, "TYPEINDEX"},
{WebAssembly::S_TBREL, "TBREL"},
{WebAssembly::S_MBREL, "MBREL"},
{WebAssembly::S_TLSREL, "TLSREL"},
{WebAssembly::S_GOT, "GOT"},
{WebAssembly::S_GOT_TLS, "GOT@TLS"},
{WebAssembly::S_FUNCINDEX, "FUNCINDEX"},
}

Definition at line 24 of file WebAssemblyMCAsmInfo.cpp.