LLVM
15.0.0git
|
#include "llvm/CodeGen/TargetLoweringObjectFileImpl.h"
Additional Inherited Members | |
![]() | |
static SectionKind | getKindForGlobal (const GlobalObject *GO, const TargetMachine &TM) |
Classify the specified global variable into a set of target independent categories embodied in SectionKind. More... | |
![]() | |
bool | SupportIndirectSymViaGOTPCRel = false |
bool | SupportGOTPCRelWithOffset = true |
bool | SupportDebugThreadLocalLocation = true |
bool | SupportDSOLocalEquivalentLowering = false |
unsigned | PersonalityEncoding = 0 |
PersonalityEncoding, LSDAEncoding, TTypeEncoding - Some encoding values for EH. More... | |
unsigned | LSDAEncoding = 0 |
unsigned | TTypeEncoding = 0 |
unsigned | CallSiteEncoding = 0 |
MCSection * | StaticCtorSection = nullptr |
This section contains the static constructor pointer list. More... | |
MCSection * | StaticDtorSection = nullptr |
This section contains the static destructor pointer list. More... | |
const TargetMachine * | TM = nullptr |
![]() | |
bool | CommDirectiveSupportsAlignment = false |
True if .comm supports alignment. More... | |
bool | SupportsWeakOmittedEHFrame = false |
True if target object file supports a weak_definition of constant 0 for an omitted EH frame. More... | |
bool | SupportsCompactUnwindWithoutEHFrame = false |
True if the target object file supports emitting a compact unwind section without an associated EH frame section. More... | |
bool | OmitDwarfIfHaveCompactUnwind = false |
OmitDwarfIfHaveCompactUnwind - True if the target object file supports having some functions with compact unwind and other with dwarf unwind. More... | |
unsigned | FDECFIEncoding = 0 |
FDE CFI encoding. More... | |
unsigned | CompactUnwindDwarfEHFrameOnly = 0 |
Compact unwind encoding indicating that we should emit only an EH frame. More... | |
MCSection * | TextSection = nullptr |
Section directive for standard text. More... | |
MCSection * | DataSection = nullptr |
Section directive for standard data. More... | |
MCSection * | BSSSection = nullptr |
Section that is default initialized to zero. More... | |
MCSection * | ReadOnlySection = nullptr |
Section that is readonly and can contain arbitrary initialized data. More... | |
MCSection * | LSDASection = nullptr |
If exception handling is supported by the target, this is the section the Language Specific Data Area information is emitted to. More... | |
MCSection * | CompactUnwindSection = nullptr |
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. More... | |
MCSection * | DwarfAbbrevSection = nullptr |
MCSection * | DwarfInfoSection = nullptr |
MCSection * | DwarfLineSection = nullptr |
MCSection * | DwarfLineStrSection = nullptr |
MCSection * | DwarfFrameSection = nullptr |
MCSection * | DwarfPubTypesSection = nullptr |
const MCSection * | DwarfDebugInlineSection = nullptr |
MCSection * | DwarfStrSection = nullptr |
MCSection * | DwarfLocSection = nullptr |
MCSection * | DwarfARangesSection = nullptr |
MCSection * | DwarfRangesSection = nullptr |
MCSection * | DwarfMacinfoSection = nullptr |
MCSection * | DwarfMacroSection = nullptr |
MCSection * | DwarfPubNamesSection = nullptr |
MCSection * | DwarfDebugNamesSection = nullptr |
Accelerator table sections. More... | |
MCSection * | DwarfAccelNamesSection = nullptr |
MCSection * | DwarfAccelObjCSection = nullptr |
MCSection * | DwarfAccelNamespaceSection = nullptr |
MCSection * | DwarfAccelTypesSection = nullptr |
MCSection * | DwarfInfoDWOSection = nullptr |
MCSection * | DwarfTypesDWOSection = nullptr |
MCSection * | DwarfAbbrevDWOSection = nullptr |
MCSection * | DwarfStrDWOSection = nullptr |
MCSection * | DwarfLineDWOSection = nullptr |
MCSection * | DwarfLocDWOSection = nullptr |
MCSection * | DwarfStrOffDWOSection = nullptr |
MCSection * | DwarfMacinfoDWOSection = nullptr |
MCSection * | DwarfMacroDWOSection = nullptr |
MCSection * | DwarfStrOffSection = nullptr |
The DWARF v5 string offset and address table sections. More... | |
MCSection * | DwarfAddrSection = nullptr |
MCSection * | DwarfRnglistsSection = nullptr |
The DWARF v5 range list section. More... | |
MCSection * | DwarfLoclistsSection = nullptr |
The DWARF v5 locations list section. More... | |
MCSection * | DwarfRnglistsDWOSection = nullptr |
The DWARF v5 range and location list sections for fission. More... | |
MCSection * | DwarfLoclistsDWOSection = nullptr |
MCSection * | DwarfCUIndexSection = nullptr |
MCSection * | DwarfTUIndexSection = nullptr |
MCSection * | DwarfGnuPubNamesSection = nullptr |
Section for newer gnu pubnames. More... | |
MCSection * | DwarfGnuPubTypesSection = nullptr |
Section for newer gnu pubtypes. More... | |
MCSection * | DwarfSwiftASTSection = nullptr |
MCSection * | COFFDebugSymbolsSection = nullptr |
MCSection * | COFFDebugTypesSection = nullptr |
MCSection * | COFFGlobalTypeHashesSection = nullptr |
MCSection * | TLSExtraDataSection = nullptr |
Extra TLS Variable Data section. More... | |
MCSection * | TLSDataSection = nullptr |
Section directive for Thread Local data. ELF, MachO, COFF, and Wasm. More... | |
MCSection * | TLSBSSSection = nullptr |
Section directive for Thread Local uninitialized data. More... | |
MCSection * | StackMapSection = nullptr |
StackMap section. More... | |
MCSection * | FaultMapSection = nullptr |
FaultMap section. More... | |
MCSection * | RemarksSection = nullptr |
Remarks section. More... | |
MCSection * | EHFrameSection = nullptr |
EH frame section. More... | |
MCSection * | StackSizesSection = nullptr |
Section containing metadata on function stack sizes. More... | |
MCSection * | PseudoProbeSection = nullptr |
Section for pseudo probe information used by AutoFDO. More... | |
MCSection * | PseudoProbeDescSection = nullptr |
MCSection * | DataRelROSection = nullptr |
MCSection * | MergeableConst4Section = nullptr |
MCSection * | MergeableConst8Section = nullptr |
MCSection * | MergeableConst16Section = nullptr |
MCSection * | MergeableConst32Section = nullptr |
MCSection * | TLSTLVSection = nullptr |
Section for thread local structure information. More... | |
const MCSection * | TLSThreadInitSection = nullptr |
Section for thread local data initialization functions. More... | |
MCSection * | CStringSection = nullptr |
MCSection * | UStringSection = nullptr |
MCSection * | TextCoalSection = nullptr |
MCSection * | ConstTextCoalSection = nullptr |
MCSection * | ConstDataSection = nullptr |
MCSection * | DataCoalSection = nullptr |
MCSection * | ConstDataCoalSection = nullptr |
MCSection * | DataCommonSection = nullptr |
MCSection * | DataBSSSection = nullptr |
MCSection * | FourByteConstantSection = nullptr |
MCSection * | EightByteConstantSection = nullptr |
MCSection * | SixteenByteConstantSection = nullptr |
MCSection * | LazySymbolPointerSection = nullptr |
MCSection * | NonLazySymbolPointerSection = nullptr |
MCSection * | ThreadLocalPointerSection = nullptr |
MCSection * | AddrSigSection = nullptr |
MCSection * | DrectveSection = nullptr |
COFF specific sections. More... | |
MCSection * | PDataSection = nullptr |
MCSection * | XDataSection = nullptr |
MCSection * | SXDataSection = nullptr |
MCSection * | GEHContSection = nullptr |
MCSection * | GFIDsSection = nullptr |
MCSection * | GIATsSection = nullptr |
MCSection * | GLJMPSection = nullptr |
MCSection * | PPA1Section = nullptr |
MCSection * | TOCBaseSection = nullptr |
MCSection * | ReadOnly8Section = nullptr |
MCSection * | ReadOnly16Section = nullptr |
std::array< MCSection *, binaryformat::Swift5ReflectionSectionKind::last > | Swift5ReflectionSections = {} |
Definition at line 161 of file TargetLoweringObjectFileImpl.h.
|
overridedefault |
|
overridevirtual |
Emit Obj-C garbage collection and linker options.
Reimplemented from llvm::TargetLoweringObjectFile.
Definition at line 1765 of file TargetLoweringObjectFileImpl.cpp.
References llvm::MCStreamer::AddBlankLine(), llvm::MCStreamer::emitInt32(), llvm::MCStreamer::emitLabel(), GetObjCImageInfo(), llvm::SectionKind::getReadOnly(), llvm::COFF::IMAGE_SCN_CNT_INITIALIZED_DATA, llvm::COFF::IMAGE_SCN_MEM_READ, M, S, llvm::MCStreamer::SwitchSection(), and Version.
|
overridevirtual |
Targets should implement this method to assign a section to globals with an explicit section specfied.
The implementation of this method can assume that GO->hasSection() is true.
Implements llvm::TargetLoweringObjectFile.
Definition at line 1616 of file TargetLoweringObjectFileImpl.cpp.
References Characteristics, getCOFFSectionFlags(), getComdatGVForCOFF(), llvm::MCSymbol::getName(), llvm::GlobalObject::getSection(), getSelectionForCOFF(), llvm::GlobalObject::hasComdat(), llvm::GlobalValue::hasPrivateLinkage(), llvm::COFF::IMAGE_COMDAT_SELECT_ASSOCIATIVE, llvm::COFF::IMAGE_SCN_LNK_COMDAT, Selection, and TM.
|
overridevirtual |
Reimplemented from llvm::TargetLoweringObjectFile.
Definition at line 1726 of file TargetLoweringObjectFileImpl.cpp.
References llvm::GlobalValue::hasPrivateLinkage(), and TM.
|
overridevirtual |
Given a mergeable constant with the specified size and relocation information, return a section that it should be placed in.
Reimplemented from llvm::TargetLoweringObjectFile.
Definition at line 1992 of file TargetLoweringObjectFileImpl.cpp.
References Align, Characteristics, DL, llvm::TargetLoweringObjectFile::getSectionForConstant(), llvm::COFF::IMAGE_COMDAT_SELECT_ANY, llvm::COFF::IMAGE_SCN_CNT_INITIALIZED_DATA, llvm::COFF::IMAGE_SCN_LNK_COMDAT, llvm::COFF::IMAGE_SCN_MEM_READ, and scalarConstantToHexString().
|
overridevirtual |
Reimplemented from llvm::TargetLoweringObjectFile.
Definition at line 1738 of file TargetLoweringObjectFileImpl.cpp.
References Characteristics, F, getCOFFSectionFlags(), getCOFFSectionNameForUniqueGlobal(), llvm::MCSymbol::getName(), llvm::SectionKind::getReadOnly(), llvm::COFF::IMAGE_COMDAT_SELECT_ASSOCIATIVE, llvm::COFF::IMAGE_SCN_LNK_COMDAT, and TM.
|
overridevirtual |
Reimplemented from llvm::TargetLoweringObjectFile.
Definition at line 1915 of file TargetLoweringObjectFileImpl.cpp.
References getCOFFStaticStructorSection().
|
overridevirtual |
Reimplemented from llvm::TargetLoweringObjectFile.
Definition at line 1922 of file TargetLoweringObjectFileImpl.cpp.
References getCOFFStaticStructorSection().
|
overridevirtual |
This method must be called before any actual lowering is done.
Initialize - this method must be called before any actual lowering is done.
This specifies the current context for codegen, and gives the lowering implementations a chance to set up their default sections.
Reimplemented from llvm::TargetLoweringObjectFile.
Definition at line 1851 of file TargetLoweringObjectFileImpl.cpp.
References llvm::MCContext::getCOFFSection(), llvm::SectionKind::getData(), llvm::SectionKind::getReadOnly(), llvm::COFF::IMAGE_SCN_CNT_INITIALIZED_DATA, llvm::COFF::IMAGE_SCN_MEM_READ, llvm::COFF::IMAGE_SCN_MEM_WRITE, llvm::TargetLoweringObjectFile::Initialize(), and TM.
|
overridevirtual |
Reimplemented from llvm::TargetLoweringObjectFile.
Definition at line 1929 of file TargetLoweringObjectFileImpl.cpp.
References llvm::MCSymbolRefExpr::create(), llvm::Value::getName(), llvm::Type::getPointerAddressSpace(), llvm::Value::getType(), LHS, RHS, TM, and llvm::MCSymbolRefExpr::VK_COFF_IMGREL32.
|
overridevirtual |
Implements llvm::TargetLoweringObjectFile.
Definition at line 1655 of file TargetLoweringObjectFileImpl.cpp.
References Characteristics, F, llvm::MCContext::GenericSectionID, getCOFFSectionFlags(), getCOFFSectionNameForUniqueGlobal(), getComdatGVForCOFF(), llvm::MCSymbol::getName(), llvm::Value::getName(), getSelectionForCOFF(), llvm::GlobalObject::hasComdat(), llvm::GlobalValue::hasPrivateLinkage(), llvm::COFF::IMAGE_COMDAT_SELECT_NODUPLICATES, llvm::COFF::IMAGE_SCN_LNK_COMDAT, llvm::cl::Prefix, Selection, and TM.