LLVM: lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCAsmInfo.cpp File Reference (original) (raw)
This file contains the declarations of the WebAssemblyMCAsmInfo properties. More...
#include "[WebAssemblyMCAsmInfo.h](WebAssemblyMCAsmInfo%5F8h%5Fsource.html)"#include "[WebAssemblyMCTargetDesc.h](WebAssemblyMCTargetDesc%5F8h%5Fsource.html)"#include "[llvm/MC/MCExpr.h](MCExpr%5F8h%5Fsource.html)"#include "[llvm/TargetParser/Triple.h](Triple%5F8h%5Fsource.html)"
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"},
}
llvm::WebAssembly::S_FUNCINDEX
@ S_FUNCINDEX
Definition WebAssemblyMCAsmInfo.h:33
@ S_GOT_TLS
Definition WebAssemblyMCAsmInfo.h:35
@ S_TLSREL
Definition WebAssemblyMCAsmInfo.h:38
llvm::WebAssembly::S_TYPEINDEX
@ S_TYPEINDEX
Definition WebAssemblyMCAsmInfo.h:39
@ S_MBREL
Definition WebAssemblyMCAsmInfo.h:36
@ S_TBREL
Definition WebAssemblyMCAsmInfo.h:37
@ S_GOT
Definition WebAssemblyMCAsmInfo.h:34
Definition at line 24 of file WebAssemblyMCAsmInfo.cpp.