mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-10 14:36:01 +00:00
Rearrange ordering of sections.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168762 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
43e1d7aded
commit
915e46fd96
@ -84,15 +84,6 @@ protected:
|
||||
/// this is the section to emit them into.
|
||||
const MCSection *CompactUnwindSection;
|
||||
|
||||
/// DwarfAccelNamesSection, DwarfAccelObjCSection,
|
||||
/// DwarfAccelNamespaceSection, DwarfAccelTypesSection -
|
||||
/// If we use the DWARF accelerated hash tables then we want toe emit these
|
||||
/// sections.
|
||||
const MCSection *DwarfAccelNamesSection;
|
||||
const MCSection *DwarfAccelObjCSection;
|
||||
const MCSection *DwarfAccelNamespaceSection;
|
||||
const MCSection *DwarfAccelTypesSection;
|
||||
|
||||
// Dwarf sections for debug info. If a target supports debug info, these must
|
||||
// be set.
|
||||
const MCSection *DwarfAbbrevSection;
|
||||
@ -107,6 +98,16 @@ protected:
|
||||
const MCSection *DwarfRangesSection;
|
||||
const MCSection *DwarfMacroInfoSection;
|
||||
|
||||
// DWARF5 Experimental Debug Info Sections
|
||||
/// DwarfAccelNamesSection, DwarfAccelObjCSection,
|
||||
/// DwarfAccelNamespaceSection, DwarfAccelTypesSection -
|
||||
/// If we use the DWARF accelerated hash tables then we want to emit these
|
||||
/// sections.
|
||||
const MCSection *DwarfAccelNamesSection;
|
||||
const MCSection *DwarfAccelObjCSection;
|
||||
const MCSection *DwarfAccelNamespaceSection;
|
||||
const MCSection *DwarfAccelTypesSection;
|
||||
|
||||
// Extra TLS Variable Data section. If the target needs to put additional
|
||||
// information for a TLS variable, it'll go here.
|
||||
const MCSection *TLSExtraDataSection;
|
||||
|
Loading…
x
Reference in New Issue
Block a user