class PrecompRecord

Declaration

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

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

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:936

PrecompRecord(llvm::codeview::TypeRecordKind Kind)

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

Parameters

llvm::codeview::TypeRecordKind Kind

llvm::StringRef getPrecompFilePath() const

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

uint32_t getSignature() const

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

uint32_t getStartTypeIndex() const

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

uint32_t getTypesCount() const

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