llvm/llvm/tools/llvm-pdbutil/PrettyExternalSymbolDumper.cpp

//===- PrettyExternalSymbolDumper.cpp -------------------------- *- C++ *-===//
//
// 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 "PrettyExternalSymbolDumper.h"

#include "llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h"
#include "llvm/DebugInfo/PDB/Native/LinePrinter.h"
#include "llvm/DebugInfo/PDB/PDBSymbolExe.h"
#include "llvm/DebugInfo/PDB/PDBSymbolPublicSymbol.h"
#include "llvm/Support/Format.h"

usingnamespacellvm;
usingnamespacellvm::pdb;

ExternalSymbolDumper::ExternalSymbolDumper(LinePrinter &P)
    :{}

void ExternalSymbolDumper::start(const PDBSymbolExe &Symbol) {}

void ExternalSymbolDumper::dump(const PDBSymbolPublicSymbol &Symbol) {}