LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

AlphaTargetAsmInfo.cpp

Go to the documentation of this file.
00001 //===-- AlphaTargetAsmInfo.cpp - Alpha asm properties -----------*- C++ -*-===//
00002 //
00003 //                     The LLVM Compiler Infrastructure
00004 //
00005 // This file is distributed under the University of Illinois Open Source
00006 // License. See LICENSE.TXT for details.
00007 //
00008 //===----------------------------------------------------------------------===//
00009 //
00010 // This file contains the declarations of the AlphaTargetAsmInfo properties.
00011 //
00012 //===----------------------------------------------------------------------===//
00013 
00014 #include "AlphaTargetAsmInfo.h"
00015 
00016 using namespace llvm;
00017 
00018 AlphaTargetAsmInfo::AlphaTargetAsmInfo(const AlphaTargetMachine &TM) {
00019   AlignmentIsInBytes = false;
00020   PrivateGlobalPrefix = "$";
00021   JumpTableDirective = ".gprel32";
00022   JumpTableDataSection = "\t.section .rodata\n";
00023   WeakRefDirective = "\t.weak\t";
00024 }



This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.