class StringIdRecord

Declaration

class StringIdRecord : public TypeRecord { /* full declaration omitted */ };

Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:600

Inherits from: TypeRecord

Member Variables

public llvm::codeview::TypeIndex Id
public llvm::StringRef String

Inherited from TypeRecord:

public Kind

Method Overview

Inherited from TypeRecord:

Methods

StringIdRecord()

Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:602

StringIdRecord(
    llvm::codeview::TypeRecordKind Kind)

Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:603

Parameters

llvm::codeview::TypeRecordKind Kind

StringIdRecord(llvm::codeview::TypeIndex Id,
               llvm::StringRef String)

Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:604

Parameters

llvm::codeview::TypeIndex Id
llvm::StringRef String

llvm::codeview::TypeIndex getId() const

Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:607

llvm::StringRef getString() const

Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:608