class BlockSym

Declaration

class BlockSym : public SymbolRecord { /* full declaration omitted */ };

Declared at: llvm/include/llvm/DebugInfo/CodeView/SymbolRecord.h:601

Inherits from: SymbolRecord

Member Variables

public uint32_t Parent = 0
public uint32_t End = 0
public uint32_t CodeSize = 0
public uint32_t CodeOffset = 0
public uint16_t Segment = 0
public llvm::StringRef Name
public uint32_t RecordOffset = 0
private static const uint32_t RelocationOffset = 16

Inherited from SymbolRecord:

public Kind

Method Overview

Inherited from SymbolRecord:

Methods

BlockSym(llvm::codeview::SymbolRecordKind Kind)

Declared at: llvm/include/llvm/DebugInfo/CodeView/SymbolRecord.h:605

Parameters

llvm::codeview::SymbolRecordKind Kind

BlockSym(uint32_t RecordOffset)

Declared at: llvm/include/llvm/DebugInfo/CodeView/SymbolRecord.h:606

Parameters

uint32_t RecordOffset

uint32_t getRelocationOffset() const

Declared at: llvm/include/llvm/DebugInfo/CodeView/SymbolRecord.h:609