class NativeTypeVTShape

Declaration

class NativeTypeVTShape : 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/NativeTypeVTShape.h:22

Inherits from: NativeRawSymbol

Member Variables

protected codeview::TypeIndex TI
protected codeview::VFTableShapeRecord Record

Inherited from NativeRawSymbol:

protected Session
protected Tag
protected SymbolId

Method Overview

  • public NativeTypeVTShape(llvm::pdb::NativeSession & Session, llvm::pdb::SymIndexId Id, codeview::TypeIndex TI, codeview::VFTableShapeRecord SR)
  • public void dump(llvm::raw_ostream & OS, int Indent, llvm::pdb::PdbSymbolIdField ShowIdFields, llvm::pdb::PdbSymbolIdField RecurseIdFields) const
  • public uint32_t getCount() const
  • public bool isConstType() const
  • public bool isUnalignedType() const
  • public bool isVolatileType() const
  • public ~NativeTypeVTShape()

Inherited from NativeRawSymbol:

Inherited from IPDBRawSymbol:

Methods

NativeTypeVTShape(
    llvm::pdb::NativeSession& Session,
    llvm::pdb::SymIndexId Id,
    codeview::TypeIndex TI,
    codeview::VFTableShapeRecord SR)

Declared at: llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeVTShape.h:25

Parameters

llvm::pdb::NativeSession& Session
llvm::pdb::SymIndexId Id
codeview::TypeIndex TI
codeview::VFTableShapeRecord SR

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/NativeTypeVTShape.h:30

Parameters

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

uint32_t getCount() const

Declared at: llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeVTShape.h:36

bool isConstType() const

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

bool isUnalignedType() const

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

bool isVolatileType() const

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

~NativeTypeVTShape()

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