1 //===- PrettyBuiltinDumper.h ---------------------------------- *- C++ --*-===//
3 // The LLVM Compiler Infrastructure
5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details.
8 //===----------------------------------------------------------------------===//
10 #ifndef LLVM_TOOLS_LLVMPDBDUMP_PRETTYBUILTINDUMPER_H
11 #define LLVM_TOOLS_LLVMPDBDUMP_PRETTYBUILTINDUMPER_H
13 #include "llvm/ADT/StringRef.h"
14 #include "llvm/DebugInfo/PDB/PDBSymDumper.h"
21 class BuiltinDumper
: public PDBSymDumper
{
23 BuiltinDumper(LinePrinter
&P
);
25 void start(const PDBSymbolTypeBuiltin
&Symbol
);
28 StringRef
getTypeName(const PDBSymbolTypeBuiltin
&Symbol
);