diff options
Diffstat (limited to 'src/binary-reader-logging.h')
-rw-r--r-- | src/binary-reader-logging.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/binary-reader-logging.h b/src/binary-reader-logging.h index 0177163e..9d938e58 100644 --- a/src/binary-reader-logging.h +++ b/src/binary-reader-logging.h @@ -318,6 +318,9 @@ class BinaryReaderLogging : public BinaryReaderDelegate { uint32_t flags) override; Result OnInitFunctionCount(Index count) override; Result OnInitFunction(uint32_t priority, Index function_index) override; + Result OnComdatCount(Index count) override; + Result OnComdatBegin(string_view name, uint32_t flags, Index count) override; + Result OnComdatEntry(ComdatType kind, Index index) override; Result EndLinkingSection() override; Result BeginEventSection(Offset size) override; |