LLVM 19.0.0git
Public Attributes | List of all members
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 443 of file SymbolRecord.h.

Member Data Documentation

◆ ISectStart

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

Definition at line 445 of file SymbolRecord.h.

◆ OffsetStart

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

Definition at line 444 of file SymbolRecord.h.

◆ Range

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

Definition at line 446 of file SymbolRecord.h.


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