Construct a .debug_loc parser over the given section data.

Synopsis

Declared in <llvm/DebugInfo/DWARF/DWARFDebugLoc.h>

DWARFDebugLoc(DWARFDataExtractor Data);

Parameters

Name

Description

Data

Extractor for the .debug_loc section contents.

Created with MrDocs