LLVM 20.0.0git
|
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. | |
A list of locations that contain one variable.
Definition at line 91 of file DWARFDebugLoc.h.
SmallVector<DWARFLocationEntry, 2> llvm::DWARFDebugLoc::LocationList::Entries |
All the locations in which the variable is stored.
Definition at line 96 of file DWARFDebugLoc.h.
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.