We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d68f0c2 commit 6bfa56aCopy full SHA for 6bfa56a
llvm/include/llvm/DebugInfo/DWARF/LowLevel/DWARFDataExtractorSimple.h
@@ -179,6 +179,7 @@ class DWARFDataExtractorBase : public DataExtractor {
179
180
class DWARFDataExtractorSimple
181
: public DWARFDataExtractorBase<DWARFDataExtractorSimple> {
182
+public:
183
using DWARFDataExtractorBase::DWARFDataExtractorBase;
184
185
LLVM_ABI uint64_t getRelocatedValueImpl(uint32_t Size, uint64_t *Off,
0 commit comments