LLVM API Documentation

Public Member Functions | Protected Attributes
llvm::MCObjectFileInfo Class Reference

#include <MCObjectFileInfo.h>

Inheritance diagram for llvm::MCObjectFileInfo:
Inheritance graph
[legend]
Collaboration diagram for llvm::MCObjectFileInfo:
Collaboration graph
[legend]

List of all members.

Public Member Functions

void InitMCObjectFileInfo (StringRef TT, Reloc::Model RM, CodeModel::Model CM, MCContext &ctx)
bool isFunctionEHFrameSymbolPrivate () const
bool getSupportsWeakOmittedEHFrame () const
bool getCommDirectiveSupportsAlignment () const
unsigned getPersonalityEncoding () const
unsigned getLSDAEncoding () const
unsigned getFDEEncoding (bool CFI) const
unsigned getTTypeEncoding () const
unsigned getCompactUnwindDwarfEHFrameOnly () const
const MCSectiongetTextSection () const
const MCSectiongetDataSection () const
const MCSectiongetBSSSection () const
const MCSectiongetLSDASection () const
const MCSectiongetCompactUnwindSection () const
const MCSectiongetDwarfAbbrevSection () const
const MCSectiongetDwarfInfoSection () const
const MCSectiongetDwarfLineSection () const
const MCSectiongetDwarfFrameSection () const
const MCSectiongetDwarfPubNamesSection () const
const MCSectiongetDwarfPubTypesSection () const
const MCSectiongetDwarfDebugInlineSection () const
const MCSectiongetDwarfStrSection () const
const MCSectiongetDwarfLocSection () const
const MCSectiongetDwarfARangesSection () const
const MCSectiongetDwarfRangesSection () const
const MCSectiongetDwarfMacroInfoSection () const
const MCSectiongetDwarfAccelNamesSection () const
const MCSectiongetDwarfAccelObjCSection () const
const MCSectiongetDwarfAccelNamespaceSection () const
const MCSectiongetDwarfAccelTypesSection () const
const MCSectiongetDwarfInfoDWOSection () const
const MCSectiongetDwarfAbbrevDWOSection () const
const MCSectiongetDwarfStrDWOSection () const
const MCSectiongetDwarfLineDWOSection () const
const MCSectiongetDwarfLocDWOSection () const
const MCSectiongetDwarfStrOffDWOSection () const
const MCSectiongetDwarfAddrSection () const
const MCSectiongetTLSExtraDataSection () const
const MCSectiongetTLSDataSection () const
const MCSectiongetTLSBSSSection () const
const MCSectiongetDataRelSection () const
const MCSectiongetDataRelLocalSection () const
const MCSectiongetDataRelROSection () const
const MCSectiongetDataRelROLocalSection () const
const MCSectiongetMergeableConst4Section () const
const MCSectiongetMergeableConst8Section () const
const MCSectiongetMergeableConst16Section () const
const MCSectiongetTLSTLVSection () const
const MCSectiongetTLSThreadInitSection () const
const MCSectiongetCStringSection () const
const MCSectiongetUStringSection () const
const MCSectiongetTextCoalSection () const
const MCSectiongetConstTextCoalSection () const
const MCSectiongetConstDataSection () const
const MCSectiongetDataCoalSection () const
const MCSectiongetDataCommonSection () const
const MCSectiongetDataBSSSection () const
const MCSectiongetFourByteConstantSection () const
const MCSectiongetEightByteConstantSection () const
const MCSectiongetSixteenByteConstantSection () const
const MCSectiongetLazySymbolPointerSection () const
const MCSectiongetNonLazySymbolPointerSection () const
const MCSectiongetDrectveSection () const
const MCSectiongetPDataSection () const
const MCSectiongetXDataSection () const
const MCSectiongetEHFrameSection ()

Protected Attributes

bool CommDirectiveSupportsAlignment
bool SupportsWeakOmittedEHFrame
bool IsFunctionEHFrameSymbolPrivate
unsigned PersonalityEncoding
unsigned LSDAEncoding
unsigned FDEEncoding
unsigned FDECFIEncoding
unsigned TTypeEncoding
unsigned EHSectionType
 Section flags for eh_frame.
unsigned EHSectionFlags
unsigned CompactUnwindDwarfEHFrameOnly
const MCSectionTextSection
const MCSectionDataSection
const MCSectionBSSSection
 BSSSection - Section that is default initialized to zero.
