class NativeTypeTypedef

Declaration

class NativeTypeTypedef : 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/NativeTypeTypedef.h:25

Inherits from: NativeRawSymbol

Member Variables

protected codeview::UDTSym Record

Inherited from NativeRawSymbol:

protected Session
protected Tag
protected SymbolId

Method Overview

  • public NativeTypeTypedef(llvm::pdb::NativeSession & Session, llvm::pdb::SymIndexId Id, codeview::UDTSym Typedef)
  • public void dump(llvm::raw_ostream & OS, int Indent, llvm::pdb::PdbSymbolIdField ShowIdFields, llvm::pdb::PdbSymbolIdField RecurseIdFields) const
  • public std::string getName() const
  • public llvm::pdb::SymIndexId getTypeId() const
  • public ~NativeTypeTypedef()

Inherited from NativeRawSymbol:

Inherited from IPDBRawSymbol:

Methods

NativeTypeTypedef(
    llvm::pdb::NativeSession& Session,
    llvm::pdb::SymIndexId Id,
    codeview::UDTSym Typedef)

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

Parameters

llvm::pdb::NativeSession& Session
llvm::pdb::SymIndexId Id
codeview::UDTSym Typedef

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/NativeTypeTypedef.h:33

Parameters

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

std::string getName() const

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

llvm::pdb::SymIndexId getTypeId() const

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

~NativeTypeTypedef()

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