class DefRangeSym

Declaration

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

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

Inherits from: SymbolRecord

Member Variables

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

Inherited from SymbolRecord:

public Kind

Method Overview

Inherited from SymbolRecord:

Methods

DefRangeSym(llvm::codeview::SymbolRecordKind Kind)

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

Parameters

llvm::codeview::SymbolRecordKind Kind

DefRangeSym(uint32_t RecordOffset)

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

Parameters

uint32_t RecordOffset

uint32_t getRelocationOffset() const

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