LLVM  8.0.1
AVRMCAsmInfo.cpp
Go to the documentation of this file.
1 //===-- AVRMCAsmInfo.cpp - AVR 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 AVRMCAsmInfo properties.
11 //
12 //===----------------------------------------------------------------------===//
13 
14 #include "AVRMCAsmInfo.h"
15 
16 #include "llvm/ADT/Triple.h"
17 
18 namespace llvm {
19 
21  CodePointerSize = 2;
23  CommentString = ";";
24  PrivateGlobalPrefix = ".L";
27 }
28 
29 } // end of namespace llvm
bool UseIntegratedAssembler
Should we use the integrated assembler? The integrated assembler should be enabled by default (by the...
Definition: MCAsmInfo.h:371
This class represents lattice values for constants.
Definition: AllocatorList.h:24
AVRMCAsmInfo(const Triple &TT)
unsigned CalleeSaveStackSlotSize
Size of the stack slot reserved for callee-saved registers, in bytes.
Definition: MCAsmInfo.h:67
StringRef CommentString
This indicates the comment character used by the assembler.
Definition: MCAsmInfo.h:114
bool UsesELFSectionDirectiveForBSS
This is true if this target uses ELF '.section' directive before the '.bss' one.
Definition: MCAsmInfo.h:221
Triple - Helper class for working with autoconf configuration names.
Definition: Triple.h:44
unsigned CodePointerSize
Code pointer size in bytes. Default is 4.
Definition: MCAsmInfo.h:63
StringRef PrivateGlobalPrefix
This prefix is used for globals like constant pool entries that are completely private to the ...
Definition: MCAsmInfo.h:128