const MCSectionReadOnlySection
const MCSectionStaticCtorSection
const MCSectionStaticDtorSection
const MCSectionLSDASection
const MCSectionCompactUnwindSection
const MCSectionDwarfAbbrevSection
const MCSectionDwarfInfoSection
const MCSectionDwarfLineSection
const MCSectionDwarfFrameSection
const MCSectionDwarfPubTypesSection
const MCSectionDwarfDebugInlineSection
const MCSectionDwarfStrSection
const MCSectionDwarfLocSection
const MCSectionDwarfARangesSection
const MCSectionDwarfRangesSection
const MCSectionDwarfMacroInfoSection
const MCSectionDwarfPubNamesSection
const MCSectionDwarfAccelNamesSection
const MCSectionDwarfAccelObjCSection
const MCSectionDwarfAccelNamespaceSection
const MCSectionDwarfAccelTypesSection
const MCSectionDwarfInfoDWOSection
 These are used for the Fission separate debug information files.
const MCSectionDwarfAbbrevDWOSection
const MCSectionDwarfStrDWOSection
const MCSectionDwarfLineDWOSection
const MCSectionDwarfLocDWOSection
const MCSectionDwarfStrOffDWOSection
const MCSectionDwarfAddrSection
const MCSectionTLSExtraDataSection
const MCSectionTLSDataSection
const MCSectionTLSBSSSection
const MCSectionEHFrameSection
const MCSectionDataRelSection
const MCSectionDataRelLocalSection
const MCSectionDataRelROSection
const MCSectionDataRelROLocalSection
const MCSectionMergeableConst4Section
const MCSectionMergeableConst8Section
const MCSectionMergeableConst16Section
const MCSectionTLSTLVSection
const MCSectionTLSThreadInitSection
const MCSectionCStringSection
const MCSectionUStringSection
const MCSectionTextCoalSection
const MCSectionConstTextCoalSection
const MCSectionConstDataSection
const MCSectionDataCoalSection
const MCSectionDataCommonSection
const MCSectionDataBSSSection
const MCSectionFourByteConstantSection
const MCSectionEightByteConstantSection
const MCSectionSixteenByteConstantSection
const MCSectionLazySymbolPointerSection
const MCSectionNonLazySymbolPointerSection
const MCSectionDrectveSection
const MCSectionPDataSection
const MCSectionXDataSection

Detailed Description

Definition at line 25 of file MCObjectFileInfo.h.


Member Function Documentation

const MCSection* llvm::MCObjectFileInfo::getBSSSection ( ) const [inline]

Definition at line 215 of file MCObjectFileInfo.h.

References BSSSection.

bool llvm::MCObjectFileInfo::getCommDirectiveSupportsAlignment ( ) const [inline]

Definition at line 198 of file MCObjectFileInfo.h.

References CommDirectiveSupportsAlignment.

Referenced by llvm::AsmPrinter::EmitGlobalVariable().

unsigned llvm::MCObjectFileInfo::getCompactUnwindDwarfEHFrameOnly ( ) const [inline]

Definition at line 209 of file MCObjectFileInfo.h.

References CompactUnwindDwarfEHFrameOnly.

const MCSection* llvm::MCObjectFileInfo::getCompactUnwindSection ( ) const [inline]

Definition at line 217 of file MCObjectFileInfo.h.

References CompactUnwindSection.

Referenced by llvm::MCDwarfFrameEmitter::Emit().

const MCSection* llvm::MCObjectFileInfo::getConstDataSection ( ) const [inline]

Definition at line 310 of file MCObjectFileInfo.h.

References ConstDataSection.

const MCSection* llvm::MCObjectFileInfo::getConstTextCoalSection ( ) const [inline]

Definition at line 307 of file MCObjectFileInfo.h.

References ConstTextCoalSection.

Referenced by llvm::ARMAsmPrinter::EmitStartOfAsmFile().

const MCSection* llvm::MCObjectFileInfo::getCStringSection ( ) const [inline]

Definition at line 304 of file MCObjectFileInfo.h.

References CStringSection.

const MCSection* llvm::MCObjectFileInfo::getDataBSSSection ( ) const [inline]

Definition at line 313 of file MCObjectFileInfo.h.

References DataBSSSection.

const MCSection* llvm::MCObjectFileInfo::getDataCoalSection ( ) const [inline]

Definition at line 311 of file MCObjectFileInfo.h.

