struct DWARFDebugLoc::LocationList

Declaration

struct DWARFDebugLoc::LocationList { /* full declaration omitted */ };

Description

A list of locations that contain one variable.

Declared at: llvm/include/llvm/DebugInfo/DWARF/DWARFDebugLoc.h:86

Member Variables

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