class DataSym

Declaration

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

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

Inherits from: SymbolRecord

Member Variables

public llvm::codeview::TypeIndex Type
public uint32_t DataOffset = 0
public uint16_t Segment = 0
public llvm::StringRef Name
public uint32_t RecordOffset = 0

Inherited from SymbolRecord:

public Kind

Method Overview

Inherited from SymbolRecord:

Methods

DataSym(llvm::codeview::SymbolRecordKind Kind)

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

Parameters

llvm::codeview::SymbolRecordKind Kind

DataSym(uint32_t RecordOffset)

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

Parameters

uint32_t RecordOffset

uint32_t getRelocationOffset() const

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