summaryrefslogtreecommitdiffstats
path: root/lld/ELF/LinkerScript.h
diff options
context:
space:
mode:
Diffstat (limited to 'lld/ELF/LinkerScript.h')
-rw-r--r--lld/ELF/LinkerScript.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/LinkerScript.h b/lld/ELF/LinkerScript.h
index 8029c7422b3..ecf9f5c2985 100644
--- a/lld/ELF/LinkerScript.h
+++ b/lld/ELF/LinkerScript.h
@@ -151,7 +151,7 @@ public:
int compareSections(StringRef A, StringRef B);
bool hasPhdrsCommands();
uintX_t getOutputSectionSize(StringRef Name);
- uintX_t getSizeOfHeaders();
+ uintX_t getHeaderSize();
std::vector<OutputSectionBase<ELFT> *> *OutputSections;
OpenPOWER on IntegriCloud