LLVM  8.0.1
PDBSymbolUnknown.h
Go to the documentation of this file.
1 //===- PDBSymbolUnknown.h - unknown symbol type -----------------*- 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 
10 #ifndef LLVM_DEBUGINFO_PDB_PDBSYMBOLUNKNOWN_H
11 #define LLVM_DEBUGINFO_PDB_PDBSYMBOLUNKNOWN_H
12 
13 #include "PDBSymbol.h"
14 
15 namespace llvm {
16 
17 class raw_ostream;
18 namespace pdb {
19 
20 class PDBSymbolUnknown : public PDBSymbol {
22  S->getSymTag() >= PDB_SymType::Max)
23 
24 public:
25  void dump(PDBSymDumper &Dumper) const override;
26 };
27 
28 } // namespace llvm
29 }
30 
31 #endif // LLVM_DEBUGINFO_PDB_PDBSYMBOLUNKNOWN_H
This class represents lattice values for constants.
Definition: AllocatorList.h:24
#define DECLARE_PDB_SYMBOL_CUSTOM_TYPE(Condition)
Definition: PDBSymbol.h:60
PDBSymbol defines the base of the inheritance hierarchy for concrete symbol types (e...
Definition: PDBSymbol.h:74
virtual void dump(PDBSymDumper &Dumper) const =0
Dumps the contents of a symbol a raw_ostream.