LLVM 22.0.0git
PDBSymbolTypeFriend.h
Go to the documentation of this file.
1//===- PDBSymbolTypeFriend.h - friend 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_PDBSYMBOLTYPEFRIEND_H
10#define LLVM_DEBUGINFO_PDB_PDBSYMBOLTYPEFRIEND_H
11
12#include "PDBSymbol.h"
13#include "PDBTypes.h"
14
15namespace llvm {
16
17namespace pdb {
18
28
29} // namespace pdb
30} // namespace llvm
31
32#endif // LLVM_DEBUGINFO_PDB_PDBSYMBOLTYPEFRIEND_H
#define DECLARE_PDB_SYMBOL_CONCRETE_TYPE(TagValue)
Definition PDBSymbol.h:49
#define FORWARD_SYMBOL_ID_METHOD(MethodName)
Definition PDBSymbol.h:35
#define FORWARD_SYMBOL_METHOD(MethodName)
Definition PDBSymbol.h:18
static SymbolRef::Type getType(const Symbol *Sym)
Definition TapiFile.cpp:39
void dump(PDBSymDumper &Dumper) const override
Dumps the contents of a symbol a raw_ostream.
std::string getName() const
PDBSymbol(const IPDBSession &PDBSession)
Definition PDBSymbol.cpp:52
This is an optimization pass for GlobalISel generic memory operations.