References DataCoalSection.

const MCSection* llvm::MCObjectFileInfo::getDataCommonSection ( ) const [inline]

Definition at line 312 of file MCObjectFileInfo.h.

References DataCommonSection.

const MCSection* llvm::MCObjectFileInfo::getDataRelLocalSection ( ) const [inline]

Definition at line 281 of file MCObjectFileInfo.h.

References DataRelLocalSection.

const MCSection* llvm::MCObjectFileInfo::getDataRelROLocalSection ( ) const [inline]

Definition at line 285 of file MCObjectFileInfo.h.

References DataRelROLocalSection.

const MCSection* llvm::MCObjectFileInfo::getDataRelROSection ( ) const [inline]

Definition at line 284 of file MCObjectFileInfo.h.

References DataRelROSection.

const MCSection* llvm::MCObjectFileInfo::getDataRelSection ( ) const [inline]
const MCSection* llvm::MCObjectFileInfo::getDataSection ( ) const [inline]

Definition at line 214 of file MCObjectFileInfo.h.

References DataSection.

Referenced by llvm::TargetLoweringObjectFile::SelectSectionForGlobal().

const MCSection* llvm::MCObjectFileInfo::getDrectveSection ( ) const [inline]

COFF specific sections.

Definition at line 332 of file MCObjectFileInfo.h.

References DrectveSection.

Referenced by llvm::X86AsmPrinter::EmitEndOfAsmFile().

const MCSection* llvm::MCObjectFileInfo::getDwarfAbbrevDWOSection ( ) const [inline]

Definition at line 253 of file MCObjectFileInfo.h.

References DwarfAbbrevDWOSection.

const MCSection* llvm::MCObjectFileInfo::getDwarfAbbrevSection ( ) const [inline]

Definition at line 220 of file MCObjectFileInfo.h.

References DwarfAbbrevSection.

Referenced by llvm::MCGenDwarfInfo::Emit(), and EmitGenDwarfAbbrev().

const MCSection* llvm::MCObjectFileInfo::getDwarfAccelNamespaceSection ( ) const [inline]

Definition at line 244 of file MCObjectFileInfo.h.

References DwarfAccelNamespaceSection.

const MCSection* llvm::MCObjectFileInfo::getDwarfAccelNamesSection ( ) const [inline]

Definition at line 238 of file MCObjectFileInfo.h.

References DwarfAccelNamesSection.

const MCSection* llvm::MCObjectFileInfo::getDwarfAccelObjCSection ( ) const [inline]

Definition at line 241 of file MCObjectFileInfo.h.

References DwarfAccelObjCSection.

const MCSection* llvm::MCObjectFileInfo::getDwarfAccelTypesSection ( ) const [inline]

Definition at line 247 of file MCObjectFileInfo.h.

References DwarfAccelTypesSection.

const MCSection* llvm::MCObjectFileInfo::getDwarfAddrSection ( ) const [inline]

Definition at line 268 of file MCObjectFileInfo.h.

References DwarfAddrSection.

const MCSection* llvm::MCObjectFileInfo::getDwarfARangesSection ( ) const [inline]

Definition at line 231 of file MCObjectFileInfo.h.

References DwarfARangesSection.

Referenced by llvm::MCGenDwarfInfo::Emit(), and EmitGenDwarfAranges().

const MCSection* llvm::MCObjectFileInfo::getDwarfDebugInlineSection ( ) const [inline]

Definition at line 226 of file MCObjectFileInfo.h.

References DwarfDebugInlineSection.

const MCSection* llvm::MCObjectFileInfo::getDwarfFrameSection ( ) const [inline]

Definition at line 223 of file MCObjectFileInfo.h.

References DwarfFrameSection.

Referenced by llvm::MCDwarfFrameEmitter::Emit().

const MCSection* llvm::MCObjectFileInfo::getDwarfInfoDWOSection ( ) const [inline]

Definition at line 250 of file MCObjectFileInfo.h.

References DwarfInfoDWOSection.

const MCSection* llvm::MCObjectFileInfo::getDwarfInfoSection ( ) const [inline]

Definition at line 221 of file MCObjectFileInfo.h.

References DwarfInfoSection.

Referenced by llvm::MCGenDwarfInfo::Emit(), and EmitGenDwarfInfo().

const MCSection* llvm::MCObjectFileInfo::getDwarfLineDWOSection ( ) const [inline]

