Searched refs:tag_sig (Results 1 – 1 of 1) sorted by relevance
865 const WasmTagSig* tag_sig = nullptr; in DecodeImportSection() local867 consume_tag_sig_index(module_.get(), &tag_sig); in DecodeImportSection()868 module_->tags.emplace_back(tag_sig); in DecodeImportSection()1447 const WasmTagSig* tag_sig = nullptr; in DecodeTagSection() local1449 consume_tag_sig_index(module_.get(), &tag_sig); in DecodeTagSection()1450 module_->tags.emplace_back(tag_sig); in DecodeTagSection()