21 #define DEBUG_TYPE "wasm-mc-asm-info" LCOMM::LCOMMType LCOMMDirectiveAlignmentType
Describes if the .lcomm directive for the target supports an alignment argument and how it is interpr...
This class represents lattice values for constants.
const char * Data64bitsDirective
const char * ZeroDirective
This should be set to the directive used to get some number of zero bytes emitted to the current sect...
unsigned CalleeSaveStackSlotSize
Size of the stack slot reserved for callee-saved registers, in bytes.
bool AlignmentIsInBytes
If this is true (the default) then the asmprinter emits ".align N" directives, where N is the number ...
const char * Data8bitsDirective
These directives are used to output some unit of integer data to the current section.
~WebAssemblyMCAsmInfo() override
bool COMMDirectiveAlignmentIsInBytes
True is .comm's and .lcomms optional alignment is to be specified in bytes instead of log2(n)...
WebAssemblyMCAsmInfo(const Triple &T)
bool SupportsDebugInformation
True if target supports emission of debugging information.
const char * Data16bitsDirective
Triple - Helper class for working with autoconf configuration names.
const char * Data32bitsDirective
unsigned CodePointerSize
Code pointer size in bytes. Default is 4.
This file contains the declaration of the WebAssemblyMCAsmInfo class.
bool isArch64Bit() const
Test whether the architecture is 64-bit.
bool UseDataRegionDirectives
This is true if data region markers should be printed as ".data_region/.end_data_region" directives...