LLVM 19.0.0git
NativeTypeArray.h
Go to the documentation of this file.
1//===- NativeTypeArray.h ------------------------------------------ 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_NATIVETYPEARRAY_H
10#define LLVM_DEBUGINFO_PDB_NATIVE_NATIVETYPEARRAY_H
11
13
16
17namespace llvm {
18namespace pdb {
19
20class NativeSession;
21
23public:
26 ~NativeTypeArray() override;
27
28 void dump(raw_ostream &OS, int Indent, PdbSymbolIdField ShowIdFields,
29 PdbSymbolIdField RecurseIdFields) const override;
30
31 SymIndexId getArrayIndexTypeId() const override;
32
33 bool isConstType() const override;
34 bool isUnalignedType() const override;
35 bool isVolatileType() const override;
36
37 uint32_t getCount() const override;
38 SymIndexId getTypeId() const override;
39 uint64_t getLength() const override;
40
41protected:
44};
45
46} // namespace pdb
47} // namespace llvm
48
49#endif
raw_pwrite_stream & OS
A 32-bit type reference.
Definition: TypeIndex.h:96
bool isVolatileType() const override
bool isUnalignedType() const override
codeview::TypeIndex Index
uint64_t getLength() const override
bool isConstType() const override
SymIndexId getArrayIndexTypeId() const override
void dump(raw_ostream &OS, int Indent, PdbSymbolIdField ShowIdFields, PdbSymbolIdField RecurseIdFields) const override
uint32_t getCount() const override
codeview::ArrayRecord Record
SymIndexId getTypeId() 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