Definition at line 259 of file MCObjectFileInfo.h.

References DwarfLineDWOSection.

const MCSection* llvm::MCObjectFileInfo::getDwarfLineSection ( ) const [inline]

Definition at line 222 of file MCObjectFileInfo.h.

References DwarfLineSection.

Referenced by llvm::MCDwarfFileTable::Emit(), and EmitDwarfLineTable().

const MCSection* llvm::MCObjectFileInfo::getDwarfLocDWOSection ( ) const [inline]

Definition at line 262 of file MCObjectFileInfo.h.

References DwarfLocDWOSection.

const MCSection* llvm::MCObjectFileInfo::getDwarfLocSection ( ) const [inline]

Definition at line 230 of file MCObjectFileInfo.h.

References DwarfLocSection.

const MCSection* llvm::MCObjectFileInfo::getDwarfMacroInfoSection ( ) const [inline]

Definition at line 233 of file MCObjectFileInfo.h.

References DwarfMacroInfoSection.

const MCSection* llvm::MCObjectFileInfo::getDwarfPubNamesSection ( ) const [inline]

Definition at line 224 of file MCObjectFileInfo.h.

References DwarfPubNamesSection.

const MCSection* llvm::MCObjectFileInfo::getDwarfPubTypesSection ( ) const [inline]

Definition at line 225 of file MCObjectFileInfo.h.

References DwarfPubTypesSection.

const MCSection* llvm::MCObjectFileInfo::getDwarfRangesSection ( ) const [inline]

Definition at line 232 of file MCObjectFileInfo.h.

References DwarfRangesSection.

const MCSection* llvm::MCObjectFileInfo::getDwarfStrDWOSection ( ) const [inline]

Definition at line 256 of file MCObjectFileInfo.h.

References DwarfStrDWOSection.

const MCSection* llvm::MCObjectFileInfo::getDwarfStrOffDWOSection ( ) const [inline]

Definition at line 265 of file MCObjectFileInfo.h.

References DwarfStrOffDWOSection.

const MCSection* llvm::MCObjectFileInfo::getDwarfStrSection ( ) const [inline]

Definition at line 229 of file MCObjectFileInfo.h.

References DwarfStrSection.

const MCSection* llvm::MCObjectFileInfo::getEHFrameSection ( ) [inline]

Definition at line 336 of file MCObjectFileInfo.h.

References EHFrameSection.

Referenced by llvm::MCDwarfFrameEmitter::Emit().

const MCSection* llvm::MCObjectFileInfo::getEightByteConstantSection ( ) const [inline]

Definition at line 317 of file MCObjectFileInfo.h.

References EightByteConstantSection.

unsigned llvm::MCObjectFileInfo::getFDEEncoding ( bool  CFI) const [inline]

Definition at line 204 of file MCObjectFileInfo.h.

References FDECFIEncoding, and FDEEncoding.

const MCSection* llvm::MCObjectFileInfo::getFourByteConstantSection ( ) const [inline]

Definition at line 314 of file MCObjectFileInfo.h.

References FourByteConstantSection.

const MCSection* llvm::MCObjectFileInfo::getLazySymbolPointerSection ( ) const [inline]

Definition at line 323 of file MCObjectFileInfo.h.

References LazySymbolPointerSection.

unsigned llvm::MCObjectFileInfo::getLSDAEncoding ( ) const [inline]
const MCSection* llvm::MCObjectFileInfo::getLSDASection ( ) const [inline]

Definition at line 216 of file MCObjectFileInfo.h.

References LSDASection.

Referenced by llvm::DwarfException::EmitExceptionTable().

const MCSection* llvm::MCObjectFileInfo::getMergeableConst16Section ( ) const [inline]

Definition at line 294 of file MCObjectFileInfo.h.

References MergeableConst16Section.

const MCSection* llvm::MCObjectFileInfo::getMergeableConst4Section ( ) const [inline]

Definition at line 288 of file MCObjectFileInfo.h.

References MergeableConst4Section.

const MCSection* llvm::MCObjectFileInfo::getMergeableConst8Section ( ) const [inline]

Definition at line 291 of file MCObjectFileInfo.h.

References MergeableConst8Section.

const MCSection* llvm::MCObjectFileInfo::getNonLazySymbolPointerSection ( ) const [inline]

Definition at line 326 of file MCObjectFileInfo.h.

References NonLazySymbolPointerSection.

