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