LLVM  8.0.1
Public Member Functions | Public Attributes | List of all members
llvm::DWARFDebugLoclists::LocationList Struct Reference

#include "llvm/DebugInfo/DWARF/DWARFDebugLoc.h"

Collaboration diagram for llvm::DWARFDebugLoclists::LocationList:
Collaboration graph
[legend]

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
 

Detailed Description

Definition at line 85 of file DWARFDebugLoc.h.

Member Function Documentation

◆ dump()

void DWARFDebugLoclists::LocationList::dump ( raw_ostream OS,
uint64_t  BaseAddr,
bool  IsLittleEndian,
unsigned  AddressSize,
const MCRegisterInfo RegInfo,
unsigned  Indent 
) const

Member Data Documentation

◆ Entries

SmallVector<Entry, 2> llvm::DWARFDebugLoclists::LocationList::Entries

Definition at line 87 of file DWARFDebugLoc.h.

Referenced by llvm::DWARFDebugLoclists::parseOneLocationList().

◆ Offset

unsigned llvm::DWARFDebugLoclists::LocationList::Offset

Definition at line 86 of file DWARFDebugLoc.h.

Referenced by llvm::DWARFDebugLoclists::parseOneLocationList().


The documentation for this struct was generated from the following files: