LLVM 22.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"
14
15namespace llvm {
16
17namespace pdb {
18
21 S->getSymTag() >= PDB_SymType::Max)
22
23public:
24 void dump(PDBSymDumper &Dumper) const override;
25};
26
27} // namespace pdb
28} // namespace llvm
29
30#endif // LLVM_DEBUGINFO_PDB_PDBSYMBOLUNKNOWN_H
#define LLVM_ABI
Definition Compiler.h:213
#define DECLARE_PDB_SYMBOL_CUSTOM_TYPE(Condition)
Definition PDBSymbol.h:58
virtual void dump(PDBSymDumper &Dumper) const =0
Dumps the contents of a symbol a raw_ostream.
PDBSymbol(const IPDBSession &PDBSession)
Definition PDBSymbol.cpp:52
This is an optimization pass for GlobalISel generic memory operations.