LLVM
8.0.1
|
#include "llvm/DebugInfo/DWARF/DWARFDebugLoc.h"
Public Member Functions | |
void | dump (raw_ostream &OS, uint64_t BaseAddr, bool IsLittleEndian, unsigned AddressSize, const MCRegisterInfo *RegInfo, unsigned Indent) const |
Public Attributes | |
unsigned | Offset |
SmallVector< Entry, 2 > | Entries |
Definition at line 85 of file DWARFDebugLoc.h.
void DWARFDebugLoclists::LocationList::dump | ( | raw_ostream & | OS, |
uint64_t | BaseAddr, | ||
bool | IsLittleEndian, | ||
unsigned | AddressSize, | ||
const MCRegisterInfo * | RegInfo, | ||
unsigned | Indent | ||
) | const |
Definition at line 224 of file DWARFDebugLoc.cpp.
References dumpExpression(), llvm::dwarf::DW_LLE_base_address, llvm::dwarf::DW_LLE_offset_pair, llvm::dwarf::DW_LLE_start_length, llvm::dwarf::DW_LLE_startx_length, E, llvm::DWARFDebugLoc::LocationList::Entries, llvm::format(), llvm::raw_ostream::indent(), and llvm_unreachable.
SmallVector<Entry, 2> llvm::DWARFDebugLoclists::LocationList::Entries |
Definition at line 87 of file DWARFDebugLoc.h.
Referenced by llvm::DWARFDebugLoclists::parseOneLocationList().
unsigned llvm::DWARFDebugLoclists::LocationList::Offset |
Definition at line 86 of file DWARFDebugLoc.h.
Referenced by llvm::DWARFDebugLoclists::parseOneLocationList().