LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Public Member Functions | List of all members
llvm::DWARFDebugLoc Class Reference

#include <DWARFDebugLoc.h>

Public Member Functions

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

Detailed Description

Definition at line 21 of file DWARFDebugLoc.h.

Constructor & Destructor Documentation

llvm::DWARFDebugLoc::DWARFDebugLoc ( const RelocAddrMap LocRelocMap)
inline

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 17 of file DWARFDebugLoc.cpp.

References llvm::SmallVectorTemplateCommon< T, typename >::begin(), llvm::SmallVectorTemplateCommon< T, typename >::end(), llvm::format(), I, and llvm::raw_ostream::indent().

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

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