LLVM 22.0.0git
llvm::codeview::LocalVariableAddrRange Struct Reference

#include "llvm/DebugInfo/CodeView/SymbolRecord.h"

Public Attributes

uint32_t OffsetStart = 0
uint16_t ISectStart = 0
uint16_t Range = 0

Detailed Description

Definition at line 455 of file SymbolRecord.h.

Member Data Documentation

◆ ISectStart

uint16_t llvm::codeview::LocalVariableAddrRange::ISectStart = 0

Definition at line 457 of file SymbolRecord.h.

◆ OffsetStart

uint32_t llvm::codeview::LocalVariableAddrRange::OffsetStart = 0

Definition at line 456 of file SymbolRecord.h.

◆ Range

uint16_t llvm::codeview::LocalVariableAddrRange::Range = 0

Definition at line 458 of file SymbolRecord.h.


The documentation for this struct was generated from the following file: