class DefRangeSym

Declaration

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

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

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

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

Parameters

llvm::codeview::SymbolRecordKind Kind

DefRangeSym(uint32_t RecordOffset)

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

Parameters

uint32_t RecordOffset

uint32_t getRelocationOffset() const

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