class DefRangeSubfieldSym

Declaration

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

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

Inherits from: SymbolRecord

Member Variables

public uint32_t Program = 0
public uint16_t OffsetInParent = 0
public llvm::codeview::LocalVariableAddrRange Range
public std::vector<LocalVariableAddrGap> Gaps
public uint32_t RecordOffset = 0
private static const uint32_t RelocationOffset = 12

Inherited from SymbolRecord:

public Kind

Method Overview

Inherited from SymbolRecord:

Methods

DefRangeSubfieldSym(
    llvm::codeview::SymbolRecordKind Kind)

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

Parameters

llvm::codeview::SymbolRecordKind Kind

DefRangeSubfieldSym(uint32_t RecordOffset)

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

Parameters

uint32_t RecordOffset

uint32_t getRelocationOffset() const

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