LLVM 19.0.0git
Public Attributes | List of all members
llvm::DWARFDebugLoc::LocationList Struct Reference

A list of locations that contain one variable. More...

#include "llvm/DebugInfo/DWARF/DWARFDebugLoc.h"

Public Attributes

uint64_t Offset
 The beginning offset where this location list is stored in the debug_loc section.
 
SmallVector< DWARFLocationEntry, 2 > Entries
 All the locations in which the variable is stored.
 

Detailed Description

A list of locations that contain one variable.

Definition at line 91 of file DWARFDebugLoc.h.

Member Data Documentation

◆ Entries

SmallVector<DWARFLocationEntry, 2> llvm::DWARFDebugLoc::LocationList::Entries

All the locations in which the variable is stored.

Definition at line 96 of file DWARFDebugLoc.h.

◆ Offset

uint64_t llvm::DWARFDebugLoc::LocationList::Offset

The beginning offset where this location list is stored in the debug_loc section.

Definition at line 94 of file DWARFDebugLoc.h.


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