LLVM 20.0.0git
|
#include "llvm/MC/MCObjectFileInfo.h"
Protected Attributes | |
bool | SupportsWeakOmittedEHFrame = false |
True if target object file supports a weak_definition of constant 0 for an omitted EH frame. | |
bool | SupportsCompactUnwindWithoutEHFrame = false |
True if the target object file supports emitting a compact unwind section without an associated EH frame section. | |
bool | OmitDwarfIfHaveCompactUnwind = false |
OmitDwarfIfHaveCompactUnwind - True if the target object file supports having some functions with compact unwind and other with dwarf unwind. | |
unsigned | FDECFIEncoding = 0 |
FDE CFI encoding. | |
unsigned | CompactUnwindDwarfEHFrameOnly = 0 |
Compact unwind encoding indicating that we should emit only an EH frame. | |
MCSection * | TextSection = nullptr |
Section directive for standard text. | |
MCSection * | DataSection = nullptr |
Section directive for standard data. | |
MCSection * | BSSSection = nullptr |
Section that is default initialized to zero. | |
MCSection * | ReadOnlySection = nullptr |
Section that is readonly and can contain arbitrary initialized data. | |
MCSection * | LSDASection = nullptr |
If exception handling is supported by the target, this is the section the Language Specific Data Area information is emitted to. | |
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. | |
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. | |
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. | |
MCSection * | DwarfAddrSection = nullptr |
MCSection * | DwarfRnglistsSection = nullptr |
The DWARF v5 range list section. | |
MCSection * | DwarfLoclistsSection = nullptr |
The DWARF v5 locations list section. | |
MCSection * | DwarfRnglistsDWOSection = nullptr |
The DWARF v5 range and location list sections for fission. | |
MCSection * | DwarfLoclistsDWOSection = nullptr |
MCSection * | DwarfCUIndexSection = nullptr |
MCSection * | DwarfTUIndexSection = nullptr |
MCSection * | DwarfGnuPubNamesSection = nullptr |
Section for newer gnu pubnames. | |
MCSection * | DwarfGnuPubTypesSection = nullptr |
Section for newer gnu pubtypes. | |
MCSection * | DwarfSwiftASTSection = nullptr |
MCSection * | COFFDebugSymbolsSection = nullptr |
MCSection * | COFFDebugTypesSection = nullptr |
MCSection * | COFFGlobalTypeHashesSection = nullptr |
MCSection * | TLSExtraDataSection = nullptr |
Extra TLS Variable Data section. | |
MCSection * | TLSDataSection = nullptr |
Section directive for Thread Local data. ELF, MachO, COFF, and Wasm. | |
MCSection * | TLSBSSSection = nullptr |
Section directive for Thread Local uninitialized data. | |
MCSection * | StackMapSection = nullptr |
StackMap section. | |
MCSection * | FaultMapSection = nullptr |
FaultMap section. | |
MCSection * | RemarksSection = nullptr |
Remarks section. | |
MCSection * | EHFrameSection = nullptr |
EH frame section. | |
MCSection * | StackSizesSection = nullptr |
Section containing metadata on function stack sizes. | |
MCSection * | PseudoProbeSection = nullptr |
Section for pseudo probe information used by AutoFDO. | |
MCSection * | PseudoProbeDescSection = nullptr |
MCSection * | LLVMStatsSection = 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. | |
const MCSection * | TLSThreadInitSection = nullptr |
Section for thread local data initialization functions. | |
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. | |
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 * | PPA2Section = nullptr |
MCSection * | PPA2ListSection = nullptr |
MCSection * | ADASection = nullptr |
MCSection * | IDRLSection = nullptr |
MCSection * | TOCBaseSection = nullptr |
MCSection * | ReadOnly8Section = nullptr |
MCSection * | ReadOnly16Section = nullptr |
std::array< MCSection *, binaryformat::Swift5ReflectionSectionKind::last > | Swift5ReflectionSections = {} |
Definition at line 28 of file MCObjectFileInfo.h.
|
virtualdefault |
|
inline |
Definition at line 439 of file MCObjectFileInfo.h.
References ADASection.
|
inline |
Definition at line 423 of file MCObjectFileInfo.h.
References AddrSigSection.
Definition at line 1099 of file MCObjectFileInfo.cpp.
References llvm::MCSection::getBeginSymbol(), llvm::MCContext::getELFSection(), llvm::MCSectionELF::getGroup(), llvm::MCContext::getObjectFileType(), llvm::MCSectionELF::getUniqueID(), llvm::MCContext::IsELF, llvm::ELF::SHF_GROUP, llvm::ELF::SHF_LINK_ORDER, and llvm::ELF::SHT_LLVM_BB_ADDR_MAP.
Referenced by llvm::AsmPrinter::emitBBAddrMapSection().
|
inline |
Definition at line 269 of file MCObjectFileInfo.h.
References BSSSection.
Referenced by llvm::MCWinCOFFStreamer::emitLocalCommonSymbol(), and llvm::MipsTargetELFStreamer::finish().
|
inline |
Definition at line 340 of file MCObjectFileInfo.h.
References COFFDebugSymbolsSection.
Referenced by llvm::CodeViewDebug::beginModule().
|
inline |
Definition at line 343 of file MCObjectFileInfo.h.
References COFFDebugTypesSection.
|
inline |
Definition at line 346 of file MCObjectFileInfo.h.
References COFFGlobalTypeHashesSection.
|
inline |
Definition at line 262 of file MCObjectFileInfo.h.
References CompactUnwindDwarfEHFrameOnly.
Referenced by llvm::MCDwarfFrameEmitter::Emit().
|
inline |
Definition at line 272 of file MCObjectFileInfo.h.
References CompactUnwindSection.
Referenced by llvm::MCDwarfFrameEmitter::Emit(), and llvm::X86FrameLowering::enableShrinkWrapping().
Definition at line 400 of file MCObjectFileInfo.h.
References ConstDataCoalSection.
Definition at line 398 of file MCObjectFileInfo.h.
References ConstDataSection.
Definition at line 395 of file MCObjectFileInfo.h.
References ConstTextCoalSection.
|
inline |
Definition at line 248 of file MCObjectFileInfo.h.
Referenced by llvm::TargetLoweringObjectFile::emitCGProfileMetadata(), llvm::TargetLoweringObjectFileELF::emitModuleMetadata(), llvm::TargetLoweringObjectFileMachO::emitModuleMetadata(), llvm::TargetLoweringObjectFileCOFF::emitModuleMetadata(), llvm::TargetLoweringObjectFileELF::emitPersonalityValue(), llvm::AArch64_ELFTargetObjectFile::getAuthPtrSlotSymbol(), llvm::AArch64_MachoTargetObjectFile::getAuthPtrSlotSymbol(), llvm::TargetLoweringObjectFile::getCallSiteEncoding(), llvm::TargetLoweringObjectFileELF::getCFIPersonalitySymbol(), llvm::TargetLoweringObjectFile::getDebugThreadLocalSymbol(), llvm::ARMElfTargetObjectFile::getDebugThreadLocalSymbol(), llvm::MipsTargetObjectFile::getDebugThreadLocalSymbol(), llvm::SystemZELFTargetObjectFile::getDebugThreadLocalSymbol(), llvm::X86ELFTargetObjectFile::getDebugThreadLocalSymbol(), llvm::TargetLoweringObjectFileELF::getExplicitSectionGlobal(), llvm::TargetLoweringObjectFileMachO::getExplicitSectionGlobal(), llvm::TargetLoweringObjectFileCOFF::getExplicitSectionGlobal(), llvm::TargetLoweringObjectFileWasm::getExplicitSectionGlobal(), llvm::TargetLoweringObjectFileXCOFF::getExplicitSectionGlobal(), DXILTargetObjectFile::getExplicitSectionGlobal(), llvm::HexagonTargetObjectFile::getExplicitSectionGlobal(), llvm::XCoreTargetObjectFile::getExplicitSectionGlobal(), llvm::TargetLoweringObjectFileXCOFF::getFunctionEntryPointSymbol(), llvm::TargetLoweringObjectFileMachO::getIndirectSymViaGOTPCRel(), llvm::AArch64_ELFTargetObjectFile::getIndirectSymViaGOTPCRel(), llvm::AArch64_MachoTargetObjectFile::getIndirectSymViaGOTPCRel(), llvm::ARMElfTargetObjectFile::getIndirectSymViaGOTPCRel(), llvm::RISCVELFTargetObjectFile::getIndirectSymViaGOTPCRel(), llvm::X86_64MachoTargetObjectFile::getIndirectSymViaGOTPCRel(), llvm::X86_64ELFTargetObjectFile::getIndirectSymViaGOTPCRel(), llvm::ARMElfTargetObjectFile::getIndirectSymViaRWPI(), llvm::TargetLoweringObjectFileELF::getSectionForCommandLines(), llvm::TargetLoweringObjectFileMachO::getSectionForCommandLines(), llvm::TargetLoweringObjectFileCOFF::getSectionForConstant(), llvm::TargetLoweringObjectFileXCOFF::getSectionForExternalReference(), llvm::TargetLoweringObjectFileXCOFF::getSectionForFunctionDescriptor(), llvm::TargetLoweringObjectFileELF::getSectionForJumpTable(), llvm::TargetLoweringObjectFileCOFF::getSectionForJumpTable(), llvm::TargetLoweringObjectFileXCOFF::getSectionForJumpTable(), llvm::TargetLoweringObjectFileELF::getSectionForLSDA(), llvm::TargetLoweringObjectFileXCOFF::getSectionForLSDA(), llvm::TargetLoweringObjectFileGOFF::getSectionForLSDA(), llvm::TargetLoweringObjectFileELF::getSectionForMachineBasicBlock(), llvm::TargetLoweringObjectFileXCOFF::getSectionForTOCEntry(), llvm::TargetLoweringObjectFileELF::getStaticCtorSection(), llvm::TargetLoweringObjectFileCOFF::getStaticCtorSection(), llvm::TargetLoweringObjectFileWasm::getStaticCtorSection(), llvm::TargetLoweringObjectFileELF::getStaticDtorSection(), llvm::TargetLoweringObjectFileCOFF::getStaticDtorSection(), llvm::TargetMachine::getSymbol(), llvm::TargetLoweringObjectFile::getSymbolWithGlobalValueBase(), llvm::RISCVMCObjectFileInfo::getTextSectionAlignment(), llvm::RISCVELFTargetObjectFile::getTextSectionAlignment(), llvm::TargetLoweringObjectFile::getTTypeGlobalReference(), llvm::TargetLoweringObjectFileELF::getTTypeGlobalReference(), llvm::TargetLoweringObjectFileMachO::getTTypeGlobalReference(), llvm::AArch64_MachoTargetObjectFile::getTTypeGlobalReference(), llvm::ARMElfTargetObjectFile::getTTypeGlobalReference(), llvm::SparcELFTargetObjectFile::getTTypeGlobalReference(), llvm::X86_64MachoTargetObjectFile::getTTypeGlobalReference(), llvm::TargetLoweringObjectFile::getTTypeReference(), llvm::TargetLoweringObjectFileELF::getUniqueSectionForFunction(), llvm::HexagonTargetObjectFile::Initialize(), llvm::LanaiTargetObjectFile::Initialize(), llvm::M68kELFTargetObjectFile::Initialize(), llvm::MipsTargetObjectFile::Initialize(), llvm::RISCVELFTargetObjectFile::Initialize(), llvm::TargetLoweringObjectFileELF::InitializeELF(), llvm::TargetLoweringObjectFileWasm::InitializeWasm(), llvm::TargetLoweringObjectFileELF::lowerDSOLocalEquivalent(), llvm::TargetLoweringObjectFileELF::lowerRelativeReference(), llvm::TargetLoweringObjectFileCOFF::lowerRelativeReference(), llvm::TargetLoweringObjectFileWasm::lowerRelativeReference(), llvm::AMDGPUAsmPrinter::runOnMachineFunction(), llvm::R600AsmPrinter::runOnMachineFunction(), llvm::TargetLoweringObjectFileELF::SelectSectionForGlobal(), llvm::TargetLoweringObjectFileCOFF::SelectSectionForGlobal(), llvm::TargetLoweringObjectFileWasm::SelectSectionForGlobal(), llvm::TargetLoweringObjectFileXCOFF::SelectSectionForGlobal(), llvm::TargetLoweringObjectFileGOFF::SelectSectionForGlobal(), and llvm::AVRTargetObjectFile::SelectSectionForGlobal().
Definition at line 392 of file MCObjectFileInfo.h.
References CStringSection.
|
inline |
Definition at line 404 of file MCObjectFileInfo.h.
References DataBSSSection.
Definition at line 399 of file MCObjectFileInfo.h.
References DataCoalSection.
Definition at line 403 of file MCObjectFileInfo.h.
References DataCommonSection.
|
inline |
Definition at line 373 of file MCObjectFileInfo.h.
References DataRelROSection.
|
inline |
Definition at line 268 of file MCObjectFileInfo.h.
References DataSection.
Referenced by llvm::AsmPrinter::doFinalization(), llvm::MipsTargetELFStreamer::finish(), and llvm::NVPTXTargetObjectFile::SelectSectionForGlobal().
|
inline |
Definition at line 426 of file MCObjectFileInfo.h.
References DrectveSection.
Referenced by llvm::MCWinCOFFStreamer::emitCommonSymbol().
|
inline |
Definition at line 319 of file MCObjectFileInfo.h.
References DwarfAbbrevDWOSection.
Referenced by isDwarfSection().
|
inline |
Definition at line 273 of file MCObjectFileInfo.h.
References DwarfAbbrevSection.
Referenced by llvm::MCGenDwarfInfo::Emit(), llvm::DwarfUnit::emitCommonHeader(), EmitGenDwarfAbbrev(), and isDwarfSection().
|
inline |
Definition at line 308 of file MCObjectFileInfo.h.
References DwarfAccelNamespaceSection.
Referenced by isDwarfSection().
|
inline |
Definition at line 304 of file MCObjectFileInfo.h.
References DwarfAccelNamesSection.
Referenced by isDwarfSection().
|
inline |
Definition at line 307 of file MCObjectFileInfo.h.
References DwarfAccelObjCSection.
Referenced by isDwarfSection().
|
inline |
Definition at line 311 of file MCObjectFileInfo.h.
References DwarfAccelTypesSection.
Referenced by isDwarfSection().
|
inline |
Definition at line 325 of file MCObjectFileInfo.h.
References DwarfAddrSection.
Referenced by llvm::DwarfCompileUnit::addAddrTableBase(), and isDwarfSection().
|
inline |
Definition at line 294 of file MCObjectFileInfo.h.
References DwarfARangesSection.
Referenced by llvm::MCGenDwarfInfo::Emit(), EmitGenDwarfAranges(), and isDwarfSection().
|
inline |
Definition at line 336 of file MCObjectFileInfo.h.
References DwarfCUIndexSection.
Referenced by isDwarfSection().
Definition at line 289 of file MCObjectFileInfo.h.
References DwarfDebugInlineSection.
Referenced by isDwarfSection().
|
inline |
Definition at line 301 of file MCObjectFileInfo.h.
References DwarfDebugNamesSection.
Referenced by isDwarfSection().
|
inline |
Definition at line 280 of file MCObjectFileInfo.h.
References DwarfFrameSection.
Referenced by llvm::MCDwarfFrameEmitter::Emit(), and isDwarfSection().
|
inline |
Definition at line 283 of file MCObjectFileInfo.h.
References DwarfGnuPubNamesSection.
Referenced by isDwarfSection().
|
inline |
Definition at line 286 of file MCObjectFileInfo.h.
References DwarfGnuPubTypesSection.
Referenced by isDwarfSection().
|
inline |
Definition at line 314 of file MCObjectFileInfo.h.
References DwarfInfoDWOSection.
Referenced by llvm::DwarfDebug::addDwarfTypeUnitType(), and isDwarfSection().
|
inline |
Definition at line 274 of file MCObjectFileInfo.h.
References DwarfInfoSection.
Referenced by llvm::DwarfDebug::addDwarfTypeUnitType(), llvm::MCGenDwarfInfo::Emit(), EmitGenDwarfInfo(), and isDwarfSection().
Definition at line 275 of file MCObjectFileInfo.h.
|
inline |
Definition at line 321 of file MCObjectFileInfo.h.
References DwarfLineDWOSection.
Referenced by isDwarfSection().
|
inline |
Definition at line 278 of file MCObjectFileInfo.h.
References DwarfLineSection.
Referenced by llvm::DwarfCompileUnit::applyStmtList(), llvm::MCDwarfLineTable::emit(), llvm::MCObjectStreamer::emitDwarfLineEndEntry(), llvm::DwarfCompileUnit::initStmtList(), and isDwarfSection().
|
inline |
Definition at line 279 of file MCObjectFileInfo.h.
References DwarfLineStrSection.
Referenced by llvm::MCDwarfLineStr::emitSection(), isDwarfSection(), and llvm::MCDwarfLineStr::MCDwarfLineStr().
|
inline |
Definition at line 322 of file MCObjectFileInfo.h.
References DwarfLocDWOSection.
Referenced by isDwarfSection().
|
inline |
Definition at line 329 of file MCObjectFileInfo.h.
References DwarfLoclistsDWOSection.
|
inline |
Definition at line 297 of file MCObjectFileInfo.h.
References DwarfLoclistsSection.
|
inline |
Definition at line 293 of file MCObjectFileInfo.h.
References DwarfLocSection.
Referenced by isDwarfSection().
|
inline |
Definition at line 333 of file MCObjectFileInfo.h.
References DwarfMacinfoDWOSection.
|
inline |
Definition at line 298 of file MCObjectFileInfo.h.
References DwarfMacinfoSection.
Referenced by isDwarfSection().
|
inline |
Definition at line 332 of file MCObjectFileInfo.h.
References DwarfMacroDWOSection.
|
inline |
Definition at line 299 of file MCObjectFileInfo.h.
References DwarfMacroSection.
|
inline |
Definition at line 281 of file MCObjectFileInfo.h.
References DwarfPubNamesSection.
Referenced by isDwarfSection().
|
inline |
Definition at line 282 of file MCObjectFileInfo.h.
References DwarfPubTypesSection.
Referenced by isDwarfSection().
|
inline |
Definition at line 295 of file MCObjectFileInfo.h.
References DwarfRangesSection.
Referenced by llvm::DwarfCompileUnit::addScopeRangeList(), emitGenDwarfRanges(), and isDwarfSection().
|
inline |
Definition at line 326 of file MCObjectFileInfo.h.
References DwarfRnglistsDWOSection.
|
inline |
Definition at line 296 of file MCObjectFileInfo.h.
References DwarfRnglistsSection.
Referenced by llvm::DwarfUnit::addRnglistsBase(), and emitGenDwarfRanges().
|
inline |
Definition at line 320 of file MCObjectFileInfo.h.
References DwarfStrDWOSection.
Referenced by isDwarfSection().
|
inline |
Definition at line 323 of file MCObjectFileInfo.h.
References DwarfStrOffDWOSection.
Referenced by isDwarfSection().
|
inline |
Definition at line 324 of file MCObjectFileInfo.h.
References DwarfStrOffSection.
Referenced by llvm::DwarfUnit::addStringOffsetsStart(), and isDwarfSection().
|
inline |
Definition at line 292 of file MCObjectFileInfo.h.
References DwarfStrSection.
Referenced by isDwarfSection().
|
inline |
Definition at line 338 of file MCObjectFileInfo.h.
References DwarfSwiftASTSection.
Referenced by isDwarfSection().
|
inline |
Definition at line 337 of file MCObjectFileInfo.h.
References DwarfTUIndexSection.
Referenced by isDwarfSection().
|
inline |
Definition at line 318 of file MCObjectFileInfo.h.
References DwarfTypesDWOSection.
Referenced by llvm::DwarfDebug::addDwarfTypeUnitType(), and isDwarfSection().
Definition at line 315 of file MCObjectFileInfo.h.
Referenced by llvm::DwarfDebug::addDwarfTypeUnitType().
|
inline |
Definition at line 445 of file MCObjectFileInfo.h.
References EHFrameSection.
Definition at line 408 of file MCObjectFileInfo.h.
References EightByteConstantSection.
|
inline |
Definition at line 355 of file MCObjectFileInfo.h.
References FaultMapSection.
Referenced by llvm::FaultMaps::serializeToFaultMapSection().
|
inline |
Definition at line 260 of file MCObjectFileInfo.h.
References FDECFIEncoding.
Definition at line 405 of file MCObjectFileInfo.h.
References FourByteConstantSection.
|
inline |
Definition at line 430 of file MCObjectFileInfo.h.
References GEHContSection.
Referenced by llvm::WinException::endModule().
|
inline |
Definition at line 431 of file MCObjectFileInfo.h.
References GFIDsSection.
Referenced by llvm::WinCFGuard::endModule().
|
inline |
Definition at line 432 of file MCObjectFileInfo.h.
References GIATsSection.
Referenced by llvm::WinCFGuard::endModule().
|
inline |
Definition at line 433 of file MCObjectFileInfo.h.
References GLJMPSection.
Referenced by llvm::WinCFGuard::endModule().
|
inline |
Definition at line 440 of file MCObjectFileInfo.h.
References IDRLSection.
Definition at line 1119 of file MCObjectFileInfo.cpp.
References llvm::MCSection::getBeginSymbol(), llvm::MCContext::getELFSection(), llvm::MCSectionELF::getGroup(), llvm::MCContext::getObjectFileType(), llvm::MCSectionELF::getUniqueID(), llvm::MCContext::IsELF, llvm::ELF::SHF_ALLOC, llvm::ELF::SHF_GROUP, llvm::ELF::SHF_LINK_ORDER, and llvm::ELF::SHT_PROGBITS.
Referenced by llvm::AsmPrinter::emitKCFITrapEntry().
|
inline |
Definition at line 414 of file MCObjectFileInfo.h.
References LazySymbolPointerSection.
MCSection * MCObjectFileInfo::getLLVMStatsSection | ( | ) | const |
Definition at line 1179 of file MCObjectFileInfo.cpp.
References LLVMStatsSection.
|
inline |
Definition at line 271 of file MCObjectFileInfo.h.
References LSDASection.
Definition at line 380 of file MCObjectFileInfo.h.
References MergeableConst16Section.
Definition at line 383 of file MCObjectFileInfo.h.
References MergeableConst32Section.
Definition at line 374 of file MCObjectFileInfo.h.
References MergeableConst4Section.
Definition at line 377 of file MCObjectFileInfo.h.
References MergeableConst8Section.
|
inline |
Definition at line 417 of file MCObjectFileInfo.h.
References NonLazySymbolPointerSection.
Referenced by llvm::ARMAsmPrinter::emitEndOfAsmFile().
|
inline |
Definition at line 256 of file MCObjectFileInfo.h.
References OmitDwarfIfHaveCompactUnwind.
Referenced by llvm::MCDwarfFrameEmitter::Emit().
Definition at line 1183 of file MCObjectFileInfo.cpp.
References llvm::MCSection::getBeginSymbol(), llvm::MCContext::getELFSection(), llvm::MCContext::getObjectFileType(), getTextSection(), llvm::MCContext::IsELF, Name, llvm::ELF::SHF_ALLOC, llvm::ELF::SHF_GROUP, llvm::ELF::SHF_LINK_ORDER, llvm::ELF::SHF_WRITE, and llvm::ELF::SHT_PROGBITS.
Referenced by llvm::AsmPrinter::emitPCSections().
|
inline |
Definition at line 427 of file MCObjectFileInfo.h.
References PDataSection.
|
inline |
Definition at line 436 of file MCObjectFileInfo.h.
References PPA1Section.
|
inline |
Definition at line 438 of file MCObjectFileInfo.h.
References PPA2ListSection.
|
inline |
Definition at line 437 of file MCObjectFileInfo.h.
References PPA2Section.
Definition at line 1156 of file MCObjectFileInfo.cpp.
References llvm::StringRef::empty(), llvm::MCContext::getELFSection(), llvm::MCContext::getObjectFileType(), llvm::MCContext::getTargetTriple(), llvm::MCContext::IsELF, PseudoProbeDescSection, llvm::ELF::SHF_GROUP, and llvm::Triple::supportsCOMDAT().
Definition at line 1138 of file MCObjectFileInfo.cpp.
References llvm::MCSection::getBeginSymbol(), llvm::MCContext::getELFSection(), llvm::MCSection::getName(), llvm::MCContext::getObjectFileType(), llvm::MCContext::IsELF, PseudoProbeSection, llvm::ELF::SHF_GROUP, llvm::ELF::SHF_LINK_ORDER, and llvm::ELF::SHT_PROGBITS.
Referenced by llvm::MCPseudoProbeSections::emit().
|
inline |
Definition at line 270 of file MCObjectFileInfo.h.
References ReadOnlySection.
Referenced by llvm::AMDGPUAsmPrinter::emitFunctionBodyEnd().
|
inline |
Definition at line 356 of file MCObjectFileInfo.h.
References RemarksSection.
Referenced by llvm::AsmPrinter::emitRemarksSection().
Definition at line 411 of file MCObjectFileInfo.h.
References SixteenByteConstantSection.
|
inline |
Definition at line 354 of file MCObjectFileInfo.h.
References StackMapSection.
Referenced by llvm::StackMaps::serializeToStackMapSection().
Definition at line 1080 of file MCObjectFileInfo.cpp.
References llvm::MCSection::getBeginSymbol(), llvm::MCContext::getELFSection(), llvm::MCSectionELF::getGroup(), llvm::MCContext::getObjectFileType(), llvm::MCContext::getTargetTriple(), llvm::MCSectionELF::getUniqueID(), llvm::MCContext::IsELF, llvm::Triple::isPS4(), llvm::ELF::SHF_GROUP, llvm::ELF::SHF_LINK_ORDER, llvm::ELF::SHT_PROGBITS, and StackSizesSection.
Referenced by llvm::AsmPrinter::emitStackSizeSection().
|
inline |
Definition at line 253 of file MCObjectFileInfo.h.
References SupportsCompactUnwindWithoutEHFrame.
Referenced by llvm::MCDwarfFrameEmitter::Emit().
|
inline |
Definition at line 250 of file MCObjectFileInfo.h.
References SupportsWeakOmittedEHFrame.
|
inline |
Definition at line 450 of file MCObjectFileInfo.h.
References Swift5ReflectionSections, and llvm::binaryformat::unknown.
|
inline |
Definition at line 429 of file MCObjectFileInfo.h.
References SXDataSection.
Referenced by llvm::MCWinCOFFStreamer::emitCOFFSafeSEH().
|
inline |
Definition at line 394 of file MCObjectFileInfo.h.
References TextCoalSection.
|
inline |
Definition at line 267 of file MCObjectFileInfo.h.
References TextSection.
Referenced by llvm::SystemZTargetStreamer::emitConstantPools(), llvm::MipsAsmPrinter::emitEndOfAsmFile(), llvm::MipsTargetELFStreamer::finish(), getPCSection(), getWinCFISection(), llvm::MCELFStreamer::initSections(), and llvm::TargetLoweringObjectFileGOFF::SelectSectionForGlobal().
|
inlinevirtual |
Reimplemented in llvm::RISCVMCObjectFileInfo, and llvm::RISCVELFTargetObjectFile.
Definition at line 266 of file MCObjectFileInfo.h.
Referenced by llvm::MCELFStreamer::initSections().
|
inline |
Definition at line 420 of file MCObjectFileInfo.h.
References ThreadLocalPointerSection.
Referenced by llvm::ARMAsmPrinter::emitEndOfAsmFile().
|
inline |
Definition at line 352 of file MCObjectFileInfo.h.
References TLSBSSSection.
Referenced by llvm::AsmPrinter::emitGlobalVariable().
Definition at line 351 of file MCObjectFileInfo.h.
References TLSDataSection.
|
inline |
Definition at line 350 of file MCObjectFileInfo.h.
References TLSExtraDataSection.
Referenced by llvm::AsmPrinter::emitGlobalVariable().
Definition at line 389 of file MCObjectFileInfo.h.
References TLSThreadInitSection.
Definition at line 388 of file MCObjectFileInfo.h.
References TLSTLVSection.
|
inline |
Definition at line 443 of file MCObjectFileInfo.h.
References TOCBaseSection.
Definition at line 393 of file MCObjectFileInfo.h.
References UStringSection.
|
inline |
Definition at line 428 of file MCObjectFileInfo.h.
References XDataSection.
void MCObjectFileInfo::initMCObjectFileInfo | ( | MCContext & | MCCtx, |
bool | PIC, | ||
bool | LargeCodeModel = false |
||
) |
Definition at line 1006 of file MCObjectFileInfo.cpp.
References CompactUnwindDwarfEHFrameOnly, CompactUnwindSection, llvm::dwarf::DW_EH_PE_absptr, DwarfAccelNamespaceSection, DwarfAccelNamesSection, DwarfAccelObjCSection, DwarfAccelTypesSection, EHFrameSection, FDECFIEncoding, llvm::MCContext::getObjectFileType(), llvm::MCContext::getTargetTriple(), llvm::MCContext::IsCOFF, llvm::MCContext::IsDXContainer, llvm::MCContext::IsELF, llvm::MCContext::IsGOFF, llvm::MCContext::IsMachO, llvm::MCContext::IsSPIRV, llvm::MCContext::IsWasm, llvm::MCContext::IsXCOFF, OmitDwarfIfHaveCompactUnwind, PIC, SupportsCompactUnwindWithoutEHFrame, and SupportsWeakOmittedEHFrame.
Referenced by llvm::Target::createMCObjectFileInfo(), createRISCVMCObjectFileInfo(), and llvm::TargetLoweringObjectFile::Initialize().
|
inline |
Definition at line 447 of file MCObjectFileInfo.h.
Referenced by llvm::MipsAsmPrinter::emitStartOfAsmFile(), llvm::TargetLoweringObjectFileELF::Initialize(), and llvm::MipsTargetELFStreamer::MipsTargetELFStreamer().
|
protected |
Definition at line 232 of file MCObjectFileInfo.h.
Referenced by getADASection().
|
protected |
Definition at line 216 of file MCObjectFileInfo.h.
Referenced by getAddrSigSection().
|
protected |
Section that is default initialized to zero.
Definition at line 59 of file MCObjectFileInfo.h.
Referenced by getBSSSection(), llvm::XCoreTargetObjectFile::Initialize(), llvm::TargetLoweringObjectFileCOFF::SelectSectionForGlobal(), llvm::HexagonTargetObjectFile::SelectSectionForGlobal(), and llvm::XCoreTargetObjectFile::SelectSectionForGlobal().
|
protected |
Definition at line 140 of file MCObjectFileInfo.h.
Referenced by getCOFFDebugSymbolsSection().
|
protected |
Definition at line 141 of file MCObjectFileInfo.h.
Referenced by getCOFFDebugTypesSection().
|
protected |
Definition at line 142 of file MCObjectFileInfo.h.
Referenced by getCOFFGlobalTypeHashesSection().
|
protected |
Compact unwind encoding indicating that we should emit only an EH frame.
Definition at line 50 of file MCObjectFileInfo.h.
Referenced by getCompactUnwindDwarfEHFrameOnly(), and initMCObjectFileInfo().
|
protected |
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 74 of file MCObjectFileInfo.h.
Referenced by getCompactUnwindSection(), and initMCObjectFileInfo().
|
protected |
Definition at line 207 of file MCObjectFileInfo.h.
Referenced by getConstDataCoalSection(), and llvm::TargetLoweringObjectFileMachO::SelectSectionForGlobal().
|
protected |
Definition at line 205 of file MCObjectFileInfo.h.
Referenced by getConstDataSection(), llvm::TargetLoweringObjectFileMachO::getSectionForConstant(), and llvm::TargetLoweringObjectFileMachO::SelectSectionForGlobal().
|
protected |
Definition at line 204 of file MCObjectFileInfo.h.
Referenced by getConstTextCoalSection(), and llvm::TargetLoweringObjectFileMachO::SelectSectionForGlobal().
|
protected |
Definition at line 201 of file MCObjectFileInfo.h.
Referenced by getCStringSection(), llvm::XCoreTargetObjectFile::Initialize(), llvm::TargetLoweringObjectFileMachO::SelectSectionForGlobal(), and llvm::XCoreTargetObjectFile::SelectSectionForGlobal().
|
protected |
Definition at line 209 of file MCObjectFileInfo.h.
Referenced by getDataBSSSection(), and llvm::TargetLoweringObjectFileMachO::SelectSectionForGlobal().
|
protected |
Definition at line 206 of file MCObjectFileInfo.h.
Referenced by getDataCoalSection(), and llvm::TargetLoweringObjectFileMachO::SelectSectionForGlobal().
|
protected |
Definition at line 208 of file MCObjectFileInfo.h.
Referenced by getDataCommonSection(), and llvm::TargetLoweringObjectFileMachO::SelectSectionForGlobal().
|
protected |
Definition at line 183 of file MCObjectFileInfo.h.
Referenced by getDataRelROSection(), llvm::TargetLoweringObjectFileELF::getSectionForConstant(), llvm::XCoreTargetObjectFile::Initialize(), and llvm::XCoreTargetObjectFile::SelectSectionForGlobal().
|
protected |
Section directive for standard data.
Definition at line 56 of file MCObjectFileInfo.h.
Referenced by getDataSection(), llvm::NVPTXTargetObjectFile::getExplicitSectionGlobal(), llvm::TargetLoweringObjectFile::getSectionForConstant(), llvm::XCoreTargetObjectFile::Initialize(), llvm::TargetLoweringObjectFileMachO::SelectSectionForGlobal(), llvm::TargetLoweringObjectFileCOFF::SelectSectionForGlobal(), llvm::TargetLoweringObjectFileXCOFF::SelectSectionForGlobal(), and llvm::XCoreTargetObjectFile::SelectSectionForGlobal().
|
protected |
COFF specific sections.
Definition at line 219 of file MCObjectFileInfo.h.
Referenced by getDrectveSection().
|
protected |
Definition at line 108 of file MCObjectFileInfo.h.
Referenced by getDwarfAbbrevDWOSection().
|
protected |
Definition at line 78 of file MCObjectFileInfo.h.
Referenced by getDwarfAbbrevSection().
|
protected |
Definition at line 102 of file MCObjectFileInfo.h.
Referenced by getDwarfAccelNamespaceSection(), and initMCObjectFileInfo().
|
protected |
Definition at line 100 of file MCObjectFileInfo.h.
Referenced by getDwarfAccelNamesSection(), and initMCObjectFileInfo().
|
protected |
Definition at line 101 of file MCObjectFileInfo.h.
Referenced by getDwarfAccelObjCSection(), and initMCObjectFileInfo().
|
protected |
Definition at line 103 of file MCObjectFileInfo.h.
Referenced by getDwarfAccelTypesSection(), and initMCObjectFileInfo().
|
protected |
Definition at line 118 of file MCObjectFileInfo.h.
Referenced by getDwarfAddrSection().
|
protected |
Definition at line 87 of file MCObjectFileInfo.h.
Referenced by getDwarfARangesSection().
|
protected |
Definition at line 129 of file MCObjectFileInfo.h.
Referenced by getDwarfCUIndexSection().
Definition at line 84 of file MCObjectFileInfo.h.
Referenced by getDwarfDebugInlineSection().
|
protected |
Accelerator table sections.
DwarfDebugNamesSection is the DWARF v5 accelerator table, while DwarfAccelNamesSection, DwarfAccelObjCSection, DwarfAccelNamespaceSection, DwarfAccelTypesSection are pre-DWARF v5 extensions.
Definition at line 99 of file MCObjectFileInfo.h.
Referenced by getDwarfDebugNamesSection().
|
protected |
Definition at line 82 of file MCObjectFileInfo.h.
Referenced by getDwarfFrameSection().
|
protected |
Section for newer gnu pubnames.
Definition at line 133 of file MCObjectFileInfo.h.
Referenced by getDwarfGnuPubNamesSection().
|
protected |
Section for newer gnu pubtypes.
Definition at line 135 of file MCObjectFileInfo.h.
Referenced by getDwarfGnuPubTypesSection().
|
protected |
Definition at line 106 of file MCObjectFileInfo.h.
Referenced by getDwarfInfoDWOSection().
|
protected |
Definition at line 79 of file MCObjectFileInfo.h.
Referenced by getDwarfInfoSection().
|
protected |
Definition at line 110 of file MCObjectFileInfo.h.
Referenced by getDwarfLineDWOSection().
|
protected |
Definition at line 80 of file MCObjectFileInfo.h.
Referenced by getDwarfLineSection().
|
protected |
Definition at line 81 of file MCObjectFileInfo.h.
Referenced by getDwarfLineStrSection().
|
protected |
Definition at line 111 of file MCObjectFileInfo.h.
Referenced by getDwarfLocDWOSection().
|
protected |
Definition at line 126 of file MCObjectFileInfo.h.
Referenced by getDwarfLoclistsDWOSection().
|
protected |
The DWARF v5 locations list section.
Definition at line 122 of file MCObjectFileInfo.h.
Referenced by getDwarfLoclistsSection().
|
protected |
Definition at line 86 of file MCObjectFileInfo.h.
Referenced by getDwarfLocSection().
|
protected |
Definition at line 113 of file MCObjectFileInfo.h.
Referenced by getDwarfMacinfoDWOSection().
|
protected |
Definition at line 89 of file MCObjectFileInfo.h.
Referenced by getDwarfMacinfoSection().
|
protected |
Definition at line 114 of file MCObjectFileInfo.h.
Referenced by getDwarfMacroDWOSection().
|
protected |
Definition at line 90 of file MCObjectFileInfo.h.
Referenced by getDwarfMacroSection().
|
protected |
Definition at line 93 of file MCObjectFileInfo.h.
Referenced by getDwarfPubNamesSection().
|
protected |
Definition at line 83 of file MCObjectFileInfo.h.
Referenced by getDwarfPubTypesSection().
|
protected |
Definition at line 88 of file MCObjectFileInfo.h.
Referenced by getDwarfRangesSection().
|
protected |
The DWARF v5 range and location list sections for fission.
Definition at line 125 of file MCObjectFileInfo.h.
Referenced by getDwarfRnglistsDWOSection().
|
protected |
The DWARF v5 range list section.
Definition at line 120 of file MCObjectFileInfo.h.
Referenced by getDwarfRnglistsSection().
|
protected |
Definition at line 109 of file MCObjectFileInfo.h.
Referenced by getDwarfStrDWOSection().
|
protected |
Definition at line 112 of file MCObjectFileInfo.h.
Referenced by getDwarfStrOffDWOSection().
|
protected |
The DWARF v5 string offset and address table sections.
Definition at line 117 of file MCObjectFileInfo.h.
Referenced by getDwarfStrOffSection().
|
protected |
Definition at line 85 of file MCObjectFileInfo.h.
Referenced by getDwarfStrSection().
|
protected |
Definition at line 138 of file MCObjectFileInfo.h.
Referenced by getDwarfSwiftASTSection().
|
protected |
Definition at line 130 of file MCObjectFileInfo.h.
Referenced by getDwarfTUIndexSection().
|
protected |
Definition at line 107 of file MCObjectFileInfo.h.
Referenced by getDwarfTypesDWOSection().
|
protected |
EH frame section.
It is initialized on demand so it can be overwritten (with uniquing).
Definition at line 170 of file MCObjectFileInfo.h.
Referenced by getEHFrameSection(), and initMCObjectFileInfo().
|
protected |
Definition at line 211 of file MCObjectFileInfo.h.
Referenced by getEightByteConstantSection(), llvm::TargetLoweringObjectFileMachO::getSectionForConstant(), and llvm::TargetLoweringObjectFileMachO::SelectSectionForGlobal().
|
protected |
FaultMap section.
Definition at line 162 of file MCObjectFileInfo.h.
Referenced by getFaultMapSection().
|
protected |
FDE CFI encoding.
Controls the encoding of the begin label in the .eh_frame section. Unlike the LSDA encoding, personality encoding, and type encodings, this is something that the assembler just "knows" about its target
Definition at line 47 of file MCObjectFileInfo.h.
Referenced by getFDEEncoding(), and initMCObjectFileInfo().
|
protected |
Definition at line 210 of file MCObjectFileInfo.h.
Referenced by getFourByteConstantSection(), llvm::TargetLoweringObjectFileMachO::getSectionForConstant(), and llvm::TargetLoweringObjectFileMachO::SelectSectionForGlobal().
|
protected |
Definition at line 223 of file MCObjectFileInfo.h.
Referenced by getGEHContSection().
|
protected |
Definition at line 224 of file MCObjectFileInfo.h.
Referenced by getGFIDsSection().
|
protected |
Definition at line 225 of file MCObjectFileInfo.h.
Referenced by getGIATsSection().
|
protected |
Definition at line 226 of file MCObjectFileInfo.h.
Referenced by getGLJMPSection().
|
protected |
Definition at line 233 of file MCObjectFileInfo.h.
Referenced by getIDRLSection().
|
protected |
Definition at line 213 of file MCObjectFileInfo.h.
Referenced by getLazySymbolPointerSection().
|
protected |
Definition at line 180 of file MCObjectFileInfo.h.
Referenced by getLLVMStatsSection().
|
protected |
If exception handling is supported by the target, this is the section the Language Specific Data Area information is emitted to.
Definition at line 69 of file MCObjectFileInfo.h.
Referenced by getLSDASection(), llvm::TargetLoweringObjectFile::getSectionForLSDA(), llvm::TargetLoweringObjectFileELF::getSectionForLSDA(), llvm::TargetLoweringObjectFileXCOFF::getSectionForLSDA(), and llvm::ARMElfTargetObjectFile::Initialize().
|
protected |
Definition at line 186 of file MCObjectFileInfo.h.
Referenced by getMergeableConst16Section(), llvm::TargetLoweringObjectFileELF::getSectionForConstant(), llvm::XCoreTargetObjectFile::getSectionForConstant(), llvm::XCoreTargetObjectFile::Initialize(), and llvm::XCoreTargetObjectFile::SelectSectionForGlobal().
|
protected |
Definition at line 187 of file MCObjectFileInfo.h.
Referenced by getMergeableConst32Section(), and llvm::TargetLoweringObjectFileELF::getSectionForConstant().
|
protected |
Definition at line 184 of file MCObjectFileInfo.h.
Referenced by getMergeableConst4Section(), llvm::TargetLoweringObjectFileELF::getSectionForConstant(), llvm::XCoreTargetObjectFile::getSectionForConstant(), llvm::XCoreTargetObjectFile::Initialize(), and llvm::XCoreTargetObjectFile::SelectSectionForGlobal().
|
protected |
Definition at line 185 of file MCObjectFileInfo.h.
Referenced by getMergeableConst8Section(), llvm::TargetLoweringObjectFileELF::getSectionForConstant(), llvm::XCoreTargetObjectFile::getSectionForConstant(), llvm::XCoreTargetObjectFile::Initialize(), and llvm::XCoreTargetObjectFile::SelectSectionForGlobal().
|
protected |
Definition at line 214 of file MCObjectFileInfo.h.
Referenced by getNonLazySymbolPointerSection().
|
protected |
OmitDwarfIfHaveCompactUnwind - True if the target object file supports having some functions with compact unwind and other with dwarf unwind.
Definition at line 41 of file MCObjectFileInfo.h.
Referenced by getOmitDwarfIfHaveCompactUnwind(), and initMCObjectFileInfo().
|
protected |
Definition at line 220 of file MCObjectFileInfo.h.
Referenced by getPDataSection().
|
protected |
Definition at line 229 of file MCObjectFileInfo.h.
Referenced by getPPA1Section().
|
protected |
Definition at line 231 of file MCObjectFileInfo.h.
Referenced by getPPA2ListSection().
|
protected |
Definition at line 230 of file MCObjectFileInfo.h.
Referenced by getPPA2Section().
|
protected |
Definition at line 177 of file MCObjectFileInfo.h.
Referenced by getPseudoProbeDescSection().
|
protected |
Section for pseudo probe information used by AutoFDO.
Definition at line 176 of file MCObjectFileInfo.h.
Referenced by getPseudoProbeSection().
|
protected |
Definition at line 238 of file MCObjectFileInfo.h.
Referenced by llvm::TargetLoweringObjectFileXCOFF::getSectionForConstant().
|
protected |
Definition at line 237 of file MCObjectFileInfo.h.
Referenced by llvm::TargetLoweringObjectFileXCOFF::getSectionForConstant().
|
protected |
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 65 of file MCObjectFileInfo.h.
Referenced by getReadOnlySection(), llvm::TargetLoweringObjectFile::getSectionForConstant(), llvm::TargetLoweringObjectFileELF::getSectionForConstant(), llvm::TargetLoweringObjectFileMachO::getSectionForConstant(), llvm::TargetLoweringObjectFileXCOFF::getSectionForConstant(), llvm::NVPTXTargetObjectFile::getSectionForConstant(), llvm::XCoreTargetObjectFile::getSectionForConstant(), llvm::TargetLoweringObjectFileELF::getSectionForJumpTable(), llvm::TargetLoweringObjectFileCOFF::getSectionForJumpTable(), llvm::TargetLoweringObjectFileXCOFF::getSectionForJumpTable(), llvm::XCoreTargetObjectFile::Initialize(), llvm::TargetLoweringObjectFileMachO::SelectSectionForGlobal(), llvm::TargetLoweringObjectFileCOFF::SelectSectionForGlobal(), llvm::TargetLoweringObjectFileXCOFF::SelectSectionForGlobal(), and llvm::XCoreTargetObjectFile::SelectSectionForGlobal().
|
protected |
Remarks section.
Definition at line 165 of file MCObjectFileInfo.h.
Referenced by getRemarksSection().
|
protected |
Definition at line 212 of file MCObjectFileInfo.h.
Referenced by llvm::TargetLoweringObjectFileMachO::getSectionForConstant(), getSixteenByteConstantSection(), and llvm::TargetLoweringObjectFileMachO::SelectSectionForGlobal().
|
protected |
StackMap section.
Definition at line 159 of file MCObjectFileInfo.h.
Referenced by getStackMapSection().
|
protected |
Section containing metadata on function stack sizes.
Definition at line 173 of file MCObjectFileInfo.h.
Referenced by getStackSizesSection().
|
protected |
True if the target object file supports emitting a compact unwind section without an associated EH frame section.
Definition at line 36 of file MCObjectFileInfo.h.
Referenced by getSupportsCompactUnwindWithoutEHFrame(), and initMCObjectFileInfo().
|
protected |
True if target object file supports a weak_definition of constant 0 for an omitted EH frame.
Definition at line 32 of file MCObjectFileInfo.h.
Referenced by getSupportsWeakOmittedEHFrame(), and initMCObjectFileInfo().
|
protected |
Definition at line 242 of file MCObjectFileInfo.h.
Referenced by getSwift5ReflectionSection().
|
protected |
Definition at line 222 of file MCObjectFileInfo.h.
Referenced by getSXDataSection().
|
protected |
Definition at line 203 of file MCObjectFileInfo.h.
Referenced by getTextCoalSection(), and llvm::TargetLoweringObjectFileMachO::SelectSectionForGlobal().
|
protected |
Section directive for standard text.
Definition at line 53 of file MCObjectFileInfo.h.
Referenced by llvm::SPIRVTargetObjectFile::getExplicitSectionGlobal(), llvm::SPIRVTargetObjectFile::getSectionForConstant(), getTextSection(), llvm::ARMElfTargetObjectFile::Initialize(), llvm::TargetLoweringObjectFileMachO::SelectSectionForGlobal(), llvm::TargetLoweringObjectFileCOFF::SelectSectionForGlobal(), llvm::TargetLoweringObjectFileXCOFF::SelectSectionForGlobal(), llvm::AMDGPUTargetObjectFile::SelectSectionForGlobal(), llvm::SPIRVTargetObjectFile::SelectSectionForGlobal(), and llvm::XCoreTargetObjectFile::SelectSectionForGlobal().
|
protected |
Definition at line 215 of file MCObjectFileInfo.h.
Referenced by getThreadLocalPointerSection().
|
protected |
Section directive for Thread Local uninitialized data.
Null if this target doesn't support a BSS section. ELF and MachO only.
Definition at line 156 of file MCObjectFileInfo.h.
Referenced by getTLSBSSSection(), and llvm::TargetLoweringObjectFileMachO::SelectSectionForGlobal().
|
protected |
Section directive for Thread Local data. ELF, MachO, COFF, and Wasm.
Definition at line 151 of file MCObjectFileInfo.h.
Referenced by getTLSDataSection(), llvm::TargetLoweringObjectFileMachO::SelectSectionForGlobal(), llvm::TargetLoweringObjectFileCOFF::SelectSectionForGlobal(), and llvm::TargetLoweringObjectFileXCOFF::SelectSectionForGlobal().
|
protected |
Extra TLS Variable Data section.
If the target needs to put additional information for a TLS variable, it'll go here.
Definition at line 148 of file MCObjectFileInfo.h.
Referenced by getTLSExtraDataSection().
Section for thread local data initialization functions.
Definition at line 199 of file MCObjectFileInfo.h.
Referenced by getTLSThreadInitSection().
|
protected |
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 195 of file MCObjectFileInfo.h.
Referenced by getTLSTLVSection().
|
protected |
Definition at line 236 of file MCObjectFileInfo.h.
Referenced by getTOCBaseSection().
|
protected |
Definition at line 202 of file MCObjectFileInfo.h.
Referenced by getUStringSection(), and llvm::TargetLoweringObjectFileMachO::SelectSectionForGlobal().
|
protected |
Definition at line 221 of file MCObjectFileInfo.h.
Referenced by getXDataSection().