LLVM 19.0.0git
MSP430MCAsmInfo.cpp
Go to the documentation of this file.
1//===-- MSP430MCAsmInfo.cpp - MSP430 asm properties -----------------------===//
2//
3// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4// See https://llvm.org/LICENSE.txt for license information.
5// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6//
7//===----------------------------------------------------------------------===//
8//
9// This file contains the declarations of the MSP430MCAsmInfo properties.
10//
11//===----------------------------------------------------------------------===//
12
13#include "MSP430MCAsmInfo.h"
14using namespace llvm;
15
16void MSP430MCAsmInfo::anchor() { }
17
19 // Since MSP430-GCC already generates 32-bit DWARF information, we will
20 // also store 16-bit pointers as 32-bit pointers in DWARF, because using
21 // 32-bit DWARF pointers is already a working and tested path for LLDB
22 // as well.
25
26 CommentString = ";";
27 SeparatorString = "{";
28
29 AlignmentIsInBytes = false;
31
33
35}
ExceptionHandling ExceptionsType
Exception handling format for the target. Defaults to None.
Definition: MCAsmInfo.h:457
bool UsesELFSectionDirectiveForBSS
This is true if this target uses ELF '.section' directive before the '.bss' one.
Definition: MCAsmInfo.h:322
bool SupportsDebugInformation
True if target supports emission of debugging information.
Definition: MCAsmInfo.h:454
const char * SeparatorString
This string, if specified, is used to separate instructions from each other when on the same line.
Definition: MCAsmInfo.h:131
bool AlignmentIsInBytes
If this is true (the default) then the asmprinter emits ".align N" directives, where N is the number ...
Definition: MCAsmInfo.h:332
unsigned CodePointerSize
Code pointer size in bytes. Default is 4.
Definition: MCAsmInfo.h:72
unsigned CalleeSaveStackSlotSize
Size of the stack slot reserved for callee-saved registers, in bytes.
Definition: MCAsmInfo.h:76
StringRef CommentString
This indicates the comment string used by the assembler.
Definition: MCAsmInfo.h:135
MSP430MCAsmInfo(const Triple &TT)
Triple - Helper class for working with autoconf configuration names.
Definition: Triple.h:44
This is an optimization pass for GlobalISel generic memory operations.
Definition: AddressRanges.h:18
@ DwarfCFI
DWARF-like instruction based exceptions.