LLVM  8.0.1
PDBSymDumper.cpp
Go to the documentation of this file.
1 //===- PDBSymDumper.cpp - ---------------------------------------*- C++ -*-===//
2 //
3 // The LLVM Compiler Infrastructure
4 //
5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details.
7 //
8 //===----------------------------------------------------------------------===//
9 
12 
13 using namespace llvm;
14 using namespace llvm::pdb;
15 
16 #define PDB_SYMDUMP_UNREACHABLE(Type) \
17  if (RequireImpl) \
18  llvm_unreachable("Attempt to dump " #Type " with no dump implementation");
19 
20 PDBSymDumper::PDBSymDumper(bool ShouldRequireImpl)
21  : RequireImpl(ShouldRequireImpl) {}
22 
23 PDBSymDumper::~PDBSymDumper() = default;
24 
27 }
28 
31 }
32 
35 }
36 
39 }
40 
43 }
44 
47 }
48 
51 }
52 
55 }
56 
59 }
60 
63 }
64 
67 }
68 
71 }
72 
75 }
76 
79 }
80 
83 }
84 
87 }
88 
91 }
92 
95 }
96 
99 }
100 
103 }
104 
107 }
108 
111 }
112 
115 }
116 
119 }
120 
123 }
124 
127 }
128 
131 }
132 
135 }
136 
139 }
140 
143 }
144 
147 }
#define PDB_SYMDUMP_UNREACHABLE(Type)
This class represents lattice values for constants.
Definition: AllocatorList.h:24
PDBSymbolCustom represents symbols that are compiler-specific and do not fit anywhere else in the lex...
PDBSymDumper(bool ShouldRequireImpl)
virtual void dump(const PDBSymbolAnnotation &Symbol)