2008-07-19 21:14:46 +08:00
|
|
|
//===-- DarwinTargetAsmInfo.cpp - Darwin asm properties ---------*- C++ -*-===//
|
|
|
|
//
|
|
|
|
// The LLVM Compiler Infrastructure
|
|
|
|
//
|
|
|
|
// This file is distributed under the University of Illinois Open Source
|
|
|
|
// License. See LICENSE.TXT for details.
|
|
|
|
//
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
//
|
|
|
|
// This file defines target asm properties related what form asm statements
|
|
|
|
// should take in general on Darwin-based targets
|
|
|
|
//
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
|
|
|
|
#include "llvm/Constants.h"
|
|
|
|
#include "llvm/DerivedTypes.h"
|
|
|
|
#include "llvm/Function.h"
|
|
|
|
#include "llvm/GlobalVariable.h"
|
|
|
|
#include "llvm/ADT/StringExtras.h"
|
2009-07-12 04:10:48 +08:00
|
|
|
#include "llvm/Support/ErrorHandling.h"
|
2008-09-10 06:29:13 +08:00
|
|
|
#include "llvm/Support/Mangler.h"
|
2008-07-19 21:14:46 +08:00
|
|
|
#include "llvm/Target/DarwinTargetAsmInfo.h"
|
|
|
|
#include "llvm/Target/TargetMachine.h"
|
|
|
|
#include "llvm/Target/TargetData.h"
|
|
|
|
|
|
|
|
using namespace llvm;
|
|
|
|
|
2008-11-04 02:22:42 +08:00
|
|
|
DarwinTargetAsmInfo::DarwinTargetAsmInfo(const TargetMachine &TM)
|
|
|
|
: TargetAsmInfo(TM) {
|
2008-07-19 21:14:46 +08:00
|
|
|
|
|
|
|
CStringSection_ = getUnnamedSection("\t.cstring",
|
2009-07-22 08:28:43 +08:00
|
|
|
SectionFlags::Mergeable |SectionFlags::Strings);
|
2008-09-25 06:18:54 +08:00
|
|
|
FourByteConstantSection = getUnnamedSection("\t.literal4\n",
|
|
|
|
SectionFlags::Mergeable);
|
|
|
|
EightByteConstantSection = getUnnamedSection("\t.literal8\n",
|
2008-07-19 21:14:46 +08:00
|
|
|
SectionFlags::Mergeable);
|
2008-07-19 21:16:11 +08:00
|
|
|
|
2008-07-19 21:15:46 +08:00
|
|
|
// Note: 16-byte constant section is subtarget specific and should be provided
|
2008-09-25 06:18:54 +08:00
|
|
|
// there, if needed.
|
|
|
|
SixteenByteConstantSection = 0;
|
2008-07-19 21:15:46 +08:00
|
|
|
|
2009-07-26 09:24:18 +08:00
|
|
|
ReadOnlySection = getUnnamedSection("\t.const", SectionFlags::None);
|
2008-07-19 21:14:46 +08:00
|
|
|
|
|
|
|
TextCoalSection =
|
2008-09-25 06:19:13 +08:00
|
|
|
getNamedSection("\t__TEXT,__textcoal_nt,coalesced,pure_instructions",
|
2008-07-19 21:14:46 +08:00
|
|
|
SectionFlags::Code);
|
2008-10-09 05:49:47 +08:00
|
|
|
ConstTextCoalSection = getNamedSection("\t__TEXT,__const_coal,coalesced",
|
|
|
|
SectionFlags::None);
|
2008-09-25 06:20:27 +08:00
|
|
|
ConstDataCoalSection = getNamedSection("\t__DATA,__const_coal,coalesced",
|
2008-09-25 06:19:13 +08:00
|
|
|
SectionFlags::None);
|
2009-07-26 09:24:18 +08:00
|
|
|
ConstDataSection = getUnnamedSection("\t.const_data", SectionFlags::None);
|
2008-09-25 06:19:13 +08:00
|
|
|
DataCoalSection = getNamedSection("\t__DATA,__datacoal_nt,coalesced",
|
2009-07-26 02:57:34 +08:00
|
|
|
SectionFlags::Writable);
|
2009-06-19 08:08:39 +08:00
|
|
|
|
|
|
|
|
|
|
|
// Common settings for all Darwin targets.
|
|
|
|
// Syntax:
|
|
|
|
GlobalPrefix = "_";
|
|
|
|
PrivateGlobalPrefix = "L";
|
2009-07-22 01:30:51 +08:00
|
|
|
LinkerPrivateGlobalPrefix = "l"; // Marker for some ObjC metadata
|
2009-06-19 08:08:39 +08:00
|
|
|
NeedsSet = true;
|
|
|
|
NeedsIndirectEncoding = true;
|
|
|
|
AllowQuotesInName = true;
|
|
|
|
HasSingleParameterDotFile = false;
|
|
|
|
|
|
|
|
// In non-PIC modes, emit a special label before jump tables so that the
|
|
|
|
// linker can perform more accurate dead code stripping. We do not check the
|
|
|
|
// relocation model here since it can be overridden later.
|
|
|
|
JumpTableSpecialLabelPrefix = "l";
|
|
|
|
|
|
|
|
// Directives:
|
|
|
|
WeakDefDirective = "\t.weak_definition ";
|
|
|
|
WeakRefDirective = "\t.weak_reference ";
|
|
|
|
HiddenDirective = "\t.private_extern ";
|
|
|
|
|
|
|
|
// Sections:
|
|
|
|
CStringSection = "\t.cstring";
|
2009-07-26 09:24:18 +08:00
|
|
|
JumpTableDataSection = "\t.const";
|
2009-06-19 08:08:39 +08:00
|
|
|
BSSSection = 0;
|
|
|
|
|
|
|
|
if (TM.getRelocationModel() == Reloc::Static) {
|
|
|
|
StaticCtorsSection = ".constructor";
|
|
|
|
StaticDtorsSection = ".destructor";
|
|
|
|
} else {
|
|
|
|
StaticCtorsSection = ".mod_init_func";
|
|
|
|
StaticDtorsSection = ".mod_term_func";
|
|
|
|
}
|
|
|
|
|
2009-07-18 04:46:40 +08:00
|
|
|
// _foo.eh symbols are currently always exported so that the linker knows
|
|
|
|
// about them. This may not strictly be necessary on 10.6 and later, but it
|
|
|
|
// doesn't hurt anything.
|
|
|
|
Is_EHSymbolPrivate = false;
|
|
|
|
|
2009-06-19 08:08:39 +08: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";
|
|
|
|
DwarfMacroInfoSection = ".section __DWARF,__debug_macinfo,regular,debug";
|
2008-07-19 21:14:46 +08:00
|
|
|
}
|
|
|
|
|
2008-09-10 06:29:13 +08:00
|
|
|
/// emitUsedDirectiveFor - On Darwin, internally linked data beginning with
|
2009-07-22 01:30:51 +08:00
|
|
|
/// the PrivateGlobalPrefix or the LinkerPrivateGlobalPrefix does not have the
|
2008-09-10 06:29:13 +08:00
|
|
|
/// directive emitted (this occurs in ObjC metadata).
|
2009-07-21 05:38:26 +08:00
|
|
|
bool DarwinTargetAsmInfo::emitUsedDirectiveFor(const GlobalValue* GV,
|
|
|
|
Mangler *Mang) const {
|
|
|
|
if (!GV) return false;
|
2009-07-15 02:17:16 +08:00
|
|
|
|
2009-07-22 01:30:51 +08:00
|
|
|
// Check whether the mangled name has the "Private" or "LinkerPrivate" prefix.
|
2009-07-21 05:38:26 +08:00
|
|
|
if (GV->hasLocalLinkage() && !isa<Function>(GV)) {
|
2009-07-22 06:32:55 +08:00
|
|
|
// FIXME: ObjC metadata is currently emitted as internal symbols that have
|
|
|
|
// \1L and \0l prefixes on them. Fix them to be Private/LinkerPrivate and
|
|
|
|
// this horrible hack can go away.
|
2009-07-21 05:38:26 +08:00
|
|
|
const std::string &Name = Mang->getMangledName(GV);
|
2009-07-22 06:32:55 +08:00
|
|
|
if (Name[0] == 'L' || Name[0] == 'l')
|
2009-07-21 05:38:26 +08:00
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
2008-09-10 06:29:13 +08:00
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
2008-07-19 21:14:46 +08:00
|
|
|
const Section*
|
2009-07-25 02:42:53 +08:00
|
|
|
DarwinTargetAsmInfo::SelectSectionForGlobal(const GlobalValue *GV,
|
2009-07-26 07:21:55 +08:00
|
|
|
SectionKind Kind) const {
|
2009-07-26 13:44:20 +08:00
|
|
|
assert(!Kind.isThreadLocal() && "Darwin doesn't support TLS");
|
2009-07-26 08:51:36 +08:00
|
|
|
|
2009-07-26 13:44:20 +08:00
|
|
|
if (Kind.isText())
|
2009-07-26 15:07:01 +08:00
|
|
|
return Kind.isWeak() ? TextCoalSection : TextSection;
|
2009-07-26 08:51:36 +08:00
|
|
|
|
|
|
|
// If this is weak/linkonce, put this in a coalescable section, either in text
|
|
|
|
// or data depending on if it is writable.
|
2009-07-26 15:07:01 +08:00
|
|
|
if (Kind.isWeak()) {
|
2009-07-26 08:51:36 +08:00
|
|
|
if (Kind.isReadOnly())
|
|
|
|
return ConstTextCoalSection;
|
|
|
|
return DataCoalSection;
|
|
|
|
}
|
|
|
|
|
|
|
|
// FIXME: Alignment check should be handled by section classifier.
|
2009-07-26 14:48:26 +08:00
|
|
|
if (Kind.isMergeableCString())
|
2009-07-26 08:51:36 +08:00
|
|
|
return MergeableStringSection(cast<GlobalVariable>(GV));
|
|
|
|
|
2009-07-26 14:48:26 +08:00
|
|
|
if (Kind.isMergeableConst()) {
|
|
|
|
if (Kind.isMergeableConst4())
|
2009-07-26 14:11:33 +08:00
|
|
|
return FourByteConstantSection;
|
2009-07-26 14:48:26 +08:00
|
|
|
if (Kind.isMergeableConst8())
|
2009-07-26 14:11:33 +08:00
|
|
|
return EightByteConstantSection;
|
2009-07-26 14:48:26 +08:00
|
|
|
if (Kind.isMergeableConst16() && SixteenByteConstantSection)
|
2009-07-26 14:11:33 +08:00
|
|
|
return SixteenByteConstantSection;
|
|
|
|
return ReadOnlySection; // .const
|
2009-07-22 08:47:11 +08:00
|
|
|
}
|
2009-07-26 09:24:18 +08:00
|
|
|
|
|
|
|
// FIXME: ROData -> const in -static mode that is relocatable but they happen
|
2009-07-26 14:48:26 +08:00
|
|
|
// by the static linker. Why not mergeable?
|
2009-07-26 09:24:18 +08:00
|
|
|
if (Kind.isReadOnly())
|
|
|
|
return getReadOnlySection();
|
2009-07-26 13:44:20 +08:00
|
|
|
|
|
|
|
// If this is marked const, put it into a const section. But if the dynamic
|
|
|
|
// linker needs to write to it, put it in the data segment.
|
|
|
|
if (Kind.isReadOnlyWithRel())
|
|
|
|
return ConstDataSection;
|
2009-07-26 09:24:18 +08:00
|
|
|
|
|
|
|
// Otherwise, just drop the variable in the normal data section.
|
|
|
|
return DataSection;
|
2008-07-19 21:14:46 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
const Section*
|
|
|
|
DarwinTargetAsmInfo::MergeableStringSection(const GlobalVariable *GV) const {
|
2008-11-04 02:22:42 +08:00
|
|
|
const TargetData *TD = TM.getTargetData();
|
2008-07-19 21:14:46 +08:00
|
|
|
Constant *C = cast<GlobalVariable>(GV)->getInitializer();
|
2009-01-28 06:29:24 +08:00
|
|
|
const Type *Ty = cast<ArrayType>(C->getType())->getElementType();
|
2008-07-19 21:14:46 +08:00
|
|
|
|
2009-05-09 15:06:46 +08:00
|
|
|
unsigned Size = TD->getTypeAllocSize(Ty);
|
2008-07-19 21:14:46 +08:00
|
|
|
if (Size) {
|
|
|
|
unsigned Align = TD->getPreferredAlignment(GV);
|
|
|
|
if (Align <= 32)
|
|
|
|
return getCStringSection_();
|
|
|
|
}
|
|
|
|
|
2008-09-25 06:20:27 +08:00
|
|
|
return getReadOnlySection();
|
2008-07-19 21:14:46 +08:00
|
|
|
}
|
|
|
|
|
2009-07-22 08:28:43 +08:00
|
|
|
const Section *
|
2009-07-26 14:48:26 +08:00
|
|
|
DarwinTargetAsmInfo::getSectionForMergeableConstant(SectionKind Kind) const {
|
2009-07-22 08:28:43 +08:00
|
|
|
// If this constant requires a relocation, we have to put it in the data
|
|
|
|
// segment, not in the text segment.
|
2009-07-26 14:26:55 +08:00
|
|
|
if (Kind.isDataRel())
|
2008-08-07 17:51:02 +08:00
|
|
|
return ConstDataSection;
|
2009-07-22 08:28:43 +08:00
|
|
|
|
2009-07-26 14:48:26 +08:00
|
|
|
if (Kind.isMergeableConst4())
|
2009-07-22 08:28:43 +08:00
|
|
|
return FourByteConstantSection;
|
2009-07-26 14:48:26 +08:00
|
|
|
if (Kind.isMergeableConst8())
|
2009-07-22 08:28:43 +08:00
|
|
|
return EightByteConstantSection;
|
2009-07-26 14:48:26 +08:00
|
|
|
if (Kind.isMergeableConst16() && SixteenByteConstantSection)
|
2009-07-26 14:26:55 +08:00
|
|
|
return SixteenByteConstantSection;
|
2009-07-22 08:28:43 +08:00
|
|
|
return ReadOnlySection; // .const
|
2008-08-07 17:51:02 +08:00
|
|
|
}
|
|
|
|
|