2006-09-07 22:05:02 +00:00
|
|
|
//===-- PPCTargetAsmInfo.cpp - PPC asm properties ---------------*- C++ -*-===//
|
|
|
|
//
|
|
|
|
// The LLVM Compiler Infrastructure
|
|
|
|
//
|
2007-12-29 20:36:04 +00:00
|
|
|
// This file is distributed under the University of Illinois Open Source
|
|
|
|
// License. See LICENSE.TXT for details.
|
2006-09-07 22:05:02 +00:00
|
|
|
//
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
//
|
|
|
|
// This file contains the declarations of the DarwinTargetAsmInfo properties.
|
|
|
|
//
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
|
|
|
|
#include "PPCTargetAsmInfo.h"
|
|
|
|
#include "PPCTargetMachine.h"
|
2006-10-05 00:35:50 +00:00
|
|
|
#include "llvm/Function.h"
|
2008-02-27 23:49:15 +00:00
|
|
|
#include "llvm/Support/Dwarf.h"
|
|
|
|
|
2006-09-07 22:05:02 +00:00
|
|
|
using namespace llvm;
|
2008-02-27 23:49:15 +00:00
|
|
|
using namespace llvm::dwarf;
|
2006-09-07 22:05:02 +00:00
|
|
|
|
2008-08-08 18:23:25 +00:00
|
|
|
PPCDarwinTargetAsmInfo::PPCDarwinTargetAsmInfo(const PPCTargetMachine &TM):
|
2008-09-25 21:00:33 +00:00
|
|
|
PPCTargetAsmInfo<DarwinTargetAsmInfo>(TM) {
|
2007-02-01 16:31:34 +00:00
|
|
|
PCSymbol = ".";
|
2006-12-21 20:26:09 +00:00
|
|
|
CommentString = ";";
|
|
|
|
GlobalPrefix = "_";
|
|
|
|
PrivateGlobalPrefix = "L";
|
2008-09-09 01:21:22 +00:00
|
|
|
LessPrivateGlobalPrefix = "l";
|
2008-06-03 18:09:06 +00:00
|
|
|
StringConstantPrefix = "\1LC";
|
2006-12-21 20:26:09 +00:00
|
|
|
ConstantPoolSection = "\t.const\t";
|
|
|
|
JumpTableDataSection = ".const";
|
|
|
|
CStringSection = "\t.cstring";
|
2007-01-30 08:04:53 +00:00
|
|
|
if (TM.getRelocationModel() == Reloc::Static) {
|
|
|
|
StaticCtorsSection = ".constructor";
|
|
|
|
StaticDtorsSection = ".destructor";
|
|
|
|
} else {
|
|
|
|
StaticCtorsSection = ".mod_init_func";
|
|
|
|
StaticDtorsSection = ".mod_term_func";
|
|
|
|
}
|
2008-12-03 11:01:37 +00:00
|
|
|
HasSingleParameterDotFile = false;
|
2008-01-15 23:24:56 +00:00
|
|
|
SwitchToSectionDirective = "\t.section ";
|
2006-12-21 20:26:09 +00:00
|
|
|
UsedDirective = "\t.no_dead_strip\t";
|
2008-01-10 02:03:30 +00:00
|
|
|
WeakDefDirective = "\t.weak_definition ";
|
|
|
|
WeakRefDirective = "\t.weak_reference ";
|
2008-01-11 00:54:37 +00:00
|
|
|
HiddenDirective = "\t.private_extern ";
|
2007-12-19 21:54:36 +00:00
|
|
|
SupportsExceptionHandling = true;
|
2007-09-11 23:55:40 +00:00
|
|
|
NeedsIndirectEncoding = true;
|
2009-06-18 23:41:35 +00:00
|
|
|
AllowQuotesInName = true;
|
2007-12-21 12:19:44 +00:00
|
|
|
NeedsSet = true;
|
2007-11-04 17:32:10 +00:00
|
|
|
BSSSection = 0;
|
2007-12-21 12:19:44 +00:00
|
|
|
|
|
|
|
DwarfEHFrameSection =
|
|
|
|
".section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support";
|
|
|
|
DwarfExceptionSection = ".section __DATA,__gcc_except_tab";
|
2008-01-10 02:03:30 +00:00
|
|
|
GlobalEHDirective = "\t.globl\t";
|
|
|
|
SupportsWeakOmittedEHFrame = false;
|
2007-07-25 03:48:45 +00:00
|
|
|
|
|
|
|
DwarfAbbrevSection = ".section __DWARF,__debug_abbrev,regular,debug";
|
|
|
|
DwarfInfoSection = ".section __DWARF,__debug_info,regular,debug";
|
|
|
|
DwarfLineSection = ".section __DWARF,__debug_line,regular,debug";
|
|
|
|
DwarfFrameSection = ".section __DWARF,__debug_frame,regular,debug";
|
|
|
|
DwarfPubNamesSection = ".section __DWARF,__debug_pubnames,regular,debug";
|
|
|
|
DwarfPubTypesSection = ".section __DWARF,__debug_pubtypes,regular,debug";
|
|
|
|
DwarfStrSection = ".section __DWARF,__debug_str,regular,debug";
|
|
|
|
DwarfLocSection = ".section __DWARF,__debug_loc,regular,debug";
|
|
|
|
DwarfARangesSection = ".section __DWARF,__debug_aranges,regular,debug";
|
|
|
|
DwarfRangesSection = ".section __DWARF,__debug_ranges,regular,debug";
|
2009-06-18 23:31:37 +00:00
|
|
|
DwarfMacroInfoSection = ".section __DWARF,__debug_macinfo,regular,debug";
|
2007-01-18 01:15:58 +00:00
|
|
|
|
|
|
|
// In non-PIC modes, emit a special label before jump tables so that the
|
|
|
|
// linker can perform more accurate dead code stripping.
|
2009-06-18 20:37:15 +00:00
|
|
|
// We do not check the relocation model here since it can be overridden
|
|
|
|
// later.
|
|
|
|
JumpTableSpecialLabelPrefix = "l";
|
2006-12-21 20:26:09 +00:00
|
|
|
}
|
|
|
|
|
2008-02-27 23:49:15 +00:00
|
|
|
/// PreferredEHDataFormat - This hook allows the target to select data
|
|
|
|
/// format used for encoding pointers in exception handling data. Reason is
|
|
|
|
/// 0 for data, 1 for code labels, 2 for function pointers. Global is true
|
|
|
|
/// if the symbol can be relocated.
|
2008-07-19 21:44:57 +00:00
|
|
|
unsigned
|
|
|
|
PPCDarwinTargetAsmInfo::PreferredEHDataFormat(DwarfEncoding::Target Reason,
|
|
|
|
bool Global) const {
|
2008-02-29 22:09:08 +00:00
|
|
|
if (Reason == DwarfEncoding::Functions && Global)
|
2008-02-27 23:49:15 +00:00
|
|
|
return (DW_EH_PE_pcrel | DW_EH_PE_indirect | DW_EH_PE_sdata4);
|
2008-02-29 22:09:08 +00:00
|
|
|
else if (Reason == DwarfEncoding::CodeLabels || !Global)
|
2008-02-27 23:49:15 +00:00
|
|
|
return DW_EH_PE_pcrel;
|
|
|
|
else
|
|
|
|
return DW_EH_PE_absptr;
|
|
|
|
}
|
|
|
|
|
2008-12-19 10:55:56 +00:00
|
|
|
const char *
|
|
|
|
PPCDarwinTargetAsmInfo::getEHGlobalPrefix() const
|
|
|
|
{
|
|
|
|
const PPCSubtarget* Subtarget = &TM.getSubtarget<PPCSubtarget>();
|
|
|
|
if (Subtarget->getDarwinVers() > 9)
|
|
|
|
return PrivateGlobalPrefix;
|
|
|
|
else
|
|
|
|
return "";
|
|
|
|
}
|
2008-02-27 23:49:15 +00:00
|
|
|
|
2008-08-08 18:23:49 +00:00
|
|
|
PPCLinuxTargetAsmInfo::PPCLinuxTargetAsmInfo(const PPCTargetMachine &TM) :
|
2008-09-25 21:00:33 +00:00
|
|
|
PPCTargetAsmInfo<ELFTargetAsmInfo>(TM) {
|
2006-12-21 20:26:09 +00:00
|
|
|
CommentString = "#";
|
|
|
|
GlobalPrefix = "";
|
2008-12-19 10:55:56 +00:00
|
|
|
PrivateGlobalPrefix = ".L";
|
2008-02-12 19:25:12 +00:00
|
|
|
ConstantPoolSection = "\t.section .rodata.cst4\t";
|
|
|
|
JumpTableDataSection = ".section .rodata.cst4";
|
2008-08-16 12:58:46 +00:00
|
|
|
CStringSection = ".rodata.str";
|
2006-12-21 20:26:09 +00:00
|
|
|
StaticCtorsSection = ".section\t.ctors,\"aw\",@progbits";
|
|
|
|
StaticDtorsSection = ".section\t.dtors,\"aw\",@progbits";
|
|
|
|
UsedDirective = "\t# .no_dead_strip\t";
|
|
|
|
WeakRefDirective = "\t.weak\t";
|
2007-11-04 17:32:10 +00:00
|
|
|
BSSSection = "\t.section\t\".sbss\",\"aw\",@nobits";
|
2007-07-25 03:48:45 +00:00
|
|
|
|
2008-08-16 12:59:02 +00:00
|
|
|
// PPC/Linux normally uses named section for BSS.
|
|
|
|
BSSSection_ = getNamedSection("\t.bss",
|
|
|
|
SectionFlags::Writeable | SectionFlags::BSS,
|
|
|
|
/* Override */ true);
|
|
|
|
|
2007-12-21 12:19:44 +00:00
|
|
|
// Debug Information
|
|
|
|
AbsoluteDebugSectionOffsets = true;
|
|
|
|
SupportsDebugInformation = true;
|
2007-07-25 03:48:45 +00:00
|
|
|
DwarfAbbrevSection = "\t.section\t.debug_abbrev,\"\",@progbits";
|
|
|
|
DwarfInfoSection = "\t.section\t.debug_info,\"\",@progbits";
|
|
|
|
DwarfLineSection = "\t.section\t.debug_line,\"\",@progbits";
|
|
|
|
DwarfFrameSection = "\t.section\t.debug_frame,\"\",@progbits";
|
|
|
|
DwarfPubNamesSection ="\t.section\t.debug_pubnames,\"\",@progbits";
|
|
|
|
DwarfPubTypesSection ="\t.section\t.debug_pubtypes,\"\",@progbits";
|
|
|
|
DwarfStrSection = "\t.section\t.debug_str,\"\",@progbits";
|
|
|
|
DwarfLocSection = "\t.section\t.debug_loc,\"\",@progbits";
|
|
|
|
DwarfARangesSection = "\t.section\t.debug_aranges,\"\",@progbits";
|
|
|
|
DwarfRangesSection = "\t.section\t.debug_ranges,\"\",@progbits";
|
2009-06-18 23:31:37 +00:00
|
|
|
DwarfMacroInfoSection = "\t.section\t.debug_macinfo,\"\",@progbits";
|
2007-12-21 12:19:44 +00:00
|
|
|
|
|
|
|
PCSymbol = ".";
|
|
|
|
|
|
|
|
// Set up DWARF directives
|
|
|
|
HasLEB128 = true; // Target asm supports leb128 directives (little-endian)
|
|
|
|
|
|
|
|
// Exceptions handling
|
|
|
|
if (!TM.getSubtargetImpl()->isPPC64())
|
|
|
|
SupportsExceptionHandling = true;
|
|
|
|
AbsoluteEHSectionOffsets = false;
|
|
|
|
DwarfEHFrameSection = "\t.section\t.eh_frame,\"aw\",@progbits";
|
|
|
|
DwarfExceptionSection = "\t.section\t.gcc_except_table,\"a\",@progbits";
|
2006-12-21 20:26:09 +00:00
|
|
|
}
|
2008-02-27 23:49:15 +00:00
|
|
|
|
|
|
|
/// PreferredEHDataFormat - This hook allows the target to select data
|
|
|
|
/// format used for encoding pointers in exception handling data. Reason is
|
|
|
|
/// 0 for data, 1 for code labels, 2 for function pointers. Global is true
|
|
|
|
/// if the symbol can be relocated.
|
2008-07-19 21:44:57 +00:00
|
|
|
unsigned
|
|
|
|
PPCLinuxTargetAsmInfo::PreferredEHDataFormat(DwarfEncoding::Target Reason,
|
|
|
|
bool Global) const {
|
2008-02-27 23:49:15 +00:00
|
|
|
// We really need to write something here.
|
|
|
|
return TargetAsmInfo::PreferredEHDataFormat(Reason, Global);
|
|
|
|
}
|
2008-10-05 08:53:29 +00:00
|
|
|
|
|
|
|
// Instantiate default implementation.
|
|
|
|
TEMPLATE_INSTANTIATION(class PPCTargetAsmInfo<TargetAsmInfo>);
|