[ELF] - Make LinkerScript::assignOffsets private. NFC.

llvm-svn: 316073
This commit is contained in:
George Rimar 2017-10-18 12:09:41 +00:00
parent 49293264cc
commit ee7c99b63a
1 changed files with 2 additions and 1 deletions

View File

@ -217,6 +217,8 @@ class LinkerScript final {
uint64_t advance(uint64_t Size, unsigned Align);
void output(InputSection *Sec);
void assignOffsets(OutputSection *Sec);
std::unique_ptr<AddressState> Ctx;
OutputSection *Aether;
@ -242,7 +244,6 @@ public:
bool needsInterpSection();
bool shouldKeep(InputSectionBase *S);
void assignOffsets(OutputSection *Sec);
void assignAddresses();
void allocateHeaders(std::vector<PhdrEntry *> &Phdrs);
void processSectionCommands(OutputSectionFactory &Factory);