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
20 DECLARE_PDB_SYMBOL_CUSTOM_TYPE(S->getSymTag() == PDB_SymType::None ||
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
PDBSymbol defines the base of the inheritance hierarchy for concrete symbol types (e....
Definition: PDBSymbol.h:72
This is an optimization pass for GlobalISel generic memory operations.
Definition: AddressRanges.h:18
void dump(const SparseBitVector< ElementSize > &LHS, raw_ostream &out)