blob: 8214a196afb117eedff50d5b8f765fdce4e18f31 [file] [log] [blame]
Eugene Zelenko3d8b0eb2017-02-08 22:23:19 +00001//===-- llvm/MC/MCSymbolizer.cpp - MCSymbolizer class ---------------------===//
Ahmed Bougachaad1084d2013-05-24 00:39:57 +00002//
Chandler Carruth2946cd72019-01-19 08:50:56 +00003// 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
Ahmed Bougachaad1084d2013-05-24 00:39:57 +00006//
7//===----------------------------------------------------------------------===//
8
Benjamin Kramerf57c1972016-01-26 16:44:37 +00009#include "llvm/MC/MCDisassembler/MCSymbolizer.h"
Ahmed Bougachaad1084d2013-05-24 00:39:57 +000010
11using namespace llvm;
12
Eugene Zelenko3d8b0eb2017-02-08 22:23:19 +000013MCSymbolizer::~MCSymbolizer() = default;