File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
llvm/include/llvm/DebugInfo/DWARF Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66//
77// ===----------------------------------------------------------------------===//
88
9- // Non relocating, low-level dwarf-data extractor. Suitable for use from
10- // libraries that cannot have build-time dependencies on relocation providers.
11-
129#ifndef LLVM_DEBUGINFO_DWARF_DWARFDATAEXTRACTORSIMPLE_H
1310#define LLVM_DEBUGINFO_DWARF_DWARFDATAEXTRACTORSIMPLE_H
1411
@@ -181,6 +178,9 @@ class DWARFDataExtractorBase : public DataExtractor {
181178 }
182179};
183180
181+ // Non relocating, low-level dwarf-data extractor. Suitable for use from
182+ // libraries that cannot have build-time dependencies on relocation providers.
183+
184184class DWARFDataExtractorSimple
185185 : public DWARFDataExtractorBase<DWARFDataExtractorSimple> {
186186 using DWARFDataExtractorBase::DWARFDataExtractorBase;
You can’t perform that action at this time.
0 commit comments