LLVM: include/llvm/DebugInfo/PDB/Native/NativeTypeArray.h Source File (original) (raw)
Go to the documentation of this file.
1
2
3
4
5
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
21
23public:
27
30
32
36
40
41protected:
44};
45
46}
47}
48
49#endif
NativeRawSymbol(NativeSession &PDBSession, PDB_SymType Tag, SymIndexId SymbolId)
bool isVolatileType() const override
bool isUnalignedType() const override
codeview::TypeIndex Index
Definition NativeTypeArray.h:43
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
~NativeTypeArray() override
uint32_t getCount() const override
codeview::ArrayRecord Record
Definition NativeTypeArray.h:42
SymIndexId getTypeId() const override
NativeTypeArray(NativeSession &Session, SymIndexId Id, codeview::TypeIndex TI, codeview::ArrayRecord Record)
This class implements an extremely fast bulk output stream that can only output to a stream.
This is an optimization pass for GlobalISel generic memory operations.