diff options
Diffstat (limited to 'COFF/PDB.h')
| -rw-r--r-- | COFF/PDB.h | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/COFF/PDB.h b/COFF/PDB.h index ea7a9996f415a..3ac1adc85c5d0 100644 --- a/COFF/PDB.h +++ b/COFF/PDB.h @@ -1,9 +1,8 @@ //===- PDB.h ----------------------------------------------------*- C++ -*-===// // -// The LLVM Linker -// -// 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 // //===----------------------------------------------------------------------===// @@ -25,13 +24,13 @@ class OutputSection; class SectionChunk; class SymbolTable; -void createPDB(SymbolTable *Symtab, - llvm::ArrayRef<OutputSection *> OutputSections, - llvm::ArrayRef<uint8_t> SectionTable, - llvm::codeview::DebugInfo *BuildId); +void createPDB(SymbolTable *symtab, + llvm::ArrayRef<OutputSection *> outputSections, + llvm::ArrayRef<uint8_t> sectionTable, + llvm::codeview::DebugInfo *buildId); -std::pair<llvm::StringRef, uint32_t> getFileLine(const SectionChunk *C, - uint32_t Addr); +std::pair<llvm::StringRef, uint32_t> getFileLine(const SectionChunk *c, + uint32_t addr); } } |
