class NativeTypeArray

Declaration

class NativeTypeArray : public NativeRawSymbol { /* full declaration omitted */ };

Description

IPDBRawSymbol defines an interface used to represent an arbitrary symbol. It exposes a monolithic interface consisting of accessors for the union of all properties that are valid for any symbol type. This interface is then wrapped by a concrete class which exposes only those set of methods valid for this particular symbol type. See PDBSymbol.h for more details.

Declared at: llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeArray.h:22

Inherits from: NativeRawSymbol

Member Variables

protected codeview::ArrayRecord Record
protected codeview::TypeIndex Index

Inherited from NativeRawSymbol:

protected Session
protected Tag
protected SymbolId

Method Overview

Inherited from NativeRawSymbol:

Inherited from IPDBRawSymbol:

Methods

NativeTypeArray(llvm::pdb::NativeSession& Session,
                llvm::pdb::SymIndexId Id,
                codeview::TypeIndex TI,
                codeview::ArrayRecord Record)

Declared at: llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeArray.h:24

Parameters

llvm::pdb::NativeSession& Session
llvm::pdb::SymIndexId Id
codeview::TypeIndex TI
codeview::ArrayRecord Record

void dump(
    llvm::raw_ostream& OS,
    int Indent,
    llvm::pdb::PdbSymbolIdField ShowIdFields,
    llvm::pdb::PdbSymbolIdField RecurseIdFields)
    const

Declared at: llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeArray.h:28

Parameters

llvm::raw_ostream& OS
int Indent
llvm::pdb::PdbSymbolIdField ShowIdFields
llvm::pdb::PdbSymbolIdField RecurseIdFields

llvm::pdb::SymIndexId getArrayIndexTypeId() const

Declared at: llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeArray.h:31

uint32_t getCount() const

Declared at: llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeArray.h:37

uint64_t getLength() const

Declared at: llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeArray.h:39

llvm::pdb::SymIndexId getTypeId() const

Declared at: llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeArray.h:38

bool isConstType() const

Declared at: llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeArray.h:33

bool isUnalignedType() const

Declared at: llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeArray.h:34

bool isVolatileType() const

Declared at: llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeArray.h:35

~NativeTypeArray()

Declared at: llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeArray.h:26