1 //===--- unittests/DebugInfo/DWARF/DwarfUtils.h -----------------*- C++ -*-===//
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 #ifndef LLVM_UNITTESTS_DEBUG_INFO_DWARF_DWARFUTILS_H
10 #define LLVM_UNITTESTS_DEBUG_INFO_DWARF_DWARFUTILS_H
21 Triple
getDefaultTargetTripleForAddrSize(uint8_t AddrSize
);
22 Triple
getNormalizedDefaultTargetTriple();
23 bool isConfigurationSupported(Triple
&T
);
25 } // end namespace utils
26 } // end namespace dwarf
27 } // end namespace llvm
29 #endif // LLVM_UNITTESTS_DEBUG_INFO_DWARF_DWARFUTILS_H