mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-28 07:17:32 +00:00
Move and comment accessor routines.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168761 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -195,18 +195,6 @@ public:
|
|||||||
const MCSection *getCompactUnwindSection() const{
|
const MCSection *getCompactUnwindSection() const{
|
||||||
return CompactUnwindSection;
|
return CompactUnwindSection;
|
||||||
}
|
}
|
||||||
const MCSection *getDwarfAccelNamesSection() const {
|
|
||||||
return DwarfAccelNamesSection;
|
|
||||||
}
|
|
||||||
const MCSection *getDwarfAccelObjCSection() const {
|
|
||||||
return DwarfAccelObjCSection;
|
|
||||||
}
|
|
||||||
const MCSection *getDwarfAccelNamespaceSection() const {
|
|
||||||
return DwarfAccelNamespaceSection;
|
|
||||||
}
|
|
||||||
const MCSection *getDwarfAccelTypesSection() const {
|
|
||||||
return DwarfAccelTypesSection;
|
|
||||||
}
|
|
||||||
const MCSection *getDwarfAbbrevSection() const { return DwarfAbbrevSection; }
|
const MCSection *getDwarfAbbrevSection() const { return DwarfAbbrevSection; }
|
||||||
const MCSection *getDwarfInfoSection() const { return DwarfInfoSection; }
|
const MCSection *getDwarfInfoSection() const { return DwarfInfoSection; }
|
||||||
const MCSection *getDwarfLineSection() const { return DwarfLineSection; }
|
const MCSection *getDwarfLineSection() const { return DwarfLineSection; }
|
||||||
@@ -222,6 +210,21 @@ public:
|
|||||||
const MCSection *getDwarfMacroInfoSection() const {
|
const MCSection *getDwarfMacroInfoSection() const {
|
||||||
return DwarfMacroInfoSection;
|
return DwarfMacroInfoSection;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// DWARF5 Experimental Debug Info Sections
|
||||||
|
const MCSection *getDwarfAccelNamesSection() const {
|
||||||
|
return DwarfAccelNamesSection;
|
||||||
|
}
|
||||||
|
const MCSection *getDwarfAccelObjCSection() const {
|
||||||
|
return DwarfAccelObjCSection;
|
||||||
|
}
|
||||||
|
const MCSection *getDwarfAccelNamespaceSection() const {
|
||||||
|
return DwarfAccelNamespaceSection;
|
||||||
|
}
|
||||||
|
const MCSection *getDwarfAccelTypesSection() const {
|
||||||
|
return DwarfAccelTypesSection;
|
||||||
|
}
|
||||||
|
|
||||||
const MCSection *getTLSExtraDataSection() const {
|
const MCSection *getTLSExtraDataSection() const {
|
||||||
return TLSExtraDataSection;
|
return TLSExtraDataSection;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user