summaryrefslogtreecommitdiff
path: root/src/binary-reader-logging.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/binary-reader-logging.h')
-rw-r--r--src/binary-reader-logging.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/binary-reader-logging.h b/src/binary-reader-logging.h
index 0f2c509a..edb6132e 100644
--- a/src/binary-reader-logging.h
+++ b/src/binary-reader-logging.h
@@ -233,6 +233,10 @@ class BinaryReaderLogging : public BinaryReaderDelegate {
Result EndDataSegment(Index index) override;
Result EndDataSection() override;
+ Result BeginDataCountSection(Offset size) override;
+ Result OnDataCount(Index count) override;
+ Result EndDataCountSection() override;
+
Result BeginNamesSection(Offset size) override;
Result OnModuleNameSubsection(Index index,
uint32_t name_type,