LLVM 19.0.0git
NativeTypeVTShape.h
Go to the documentation of this file.
1//===- NativeTypeVTShape.h - info about virtual table shape ------*- 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_NATIVE_NATIVETYPEVTSHAPE_H
10#define LLVM_DEBUGINFO_PDB_NATIVE_NATIVETYPEVTSHAPE_H
11
17
18namespace llvm {
19namespace pdb {
20class NativeSession;
21
23public:
24 // Create a pointer record for a non-simple type.
27
29
30 void dump(raw_ostream &OS, int Indent, PdbSymbolIdField ShowIdFields,
31 PdbSymbolIdField RecurseIdFields) const override;
32
33 bool isConstType() const override;
34 bool isVolatileType() const override;
35 bool isUnalignedType() const override;
36 uint32_t getCount() const override;
37
38protected:
41};
42
43} // namespace pdb
44} // namespace llvm
45
46#endif // LLVM_DEBUGINFO_PDB_NATIVE_NATIVETYPEVTSHAPE_H
raw_pwrite_stream & OS
A 32-bit type reference.
Definition: TypeIndex.h:96
void dump(raw_ostream &OS, int Indent, PdbSymbolIdField ShowIdFields, PdbSymbolIdField RecurseIdFields) const override
bool isUnalignedType() const override
bool isConstType() const override
bool isVolatileType() const override
codeview::VFTableShapeRecord Record
uint32_t getCount() const override
This class implements an extremely fast bulk output stream that can only output to a stream.
Definition: raw_ostream.h:52
This is an optimization pass for GlobalISel generic memory operations.
Definition: AddressRanges.h:18