class PrecompRecord

Declaration

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

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

Inherits from: TypeRecord

Member Variables

public uint32_t StartTypeIndex = 0
public uint32_t TypesCount = 0
public uint32_t Signature = 0
public llvm::StringRef PrecompFilePath

Inherited from TypeRecord:

public Kind

Method Overview

Inherited from TypeRecord:

Methods

PrecompRecord()

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

PrecompRecord(llvm::codeview::TypeRecordKind Kind)

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

Parameters

llvm::codeview::TypeRecordKind Kind

llvm::StringRef getPrecompFilePath() const

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

uint32_t getSignature() const

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

uint32_t getStartTypeIndex() const

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

uint32_t getTypesCount() const

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