21#define DEBUG_TYPE "wasm-mc-asm-info"
This file contains the declaration of the WebAssemblyMCAsmInfo class.
This file provides WebAssembly-specific target descriptions.
const char * Data16bitsDirective
const char * Data8bitsDirective
These directives are used to output some unit of integer data to the current section.
const char * Data64bitsDirective
ExceptionHandling ExceptionsType
Exception handling format for the target. Defaults to None.
const char * Data32bitsDirective
LCOMM::LCOMMType LCOMMDirectiveAlignmentType
Describes if the .lcomm directive for the target supports an alignment argument and how it is interpr...
bool SupportsDebugInformation
True if target supports emission of debugging information.
bool COMMDirectiveAlignmentIsInBytes
True is .comm's and .lcomms optional alignment is to be specified in bytes instead of log2(n).
bool AlignmentIsInBytes
If this is true (the default) then the asmprinter emits ".align N" directives, where N is the number ...
const char * ZeroDirective
This should be set to the directive used to get some number of zero (and non-zero if supported by the...
bool UseDataRegionDirectives
This is true if data region markers should be printed as ".data_region/.end_data_region" directives.
unsigned CodePointerSize
Code pointer size in bytes. Default is 4.
unsigned CalleeSaveStackSlotSize
Size of the stack slot reserved for callee-saved registers, in bytes.
Triple - Helper class for working with autoconf configuration names.
~WebAssemblyMCAsmInfo() override
WebAssemblyMCAsmInfo(const Triple &T, const MCTargetOptions &Options)
cl::opt< bool > WasmEnableEH
cl::opt< bool > WasmEnableSjLj
This is an optimization pass for GlobalISel generic memory operations.
@ Wasm
WebAssembly Exception Handling.