//===-- UniqueDWARFASTType.cpp --------------------------------------------===// // // 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 // //===----------------------------------------------------------------------===// #include "UniqueDWARFASTType.h" #include "lldb/Core/Declaration.h" usingnamespacelldb_private::dwarf; usingnamespacelldb_private::plugin::dwarf; static bool IsStructOrClassTag(llvm::dwarf::Tag Tag) { … } UniqueDWARFASTType *UniqueDWARFASTTypeList::Find( const DWARFDIE &die, const lldb_private::Declaration &decl, const int32_t byte_size, bool is_forward_declaration) { … }