aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm/tools/llvm-objcopy/COFF/Writer.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm/tools/llvm-objcopy/COFF/Writer.h')
-rw-r--r--contrib/llvm/tools/llvm-objcopy/COFF/Writer.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/contrib/llvm/tools/llvm-objcopy/COFF/Writer.h b/contrib/llvm/tools/llvm-objcopy/COFF/Writer.h
index ab66e0cc1134..681a8d5e4a66 100644
--- a/contrib/llvm/tools/llvm-objcopy/COFF/Writer.h
+++ b/contrib/llvm/tools/llvm-objcopy/COFF/Writer.h
@@ -1,9 +1,8 @@
//===- Writer.h -------------------------------------------------*- C++ -*-===//
//
-// The LLVM Compiler Infrastructure
-//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
@@ -31,10 +30,11 @@ class COFFWriter {
size_t SizeOfInitializedData;
StringTableBuilder StrTabBuilder;
+ template <class SymbolTy> std::pair<size_t, size_t> finalizeSymbolTable();
Error finalizeRelocTargets();
+ Error finalizeSymbolContents();
void layoutSections();
size_t finalizeStringTable();
- template <class SymbolTy> std::pair<size_t, size_t> finalizeSymbolTable();
Error finalize(bool IsBigObj);