LLVM 19.0.0git
PDBSymbolThunk.h
Go to the documentation of this file.
1//===- PDBSymbolThunk.h - Support for querying PDB thunks ---------------*-===//
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_PDBSYMBOLTHUNK_H
10#define LLVM_DEBUGINFO_PDB_PDBSYMBOLTHUNK_H
11
12#include "PDBSymbol.h"
13#include "PDBTypes.h"
14
15namespace llvm {
16
17namespace pdb {
18
19class PDBSymbolThunk : public PDBSymbol {
21public:
22 void dump(PDBSymDumper &Dumper) const override;
23
24 FORWARD_SYMBOL_METHOD(getAccess)
25 FORWARD_SYMBOL_METHOD(getAddressOffset)
26 FORWARD_SYMBOL_METHOD(getAddressSection)
27 FORWARD_SYMBOL_ID_METHOD(getClassParent)
28 FORWARD_SYMBOL_METHOD(isConstType)
29 FORWARD_SYMBOL_METHOD(isIntroVirtualFunction)
30 FORWARD_SYMBOL_METHOD(isStatic)
31 FORWARD_SYMBOL_METHOD(getLength)
32 FORWARD_SYMBOL_ID_METHOD(getLexicalParent)
34 FORWARD_SYMBOL_METHOD(isPureVirtual)
35 FORWARD_SYMBOL_METHOD(getRelativeVirtualAddress)
36 FORWARD_SYMBOL_METHOD(getTargetOffset)
37 FORWARD_SYMBOL_METHOD(getTargetRelativeVirtualAddress)
38 FORWARD_SYMBOL_METHOD(getTargetVirtualAddress)
40 FORWARD_SYMBOL_METHOD(getThunkOrdinal)
42 FORWARD_SYMBOL_METHOD(isUnalignedType)
43 FORWARD_SYMBOL_METHOD(isVirtual)
44 FORWARD_SYMBOL_METHOD(getVirtualAddress)
45 FORWARD_SYMBOL_METHOD(getVirtualBaseOffset)
46 FORWARD_SYMBOL_METHOD(isVolatileType)
47};
48} // namespace pdb
49} // namespace llvm
50
51#endif // LLVM_DEBUGINFO_PDB_PDBSYMBOLTHUNK_H
#define DECLARE_PDB_SYMBOL_CONCRETE_TYPE(TagValue)
Definition: PDBSymbol.h:48
#define FORWARD_SYMBOL_ID_METHOD(MethodName)
Definition: PDBSymbol.h:34
#define FORWARD_SYMBOL_METHOD(MethodName)
Definition: PDBSymbol.h:17
static SymbolRef::Type getType(const Symbol *Sym)
Definition: TapiFile.cpp:40
static const MCSection * getTargetSection(const MCExpr *Expr)
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