LLVM API Documentation

Classes | Public Member Functions
llvm::DWARFDebugLoc Class Reference

#include <DWARFDebugLoc.h>

List of all members.

Classes

struct  Entry
 A single location within a location list.
struct  LocationList
 A list of locations that contain one variable.

Public Member Functions

 DWARFDebugLoc (const RelocAddrMap &LocRelocMap)
void dump (raw_ostream &OS) const
 Print the location lists found within the debug_loc section.
void parse (DataExtractor data, unsigned AddressSize)

Detailed Description

Definition at line 21 of file DWARFDebugLoc.h.


Constructor & Destructor Documentation

Definition at line 51 of file DWARFDebugLoc.h.


Member Function Documentation

void DWARFDebugLoc::dump ( raw_ostream OS) const

Print the location lists found within the debug_loc section.

Definition at line 18 of file DWARFDebugLoc.cpp.

References llvm::format(), and llvm::raw_ostream::indent().

void DWARFDebugLoc::parse ( DataExtractor  data,
unsigned  AddressSize 
)

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