Referenced by llvm::ARMAsmPrinter::EmitEndOfAsmFile().

const MCSection* llvm::MCObjectFileInfo::getPDataSection ( ) const [inline]

Definition at line 333 of file MCObjectFileInfo.h.

References PDataSection.

Referenced by llvm::getWin64EHFuncTableSection().

unsigned llvm::MCObjectFileInfo::getPersonalityEncoding ( ) const [inline]
const MCSection* llvm::MCObjectFileInfo::getSixteenByteConstantSection ( ) const [inline]

Definition at line 320 of file MCObjectFileInfo.h.

References SixteenByteConstantSection.

bool llvm::MCObjectFileInfo::getSupportsWeakOmittedEHFrame ( ) const [inline]

Definition at line 195 of file MCObjectFileInfo.h.

References SupportsWeakOmittedEHFrame.

const MCSection* llvm::MCObjectFileInfo::getTextCoalSection ( ) const [inline]

Definition at line 306 of file MCObjectFileInfo.h.

References TextCoalSection.

Referenced by llvm::ARMAsmPrinter::EmitStartOfAsmFile().

const MCSection* llvm::MCObjectFileInfo::getTextSection ( ) const [inline]
const MCSection* llvm::MCObjectFileInfo::getTLSBSSSection ( ) const [inline]

Definition at line 276 of file MCObjectFileInfo.h.

References TLSBSSSection.

const MCSection* llvm::MCObjectFileInfo::getTLSDataSection ( ) const [inline]

Definition at line 275 of file MCObjectFileInfo.h.

References TLSDataSection.

const MCSection* llvm::MCObjectFileInfo::getTLSExtraDataSection ( ) const [inline]

Definition at line 272 of file MCObjectFileInfo.h.

References TLSExtraDataSection.

Referenced by llvm::AsmPrinter::EmitGlobalVariable().

const MCSection* llvm::MCObjectFileInfo::getTLSThreadInitSection ( ) const [inline]

Definition at line 301 of file MCObjectFileInfo.h.

References TLSThreadInitSection.

const MCSection* llvm::MCObjectFileInfo::getTLSTLVSection ( ) const [inline]

MachO specific sections.

Definition at line 300 of file MCObjectFileInfo.h.

References TLSTLVSection.

unsigned llvm::MCObjectFileInfo::getTTypeEncoding ( ) const [inline]

Definition at line 207 of file MCObjectFileInfo.h.

References TTypeEncoding.

Referenced by llvm::DwarfException::EmitExceptionTable().

const MCSection* llvm::MCObjectFileInfo::getUStringSection ( ) const [inline]

Definition at line 305 of file MCObjectFileInfo.h.

References UStringSection.

const MCSection* llvm::MCObjectFileInfo::getXDataSection ( ) const [inline]

Definition at line 334 of file MCObjectFileInfo.h.

References XDataSection.

Referenced by llvm::getWin64EHTableSection(), and getWin64EHTableSection().

void MCObjectFileInfo::InitMCObjectFileInfo ( StringRef  TT,
Reloc::Model  RM,
CodeModel::Model  CM,
MCContext ctx 
)
bool llvm::MCObjectFileInfo::isFunctionEHFrameSymbolPrivate ( ) const [inline]

Definition at line 192 of file MCObjectFileInfo.h.

References IsFunctionEHFrameSymbolPrivate.

Referenced by llvm::DwarfCFIException::EndModule().


Member Data Documentation

CommDirectiveSupportsAlignment - True if .comm supports alignment. This is a hack for as long as we support 10.4 Tiger, whose assembler doesn't support alignment on comm.

Definition at line 30 of file MCObjectFileInfo.h.

Referenced by getCommDirectiveSupportsAlignment(), and InitMCObjectFileInfo().

CompactUnwindDwarfEHFrameOnly - Compact unwind encoding indicating that we should emit only an EH frame.

Definition at line 56 of file MCObjectFileInfo.h.

Referenced by getCompactUnwindDwarfEHFrameOnly(), and InitMCObjectFileInfo().

CompactUnwindSection - If exception handling is supported by the target and the target can support a compact representation of the CIE and FDE, this is the section to emit them into.

Definition at line 90 of file MCObjectFileInfo.h.

Referenced by getCompactUnwindSection(), and InitMCObjectFileInfo().

Definition at line 172 of file MCObjectFileInfo.h.

Referenced by getConstDataSection().

