diff options
Diffstat (limited to 'src/binary-reader-logging.h')
-rw-r--r-- | src/binary-reader-logging.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/binary-reader-logging.h b/src/binary-reader-logging.h index 2acf7ae5..37893f8b 100644 --- a/src/binary-reader-logging.h +++ b/src/binary-reader-logging.h @@ -227,6 +227,10 @@ class BinaryReaderLogging : public BinaryReaderDelegate { Result EndDataSection() override; Result BeginNamesSection(Offset size) override; + Result OnModuleNameSubsection(Index index, + uint32_t name_type, + Offset subsection_size) override; + Result OnModuleName(string_view name) override; Result OnFunctionNameSubsection(Index index, uint32_t name_type, Offset subsection_size) override; |