struct DWARFLocationEntry
Declaration
struct DWARFLocationEntry { /* full declaration omitted */ };
Description
A single location within a location list. Entries are stored in the DWARF5 form even if they originally come from a DWARF < =4 location list.
Declared at: llvm/include/llvm/DebugInfo/DWARF/DWARFDebugLoc.h:27
Member Variables
- public uint8_t Kind
- The entry kind (DW_LLE_***).
- public uint64_t Value0
- The first value of the location entry (if applicable).
- public uint64_t Value1
- The second value of the location entry (if applicable).
- public uint64_t SectionIndex
- The index of the section this entry is relative to (if applicable).
- public SmallVector<uint8_t, 4> Loc
- The location expression itself (if applicable).