Definition at line 171 of file MCObjectFileInfo.h.

Referenced by getConstTextCoalSection().

Definition at line 168 of file MCObjectFileInfo.h.

Referenced by getCStringSection().

Definition at line 175 of file MCObjectFileInfo.h.

Referenced by getDataBSSSection().

Definition at line 173 of file MCObjectFileInfo.h.

Referenced by getDataCoalSection().

Definition at line 174 of file MCObjectFileInfo.h.

Referenced by getDataCommonSection().

Definition at line 149 of file MCObjectFileInfo.h.

Referenced by getDataRelLocalSection().

Definition at line 151 of file MCObjectFileInfo.h.

Referenced by getDataRelROLocalSection().

Definition at line 150 of file MCObjectFileInfo.h.

Referenced by getDataRelROSection().

ELF specific sections.

Definition at line 148 of file MCObjectFileInfo.h.

Referenced by getDataRelSection().

COFF specific sections.

Definition at line 184 of file MCObjectFileInfo.h.

Referenced by getDrectveSection().

Definition at line 121 of file MCObjectFileInfo.h.

Referenced by getDwarfAbbrevDWOSection().

Definition at line 116 of file MCObjectFileInfo.h.

Referenced by getDwarfAccelNamespaceSection(), and InitMCObjectFileInfo().

DwarfAccelNamesSection, DwarfAccelObjCSection, DwarfAccelNamespaceSection, DwarfAccelTypesSection - If we use the DWARF accelerated hash tables then we want to emit these sections.

Definition at line 114 of file MCObjectFileInfo.h.

Referenced by getDwarfAccelNamesSection(), and InitMCObjectFileInfo().

Definition at line 115 of file MCObjectFileInfo.h.

Referenced by getDwarfAccelObjCSection(), and InitMCObjectFileInfo().

Definition at line 117 of file MCObjectFileInfo.h.

Referenced by getDwarfAccelTypesSection(), and InitMCObjectFileInfo().

Definition at line 126 of file MCObjectFileInfo.h.

Referenced by getDwarfAddrSection().

These are used for the Fission separate debug information files.

Definition at line 120 of file MCObjectFileInfo.h.

Referenced by getDwarfInfoDWOSection().

Definition at line 123 of file MCObjectFileInfo.h.

Referenced by getDwarfLineDWOSection().

Definition at line 124 of file MCObjectFileInfo.h.

Referenced by getDwarfLocDWOSection().

Definition at line 107 of file MCObjectFileInfo.h.

Referenced by getDwarfPubNamesSection().

Definition at line 122 of file MCObjectFileInfo.h.

Referenced by getDwarfStrDWOSection().

Definition at line 125 of file MCObjectFileInfo.h.

Referenced by getDwarfStrOffDWOSection().

EHFrameSection - EH frame section. It is initialized on demand so it can be overwritten (with uniquing).

Definition at line 144 of file MCObjectFileInfo.h.

Referenced by getEHFrameSection(), llvm::NVPTXTargetObjectFile::Initialize(), InitMCObjectFileInfo(), and llvm::NVPTXTargetObjectFile::~NVPTXTargetObjectFile().

Definition at line 52 of file MCObjectFileInfo.h.

Section flags for eh_frame.

Definition at line 51 of file MCObjectFileInfo.h.

Definition at line 177 of file MCObjectFileInfo.h.

Referenced by getEightByteConstantSection().

Definition at line 47 of file MCObjectFileInfo.h.

Referenced by getFDEEncoding(), and InitMCObjectFileInfo().

Definition at line 46 of file MCObjectFileInfo.h.

Referenced by getFDEEncoding(), and InitMCObjectFileInfo().

Definition at line 176 of file MCObjectFileInfo.h.

Referenced by getFourByteConstantSection().

IsFunctionEHFrameSymbolPrivate - This flag is set to true if the "EH_frame" symbol for EH information should be an assembler temporary (aka private linkage, aka an L or .L label) or false if it should be a normal non-.globl label. This defaults to true.

Definition at line 40 of file MCObjectFileInfo.h.

Referenced by InitMCObjectFileInfo(), and isFunctionEHFrameSymbolPrivate().

Definition at line 179 of file MCObjectFileInfo.h.

Referenced by getLazySymbolPointerSection().

Definition at line 45 of file MCObjectFileInfo.h.

Referenced by getLSDAEncoding(), and InitMCObjectFileInfo().

