aboutsummaryrefslogtreecommitdiff
path: root/ELF/LinkerScript.h
diff options
context:
space:
mode:
Diffstat (limited to 'ELF/LinkerScript.h')
-rw-r--r--ELF/LinkerScript.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/ELF/LinkerScript.h b/ELF/LinkerScript.h
index 1d4c736763fb2..f8a34a1e97dde 100644
--- a/ELF/LinkerScript.h
+++ b/ELF/LinkerScript.h
@@ -267,7 +267,6 @@ public:
ExprValue getSymbolValue(const Twine &Loc, StringRef S);
bool isDefined(StringRef S);
- std::vector<OutputSection *> *OutputSections;
void fabricateDefaultCommands();
void addOrphanSections(OutputSectionFactory &Factory);
void removeEmptyCommands();
@@ -280,10 +279,9 @@ public:
bool hasLMA(OutputSection *Sec);
bool shouldKeep(InputSectionBase *S);
void assignOffsets(OutputSectionCommand *Cmd);
- void placeOrphanSections();
+ void createOrphanCommands();
void processNonSectionCommands();
- void assignAddresses(std::vector<PhdrEntry> &Phdrs,
- ArrayRef<OutputSectionCommand *> OutputSectionCommands);
+ void assignAddresses(std::vector<PhdrEntry> &Phdrs);
void addSymbol(SymbolAssignment *Cmd);
void processCommands(OutputSectionFactory &Factory);