20 #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...
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 ...
bool UsesNonexecutableStackSection
Targets which have non-executable stacks by default can set this to false to disable the special sect...
const char * Data8bitsDirective
These directives are used to output some unit of integer data to the current section.
~WebAssemblyMCAsmInfo() override
bool isArch64Bit() const
Test whether the architecture is 64-bit.
bool COMMDirectiveAlignmentIsInBytes
True is .comm's and .lcomms optional alignment is to be specified in bytes instead of log2(n)...
unsigned PointerSize
Pointer size in bytes. Default is 4.
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
This file contains the declaration of the WebAssemblyMCAsmInfo class.
ExceptionHandling ExceptionsType
Exception handling format for the target. Defaults to None.
bool UseDataRegionDirectives
This is true if data region markers should be printed as ".data_region/.end_data_region" directives...