LLVM 19.0.0git
PDBSymbolTypeManaged.h
Go to the documentation of this file.
1//===- PDBSymbolTypeManaged.h - managed type info ---------------*- 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_PDBSYMBOLTYPEMANAGED_H
10#define LLVM_DEBUGINFO_PDB_PDBSYMBOLTYPEMANAGED_H
11
12#include "PDBSymbol.h"
13#include "PDBTypes.h"
14
15namespace llvm {
16
17namespace pdb {
18
21public:
22 void dump(PDBSymDumper &Dumper) const override;
23
25};
26
27} // namespace pdb
28} // namespace llvm
29
30#endif // LLVM_DEBUGINFO_PDB_PDBSYMBOLTYPEMANAGED_H
#define DECLARE_PDB_SYMBOL_CONCRETE_TYPE(TagValue)
Definition: PDBSymbol.h:48
#define FORWARD_SYMBOL_METHOD(MethodName)
Definition: PDBSymbol.h:17
void dump(PDBSymDumper &Dumper) const override
Dumps the contents of a symbol a raw_ostream.
PDBSymbol defines the base of the inheritance hierarchy for concrete symbol types (e....
Definition: PDBSymbol.h:71
std::string getName() const
Definition: PDBSymbol.cpp:183
This is an optimization pass for GlobalISel generic memory operations.
Definition: AddressRanges.h:18