diff options
Diffstat (limited to 'source/Plugins/SymbolFile/DWARF/AppleDWARFIndex.h')
-rw-r--r-- | source/Plugins/SymbolFile/DWARF/AppleDWARFIndex.h | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/source/Plugins/SymbolFile/DWARF/AppleDWARFIndex.h b/source/Plugins/SymbolFile/DWARF/AppleDWARFIndex.h index ea133d0e73cf5..d15d61e270b30 100644 --- a/source/Plugins/SymbolFile/DWARF/AppleDWARFIndex.h +++ b/source/Plugins/SymbolFile/DWARF/AppleDWARFIndex.h @@ -1,9 +1,8 @@ //===-- AppleDWARFIndex.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 // //===----------------------------------------------------------------------===// @@ -43,14 +42,13 @@ public: void GetTypes(ConstString name, DIEArray &offsets) override; void GetTypes(const DWARFDeclContext &context, DIEArray &offsets) override; void GetNamespaces(ConstString name, DIEArray &offsets) override; - void GetFunctions(ConstString name, DWARFDebugInfo &info, + void GetFunctions(ConstString name, SymbolFileDWARF &dwarf, const CompilerDeclContext &parent_decl_ctx, uint32_t name_type_mask, std::vector<DWARFDIE> &dies) override; void GetFunctions(const RegularExpression ®ex, DIEArray &offsets) override; - void ReportInvalidDIEOffset(dw_offset_t offset, - llvm::StringRef name) override; + void ReportInvalidDIERef(const DIERef &ref, llvm::StringRef name) override; void Dump(Stream &s) override; private: |