|
LLVM
8.0.1
|
A single location within a location list. More...
#include "llvm/DebugInfo/DWARF/DWARFDebugLoc.h"

Public Attributes | |
| uint64_t | Begin |
| The beginning address of the instruction range. More... | |
| uint64_t | End |
| The ending address of the instruction range. More... | |
| SmallVector< char, 4 > | Loc |
| The location of the variable within the specified range. More... | |
A single location within a location list.
Definition at line 27 of file DWARFDebugLoc.h.
| uint64_t llvm::DWARFDebugLoc::Entry::Begin |
The beginning address of the instruction range.
Definition at line 29 of file DWARFDebugLoc.h.
Referenced by llvm::DWARFDebugLoc::parseOneLocationList().
| uint64_t llvm::DWARFDebugLoc::Entry::End |
The ending address of the instruction range.
Definition at line 31 of file DWARFDebugLoc.h.
Referenced by llvm::DWARFDebugLoc::parseOneLocationList().
| SmallVector<char, 4> llvm::DWARFDebugLoc::Entry::Loc |
The location of the variable within the specified range.
Definition at line 33 of file DWARFDebugLoc.h.
Referenced by llvm::DWARFDebugLoc::parseOneLocationList().
1.8.13