LSDASection - If exception handling is supported by the target, this is the section the Language Specific Data Area information is emitted to.

Definition at line 85 of file MCObjectFileInfo.h.

Referenced by getLSDASection(), llvm::NVPTXTargetObjectFile::Initialize(), and llvm::NVPTXTargetObjectFile::~NVPTXTargetObjectFile().

Definition at line 180 of file MCObjectFileInfo.h.

Referenced by getNonLazySymbolPointerSection().

Definition at line 185 of file MCObjectFileInfo.h.

Referenced by getPDataSection().

PersonalityEncoding, LSDAEncoding, FDEEncoding, TTypeEncoding - Some encoding values for EH.

Definition at line 44 of file MCObjectFileInfo.h.

Referenced by getPersonalityEncoding(), and InitMCObjectFileInfo().

ReadOnlySection - Section that is readonly and can contain arbitrary initialized data. Targets are not required to have a readonly section. If they don't, various bits of code will fall back to using the data section for constants.

Definition at line 73 of file MCObjectFileInfo.h.

Referenced by llvm::TargetLoweringObjectFile::getSectionForConstant(), llvm::NVPTXTargetObjectFile::getSectionForConstant(), llvm::XCoreTargetObjectFile::Initialize(), llvm::NVPTXTargetObjectFile::Initialize(), llvm::TargetLoweringObjectFile::SelectSectionForGlobal(), and llvm::NVPTXTargetObjectFile::~NVPTXTargetObjectFile().

Definition at line 178 of file MCObjectFileInfo.h.

Referenced by getSixteenByteConstantSection().

StaticCtorSection - This section contains the static constructor pointer list.

Definition at line 77 of file MCObjectFileInfo.h.

Referenced by llvm::TargetLoweringObjectFile::getStaticCtorSection(), llvm::NVPTXTargetObjectFile::Initialize(), and llvm::NVPTXTargetObjectFile::~NVPTXTargetObjectFile().

StaticDtorSection - This section contains the static destructor pointer list.

Definition at line 81 of file MCObjectFileInfo.h.

Referenced by llvm::TargetLoweringObjectFile::getStaticDtorSection(), llvm::NVPTXTargetObjectFile::Initialize(), and llvm::NVPTXTargetObjectFile::~NVPTXTargetObjectFile().

SupportsWeakEmptyEHFrame - True if target object file supports a weak_definition of constant 0 for an omitted EH frame.

Definition at line 34 of file MCObjectFileInfo.h.

Referenced by getSupportsWeakOmittedEHFrame(), and InitMCObjectFileInfo().

Definition at line 170 of file MCObjectFileInfo.h.

Referenced by getTextCoalSection().

TextSection - Section directive for standard text.

Definition at line 60 of file MCObjectFileInfo.h.

Referenced by getTextSection(), llvm::NVPTXTargetObjectFile::Initialize(), and llvm::NVPTXTargetObjectFile::~NVPTXTargetObjectFile().

TLSBSSSection - Section directive for Thread Local uninitialized data. Null if this target doesn't support a BSS section. ELF and MachO only.

Definition at line 139 of file MCObjectFileInfo.h.

Referenced by getTLSBSSSection(), and llvm::XCoreTargetObjectFile::Initialize().

TLSDataSection - Section directive for Thread Local data. ELF, MachO and COFF.

Definition at line 134 of file MCObjectFileInfo.h.

Referenced by getTLSDataSection(), and llvm::XCoreTargetObjectFile::Initialize().

Definition at line 130 of file MCObjectFileInfo.h.

Referenced by getTLSExtraDataSection().

TLSThreadInitSection - Section for thread local data initialization functions.

Definition at line 166 of file MCObjectFileInfo.h.

Referenced by getTLSThreadInitSection().

MachO specific sections. TLSTLVSection - Section for thread local structure information. Contains the source code name of the variable, visibility and a pointer to the initial value (.tdata or .tbss).

Definition at line 162 of file MCObjectFileInfo.h.

Referenced by getTLSTLVSection().

Definition at line 48 of file MCObjectFileInfo.h.

Referenced by getTTypeEncoding(), and InitMCObjectFileInfo().

Definition at line 169 of file MCObjectFileInfo.h.

Referenced by getUStringSection().

Definition at line 186 of file MCObjectFileInfo.h.

Referenced by getXDataSection().


The documentation for this class was generated from the following files: