mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-16 11:24:39 +00:00
llvm-dwarfdump support for gnu_pubtypes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191329 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -148,6 +148,7 @@ public:
|
||||
virtual StringRef getRangeSection() = 0;
|
||||
virtual StringRef getPubNamesSection() = 0;
|
||||
virtual StringRef getGnuPubNamesSection() = 0;
|
||||
virtual StringRef getGnuPubTypesSection() = 0;
|
||||
|
||||
// Sections for DWARF5 split dwarf proposal.
|
||||
virtual const Section &getInfoDWOSection() = 0;
|
||||
@@ -187,6 +188,7 @@ class DWARFContextInMemory : public DWARFContext {
|
||||
StringRef RangeSection;
|
||||
StringRef PubNamesSection;
|
||||
StringRef GnuPubNamesSection;
|
||||
StringRef GnuPubTypesSection;
|
||||
|
||||
// Sections for DWARF5 split dwarf proposal.
|
||||
Section InfoDWOSection;
|
||||
@@ -216,6 +218,7 @@ public:
|
||||
virtual StringRef getRangeSection() { return RangeSection; }
|
||||
virtual StringRef getPubNamesSection() { return PubNamesSection; }
|
||||
virtual StringRef getGnuPubNamesSection() { return GnuPubNamesSection; }
|
||||
virtual StringRef getGnuPubTypesSection() { return GnuPubTypesSection; }
|
||||
|
||||
// Sections for DWARF5 split dwarf proposal.
|
||||
virtual const Section &getInfoDWOSection() { return InfoDWOSection; }
|
||||
|
Reference in New Issue
Block a user