LLVM  4.0.0
MSP430MCAsmInfo.cpp
Go to the documentation of this file.
1 //===-- MSP430MCAsmInfo.cpp - MSP430 asm properties -----------------------===//
2 //
3 // The LLVM Compiler Infrastructure
4 //
5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details.
7 //
8 //===----------------------------------------------------------------------===//
9 //
10 // This file contains the declarations of the MSP430MCAsmInfo properties.
11 //
12 //===----------------------------------------------------------------------===//
13 
14 #include "MSP430MCAsmInfo.h"
15 using namespace llvm;
16 
17 void MSP430MCAsmInfo::anchor() { }
18 
21 
22  CommentString = ";";
23 
24  AlignmentIsInBytes = false;
26 }
unsigned CalleeSaveStackSlotSize
Size of the stack slot reserved for callee-saved registers, in bytes.
Definition: MCAsmInfo.h:68
bool AlignmentIsInBytes
If this is true (the default) then the asmprinter emits ".align N" directives, where N is the number ...
Definition: MCAsmInfo.h:222
StringRef CommentString
This indicates the comment character used by the assembler.
Definition: MCAsmInfo.h:106
bool UsesELFSectionDirectiveForBSS
This is true if this target uses ELF '.section' directive before the '.bss' one.
Definition: MCAsmInfo.h:212
unsigned PointerSize
Pointer size in bytes. Default is 4.
Definition: MCAsmInfo.h:64
Triple - Helper class for working with autoconf configuration names.
Definition: Triple.h:44
MSP430MCAsmInfo(const Triple &TT)