LLVM 19.0.0git
PDBSymbolUnknown.h
Go to the documentation of this file.
1//===- PDBSymbolUnknown.h - unknown symbol type -----------------*- C++ -*-===//
2//
3// 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
6//
7//===----------------------------------------------------------------------===//
8
9#ifndef LLVM_DEBUGINFO_PDB_PDBSYMBOLUNKNOWN_H
10#define LLVM_DEBUGINFO_PDB_PDBSYMBOLUNKNOWN_H
11
12#include "PDBSymbol.h"
13
14namespace llvm {
15
16namespace pdb {
17
20 S->getSymTag() >= PDB_SymType::Max)
21
22public:
23 void dump(PDBSymDumper &Dumper) const override;
24};
25
26} // namespace pdb
27} // namespace llvm
28
29#endif // LLVM_DEBUGINFO_PDB_PDBSYMBOLUNKNOWN_H
#define DECLARE_PDB_SYMBOL_CUSTOM_TYPE(Condition)
Definition: PDBSymbol.h:57
PDBSymbol defines the base of the inheritance hierarchy for concrete symbol types (e....
Definition: PDBSymbol.h:71
virtual void dump(PDBSymDumper &Dumper) const =0
Dumps the contents of a symbol a raw_ostream.
This is an optimization pass for GlobalISel generic memory operations.
Definition: AddressRanges.h:18