LLVM 17.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 const MCTargetOptions &Options) {
21
22 CommentString = ";";
23 SeparatorString = "{";
24
25 AlignmentIsInBytes = false;
27
29}
static LVOptions Options
Definition: LVOptions.cpp:25
bool UsesELFSectionDirectiveForBSS
This is true if this target uses ELF '.section' directive before the '.bss' one.
Definition: MCAsmInfo.h:319
bool SupportsDebugInformation
True if target supports emission of debugging information.
Definition: MCAsmInfo.h:451
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:329
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, const MCTargetOptions &Options)
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